The patch titled driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix 3 has been added to the -mm tree. Its filename is driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix-3.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix 3 From: Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx> rtc-at32ap700x: add comment to spinlock_t lock definition Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-at32ap700x.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/rtc/rtc-at32ap700x.c~driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix-3 drivers/rtc/rtc-at32ap700x.c --- a/drivers/rtc/rtc-at32ap700x.c~driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix-3 +++ a/drivers/rtc/rtc-at32ap700x.c @@ -62,6 +62,7 @@ struct rtc_at32ap700x { void __iomem *regs; unsigned long alarm_time; unsigned long irq; + /* Protect against concurrent register access. */ spinlock_t lock; }; _ Patches currently in -mm which might be from hcegtvedt@xxxxxxxxx are git-avr32.patch git-input.patch git-watchdog.patch rtc-make-example-code-jump-to-done-instead-of-return-when-ioctl-not-supported.patch rtc-dev-return-enotty-in-ioctl-if-irq_set_freq-is-not-implemented-by-driver.patch driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices.patch driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix.patch driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix-2.patch driver-for-the-atmel-on-chip-rtc-on-at32ap700x-devices-fix-3.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html