Re: [PATCHv4 2/2] rtc: cpcap: new rtc driver

From: Rob Herring
Date: Thu Mar 02 2017 - 09:40:07 EST


On Wed, Mar 1, 2017 at 6:27 PM, Sebastian Reichel <sre@xxxxxxxxxx> 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 <tony@xxxxxxxxxxx>
> Signed-off-by: Sebastian Reichel <sre@xxxxxxxxxx>
> ---
> Changes since PATCHv3:
> - Modified DT binding document to mention parent device
> ---
> .../devicetree/bindings/rtc/cpcap-rtc.txt | 18 ++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> 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