Re: [PATCH 1/7] rtc: ingenic: Only support probing from devicetree

2020-05-11 Thread Alexandre Belloni
On 06/05/2020 00:13:30+0200, Paul Cercueil wrote: > With the recent work on supporting Device Tree on Ingenic SoCs, no > driver ever probes from platform code anymore, so we can clean a bit > this driver by removing the non-devicetree paths. > > Signed-off-by: Paul Cercueil > --- >

[PATCH 1/7] rtc: ingenic: Only support probing from devicetree

2020-05-05 Thread Paul Cercueil
With the recent work on supporting Device Tree on Ingenic SoCs, no driver ever probes from platform code anymore, so we can clean a bit this driver by removing the non-devicetree paths. Signed-off-by: Paul Cercueil --- drivers/rtc/Kconfig | 1 + drivers/rtc/rtc-jz4740.c | 20