]> 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)
commit23bf7e17b515b4c658909b2351dd14f0ec979adf
treed79c91ac695a01741c7e1dc8e0753f06ec7074a9
parent0073e58b985da3894eb500192764d87c5e876735
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]