The patch titled rtc: make rtc-ds1553 driver hotplug-aware has been added to the -mm tree. Its filename is rtc-make-rtc-ds1553-driver-hotplug-aware-take-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: rtc: make rtc-ds1553 driver hotplug-aware From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> The rtc-ds1553 platform driver name doesn't match its module name, which might prevent it from properly hotplugging. This driver has no in-tree users. Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-ds1553.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-ds1553.c~rtc-make-rtc-ds1553-driver-hotplug-aware-take-3 drivers/rtc/rtc-ds1553.c --- a/drivers/rtc/rtc-ds1553.c~rtc-make-rtc-ds1553-driver-hotplug-aware-take-3 +++ a/drivers/rtc/rtc-ds1553.c @@ -395,7 +395,7 @@ static struct platform_driver ds1553_rtc .probe = ds1553_rtc_probe, .remove = __devexit_p(ds1553_rtc_remove), .driver = { - .name = "ds1553", + .name = "rtc-ds1553", .owner = THIS_MODULE, }, }; _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are git-mips.patch serial_txx9-cleanup-includes.patch rtc-make-rtc-ds1553-driver-hotplug-aware-take-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