Re: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly

2016-03-09 Thread Alexandre Belloni
On 01/03/2016 at 18:00:00 +0100, Arnd Bergmann wrote : > - pdev = platform_device_register_simple("rtc-generic", -1, NULL, 0); > + pdev = platform_device_register_data(NULL, "rtc-generic", -1, > + _generic_ops, > +

Re: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly

2016-03-01 Thread kbuild test robot
Hi Arnd, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.5-rc6 next-20160301] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH 4/6] parisc: rtc: provide rtc_class_ops directly

2016-03-01 Thread Arnd Bergmann
The rtc-generic driver provides an architecture specific wrapper on top of the generic rtc_class_ops abstraction, and on pa-risc, that is implemented using an open-coded version of rtc_time_to_tm/rtc_tm_to_time. This changes the parisc rtc-generic device to provide its rtc_class_ops directly,