]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: merge ds3232 and ds3234
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 6 Mar 2016 15:27:48 +0000 (00:27 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:35 +0000 (17:08 +0100)
commit080481f54ef621211d6c75a03dc652fb6ed04222
treefec4fb13bc3670f85568f650a13ac936a34d2914
parent370927c4b651539c65dd8d17dd5079526cd8401d
rtc: merge ds3232 and ds3234

According to "Feature Comparison of the DS323x Real-Time Clocks"
(http://pdfserv.maximintegrated.com/en/an/AN5143.pdf), DS3232 and
DS3234 are very similar.

This merges rtc-ds3232 and rtc-ds3234 with using regmap.
This change also enables to support alarm for ds3234.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Suggested-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-ds3232.c
drivers/rtc/rtc-ds3234.c [deleted file]