Re: [PATCH] backlight: da9052: Fix module autoload

2017-01-04 Thread Lee Jones
On Mon, 02 Jan 2017, Javier Martinez Canillas wrote: > The driver has a platform device ID table with multiple device entries, > each setting a different register address in its driver_data to control > the WLED brightness. > > But the driver doesn't export these as aliases with MODULE_DEVICE_TAB

RE: [PATCH] backlight: da9052: Fix module autoload

2017-01-03 Thread Adam Thomson
On 02 January 2017 16:03, Javier Martinez Canillas wrote: > The driver has a platform device ID table with multiple device entries, > each setting a different register address in its driver_data to control > the WLED brightness. > > But the driver doesn't export these as aliases with MODULE_DEVIC

Re: [PATCH] backlight: da9052: Fix module autoload

2017-01-02 Thread Jingoo Han
On Monday, January 2, 2017 11:03 AM, Javier Martinez Canillas wrote: > > The driver has a platform device ID table with multiple device entries, > each setting a different register address in its driver_data to control > the WLED brightness. > > But the driver doesn't export these as aliases with

[PATCH] backlight: da9052: Fix module autoload

2017-01-02 Thread Javier Martinez Canillas
The driver has a platform device ID table with multiple device entries, each setting a different register address in its driver_data to control the WLED brightness. But the driver doesn't export these as aliases with MODULE_DEVICE_TABLE() when the driver is built as a module, instead it just has a