Re: [PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-11 Thread Guenter Roeck
On 6/10/19 10:16 PM, Christophe Leroy wrote: Hi Paul, Le 08/06/2019 à 11:57, Paul Cercueil a écrit : Hi Christophe, Le sam. 8 juin 2019 à 9:51, Christophe Leroy a écrit : Hi Paul, Le 07/06/2019 à 18:24, Paul Cercueil a écrit : This allows the probe function to be dropped after the kernel f

Re: [PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-10 Thread Christophe Leroy
Hi Paul, Le 08/06/2019 à 11:57, Paul Cercueil a écrit : Hi Christophe, Le sam. 8 juin 2019 à 9:51, Christophe Leroy a écrit : Hi Paul, Le 07/06/2019 à 18:24, Paul Cercueil a écrit : This allows the probe function to be dropped after the kernel finished its initialization, in the case where

Re: [PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-08 Thread Paul Cercueil
Hi Christophe, Le sam. 8 juin 2019 à 9:51, Christophe Leroy a écrit : Hi Paul, Le 07/06/2019 à 18:24, Paul Cercueil a écrit : This allows the probe function to be dropped after the kernel finished its initialization, in the case where the driver was not compiled as a module. I'm not sure

Re: [PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-08 Thread Christophe Leroy
Hi Paul, Le 07/06/2019 à 18:24, Paul Cercueil a écrit : This allows the probe function to be dropped after the kernel finished its initialization, in the case where the driver was not compiled as a module. I'm not sure that's what __init_or_module flag does. As far as I understand, this flag

Re: [PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-07 Thread Guenter Roeck
On Fri, Jun 07, 2019 at 06:24:29PM +0200, Paul Cercueil wrote: > This allows the probe function to be dropped after the kernel finished > its initialization, in the case where the driver was not compiled as a > module. > > Signed-off-by: Paul Cercueil Reviewed-by: Guenter Roeck > --- > > Note

[PATCH v2 4/4] watchdog: jz4740: Make probe function __init_or_module

2019-06-07 Thread Paul Cercueil
This allows the probe function to be dropped after the kernel finished its initialization, in the case where the driver was not compiled as a module. Signed-off-by: Paul Cercueil --- Notes: v2: New patch drivers/watchdog/jz4740_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d