The patch titled Subject: rtc: tps65910: change RTC driver name as per mfd has been added to the -mm tree. Its filename is rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Venu Byravarasu <vbyravarasu@xxxxxxxxxx> Subject: rtc: tps65910: change RTC driver name as per mfd As TPS65910 mfd uses "tps65910-rtc" as driver name, change the driver name in the RTC driver to match with the same. Signed-off-by: Venu Byravarasu <vbyravarasu@xxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-tps65910.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-tps65910.c~rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc-fix drivers/rtc/rtc-tps65910.c --- a/drivers/rtc/rtc-tps65910.c~rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc-fix +++ a/drivers/rtc/rtc-tps65910.c @@ -341,7 +341,7 @@ static struct platform_driver tps65910_r .remove = __devexit_p(tps65910_rtc_remove), .driver = { .owner = THIS_MODULE, - .name = "rtc-tps65910", + .name = "tps65910-rtc", .pm = DEV_PM_OPS, }, }; _ Patches currently in -mm which might be from vbyravarasu@xxxxxxxxxx are linux-next.patch rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc.patch rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc-fix.patch rtc-kconfig-remove-unnecessary-dependencies.patch rtc-rc5t583-add-ricoh-rc5t583-rtc-driver.patch coredump-prevent-double-free-on-an-error-path-in-core-dumper.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