The patch titled Subject: rtc: omap: depend on am33xx has been added to the -mm tree. Its filename is rtc-omap-depend-on-am33xx.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: Afzal Mohammed <afzal@xxxxxx> Subject: rtc: omap: depend on am33xx rtc-omap driver can be reused for AM33xx RTC. Provide dependency in Kconfig. Signed-off-by: Afzal Mohammed <afzal@xxxxxx> Acked-by: Sekhar Nori <nsekhar@xxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> Cc: Sekhar Nori <nsekhar@xxxxxx> Cc: Kevin Hilman <khilman@xxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Daniel Mack <zonque@xxxxxxxxx> Cc: Vaibhav Hiremath <hvaibhav@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/Kconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff -puN drivers/rtc/Kconfig~rtc-omap-depend-on-am33xx drivers/rtc/Kconfig --- a/drivers/rtc/Kconfig~rtc-omap-depend-on-am33xx +++ a/drivers/rtc/Kconfig @@ -777,11 +777,13 @@ config RTC_DRV_IMXDI config RTC_DRV_OMAP tristate "TI OMAP1" - depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX + depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX help - Say "yes" here to support the real time clock on TI OMAP1 and - DA8xx/OMAP-L13x chips. This driver can also be built as a - module called rtc-omap. + Say "yes" here to support the on chip real time clock + present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x. + + This driver can also be built as a module, if so, module + will be called rtc-omap. config HAVE_S3C_RTC bool _ Patches currently in -mm which might be from afzal@xxxxxx are rtc-omap-kicker-mechanism-support.patch arm-davinci-remove-rtc-kicker-release.patch rtc-omap-dt-support.patch rtc-omap-depend-on-am33xx.patch rtc-omap-add-runtime-pm-support.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