Re: [PATCH v3 12/16] rtc: powerpc: provide rtc_class_ops directly

2016-05-03 Thread Arnd Bergmann
On Tuesday 03 May 2016 14:05:09 Michael Ellerman wrote: > On Thu, 2016-04-28 at 00:34 +0200, Arnd Bergmann wrote: > > > The rtc-generic driver provides an architecture specific > > wrapper on top of the generic rtc_class_ops abstraction, > > and powerpc has another abstraction on top, which is a b

Re: [PATCH v3 12/16] rtc: powerpc: provide rtc_class_ops directly

2016-05-02 Thread Michael Ellerman
On Thu, 2016-04-28 at 00:34 +0200, Arnd Bergmann wrote: > The rtc-generic driver provides an architecture specific > wrapper on top of the generic rtc_class_ops abstraction, > and powerpc has another abstraction on top, which is a bit > silly. > > This changes the powerpc rtc-generic device to pr