Re: [PATCH] gpio-backlight: Discover driver during boot time

2015-04-29 Thread Lee Jones
> Jingoo? Never mind. Applied, thanks. > > The gpio-backlight driver seems to be missing the > > MODULE_DEVICE_TABLE line which is preventing it from > > being modprobed during boot time even if the > > gpio-backlight device exists. > > > > This seems to be a bug and this patch attempts to > >

Re: [PATCH] gpio-backlight: Discover driver during boot time

2015-04-29 Thread Lee Jones
Jingoo? > The gpio-backlight driver seems to be missing the > MODULE_DEVICE_TABLE line which is preventing it from > being modprobed during boot time even if the > gpio-backlight device exists. > > This seems to be a bug and this patch attempts to > fix that. > > Signed-off-by: Arun Bharadwaj >

[PATCH] gpio-backlight: Discover driver during boot time

2015-04-15 Thread Arun Bharadwaj
The gpio-backlight driver seems to be missing the MODULE_DEVICE_TABLE line which is preventing it from being modprobed during boot time even if the gpio-backlight device exists. This seems to be a bug and this patch attempts to fix that. Signed-off-by: Arun Bharadwaj Signed-off-by: Ash Charles