The patch titled rtc: update maintainership of pxa rtc driver has been removed from the -mm tree. Its filename was rtc-update-maintainership-of-pxa-rtc-driver.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rtc: update maintainership of pxa rtc driver From: Robert Jarzmik <robert.jarzmik@xxxxxxx> Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx> Signed-off-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 6 ++++++ drivers/rtc/rtc-pxa.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff -puN MAINTAINERS~rtc-update-maintainership-of-pxa-rtc-driver MAINTAINERS --- a/MAINTAINERS~rtc-update-maintainership-of-pxa-rtc-driver +++ a/MAINTAINERS @@ -3537,6 +3537,12 @@ S: Maintained PXA MMCI DRIVER S: Orphan +PXA RTC DRIVER +P: Robert Jarzmik +M: robert.jarzmik@xxxxxxx +L: rtc-linux@xxxxxxxxxxxxxxxx +S: Maintained + QLOGIC QLA2XXX FC-SCSI DRIVER P: Andrew Vasquez M: linux-driver@xxxxxxxxxx diff -puN drivers/rtc/rtc-pxa.c~rtc-update-maintainership-of-pxa-rtc-driver drivers/rtc/rtc-pxa.c --- a/drivers/rtc/rtc-pxa.c~rtc-update-maintainership-of-pxa-rtc-driver +++ a/drivers/rtc/rtc-pxa.c @@ -485,7 +485,7 @@ static void __exit pxa_rtc_exit(void) module_init(pxa_rtc_init); module_exit(pxa_rtc_exit); -MODULE_AUTHOR("Robert Jarzmik"); +MODULE_AUTHOR("Robert Jarzmik <robert.jarzmik@xxxxxxx>"); MODULE_DESCRIPTION("PXA27x/PXA3xx Realtime Clock Driver (RTC)"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:pxa-rtc"); _ Patches currently in -mm which might be from robert.jarzmik@xxxxxxx are origin.patch linux-next.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