The patch titled Subject: rtc: tps65910: change RTC driver name as per mfd has been removed from the -mm tree. Its filename was rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc-fix.patch This patch was dropped because it was folded into rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc.patch ------------------------------------------------------ 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 origin.patch rtc-tps65910-add-rtc-driver-for-tps65910-pmic-rtc.patch rtc-kconfig-remove-unnecessary-dependencies.patch rtc-rc5t583-add-ricoh-rc5t583-rtc-driver.patch drivers-rtc-rtc-tps65910c-use-platform_get_irq-to-get-rtc-irq-details.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