]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: cpcap: new rtc driver
authorSebastian Reichel <sre@kernel.org>
Thu, 2 Mar 2017 00:27:09 +0000 (01:27 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 9 Mar 2017 00:32:35 +0000 (01:32 +0100)
commita7fd29e236fe6f52ab409c3abc0be50a08f56f3f
treed79c91ac695a01741c7e1dc8e0753f06ec7074a9
parenta3abf833c0d4996b630df76da819bdacfba15f45
rtc: cpcap: new rtc driver

This driver supports the Motorola CPCAP PMIC found on
some of Motorola's mobile phones, such as the Droid 4.

Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Documentation/devicetree/bindings/rtc/cpcap-rtc.txt [new file with mode: 0644]
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-cpcap.c [new file with mode: 0644]