Re: [PATCH] rtc: at91rm9200: use of_device_get_match_data()

2019-10-03 Thread Alexandre Belloni
On 26/09/2019 15:15:32+0300, Claudiu Beznea wrote: > Use of_device_get_match_data() since all platforms should now use DT > bindings. AVR32 architecture has been removed in > commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). > > Signed-off-by: Claudiu Beznea > --- > drivers/r

[PATCH] rtc: at91rm9200: use of_device_get_match_data()

2019-09-26 Thread Claudiu Beznea
Use of_device_get_match_data() since all platforms should now use DT bindings. AVR32 architecture has been removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture"). Signed-off-by: Claudiu Beznea --- drivers/rtc/Kconfig | 1 + drivers/rtc/rtc-at91rm9200.c | 19 +--