On Wed, Mar 1, 2017 at 6:27 PM, Sebastian Reichel <[email protected]> wrote: > This driver supports the Motorola CPCAP PMIC found on > some of Motorola's mobile phones, such as the Droid 4. > > Tested-by: Tony Lindgren <[email protected]> > Signed-off-by: Sebastian Reichel <[email protected]> > --- > Changes since PATCHv3: > - Modified DT binding document to mention parent device > --- > .../devicetree/bindings/rtc/cpcap-rtc.txt | 18 ++
Acked-by: Rob Herring <[email protected]> > drivers/rtc/Kconfig | 7 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-cpcap.c | 332 > +++++++++++++++++++++ > 4 files changed, 358 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/cpcap-rtc.txt > create mode 100644 drivers/rtc/rtc-cpcap.c

