The patch titled rtc: add rtc-m41t80 driver (take 3) has been added to the -mm tree. Its filename is rtc-add-rtc-m41t80-driver-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: add rtc-m41t80 driver (take 3) From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> * Move a Kconfig entry into "I2C RTC drivers" section Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/Kconfig | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff -puN drivers/rtc/Kconfig~rtc-add-rtc-m41t80-driver-take-3 drivers/rtc/Kconfig --- a/drivers/rtc/Kconfig~rtc-add-rtc-m41t80-driver-take-3 +++ a/drivers/rtc/Kconfig @@ -212,6 +212,18 @@ config RTC_DRV_PCF8583 This driver can also be built as a module. If so, the module will be called rtc-pcf8583. +config RTC_DRV_M41T80 + tristate "ST M41T80 series RTC" + depends on RTC_CLASS && I2C + help + If you say Y here you will get support for the + ST M41T80 RTC chips series. Currently following chips are + supported: M41T80, M41T81, M41T82, M41T83, M41ST84, M41ST85 + and M41ST87. + + This driver can also be built as a module. If so, the module + will be called rtc-m41t80. + comment "SPI RTC drivers" depends on RTC_CLASS && SPI_MASTER @@ -281,18 +293,6 @@ config RTC_DRV_DS1742 This driver can also be built as a module. If so, the module will be called rtc-ds1742. -config RTC_DRV_M41T80 - tristate "ST M41T80 series RTC" - depends on RTC_CLASS && I2C - help - If you say Y here you will get support for the - ST M41T80 RTC chips series. Currently following chips are - supported: M41T80, M41T81, M41T82, M41T83, M41ST84, M41ST85 - and M41ST87. - - This driver can also be built as a module. If so, the module - will be called rtc-m41t80. - config RTC_DRV_M48T86 tristate "ST M48T86/Dallas DS12887" depends on RTC_CLASS _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are git-kbuild.patch git-mips.patch mips-make-resources-for-ds1742-static-__initdata.patch serial_txx9-fix-modem-control-line-handling.patch serial_txx9-cleanup-includes.patch rtc-add-rtc-m41t80-driver-take-2.patch rtc-add-rtc-m41t80-driver-take-2-fix.patch rtc-add-rtc-m41t80-driver-take-3.patch rtc-watchdog-support-for-rtc-m41t80-driver-take-2.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