Re: [PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-10-02 Thread Linus Walleij
On Wed, Sep 16, 2015 at 12:51 AM, Javier Martinez Canillas wrote: > On 09/16/2015 09:43 AM, Javier Martinez Canillas wrote: >> Drivers needs to export the OF id table and this be built into >> the module or udev won't have the necessary information to auto >> load the driver module when the

Re: [PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-10-02 Thread Linus Walleij
On Wed, Sep 16, 2015 at 12:51 AM, Javier Martinez Canillas wrote: > On 09/16/2015 09:43 AM, Javier Martinez Canillas wrote: >> Drivers needs to export the OF id table and this be built into >> the module or udev won't have the necessary information to auto >> load the

Re: [PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-09-16 Thread Javier Martinez Canillas
Hello, On 09/16/2015 09:43 AM, Javier Martinez Canillas wrote: > Drivers needs to export the OF id table and this be built into > the module or udev won't have the necessary information to auto > load the driver module when the device is registered by OF. > > Signed-off-by: Javier Martinez

[PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-09-16 Thread Javier Martinez Canillas
Drivers needs to export the OF id table and this be built into the module or udev won't have the necessary information to auto load the driver module when the device is registered by OF. Signed-off-by: Javier Martinez Canillas --- drivers/pinctrl/sirf/pinctrl-atlas7.c | 2 ++ 1 file changed,

Re: [PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-09-16 Thread Javier Martinez Canillas
Hello, On 09/16/2015 09:43 AM, Javier Martinez Canillas wrote: > Drivers needs to export the OF id table and this be built into > the module or udev won't have the necessary information to auto > load the driver module when the device is registered by OF. > > Signed-off-by: Javier Martinez

[PATCH] pinctrl: sirf: Fix module autoloading for OF

2015-09-16 Thread Javier Martinez Canillas
Drivers needs to export the OF id table and this be built into the module or udev won't have the necessary information to auto load the driver module when the device is registered by OF. Signed-off-by: Javier Martinez Canillas --- drivers/pinctrl/sirf/pinctrl-atlas7.c