Re: [PATCH 5/9] rtc-pcf2123: put the chip reset into a function

2015-12-01 Thread Joshua Clayton
On Wed, 25 Nov 2015 00:17:36 +0100 Alexandre Belloni wrote: > On 04/11/2015 at 07:36:36 -0800, Joshua Clayton wrote : > > A commit message, even when simple is mandatory. > Sorry about that. I know better. will fix for v2 > > + /* See if the counter was actually stopped */ > > + dev_dbg(d

Re: [PATCH 5/9] rtc-pcf2123: put the chip reset into a function

2015-11-24 Thread Alexandre Belloni
On 04/11/2015 at 07:36:36 -0800, Joshua Clayton wrote : A commit message, even when simple is mandatory. > Signed-off-by: Joshua Clayton > --- > drivers/rtc/rtc-pcf2123.c | 64 > ++- > 1 file changed, 36 insertions(+), 28 deletions(-) > > diff --git