Re: [PATCH] usb: musb: Fix module autoload for OF platform driver

2015-08-27 Thread Luis de Bethencourt
On Thu, Aug 27, 2015 at 10:41:42AM -0500, Bin Liu wrote: Hi, On Thu, Aug 27, 2015 at 10:07 AM, Luis de Bethencourt l...@debethencourt.com wrote: This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Care to

[PATCH] usb: musb: Fix module autoload for OF platform driver

2015-08-27 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/usb/musb/ux500.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/musb/ux500.c

Re: [PATCH] usb: musb: Fix module autoload for OF platform driver

2015-08-27 Thread Bin Liu
Hi, On Thu, Aug 27, 2015 at 10:07 AM, Luis de Bethencourt l...@debethencourt.com wrote: This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Care to add 'ux500' to the summary line - 'usb: musb: ux500: Fix...'? That