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

2017-02-27 Thread Rob Herring
On Thu, Feb 23, 2017 at 02:03:53AM +0100, Sebastian Reichel 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 > Signed-off-by: Sebastian Reichel > --- > > Changes since PATCHv2: > - checkpatch fi

[PATCHv3 2/2] rtc: cpcap: new rtc driver

2017-02-22 Thread Sebastian Reichel
This driver supports the Motorola CPCAP PMIC found on some of Motorola's mobile phones, such as the Droid 4. Tested-by: Tony Lindgren Signed-off-by: Sebastian Reichel --- Changes since PATCHv2: - checkpatch fixes - add comment for update irq - introduced vendor prefix patch Changes since PAT