Re: [PATCH 3/3] usb: musb: sunxi: support module autoloading

2016-02-29 Thread Javier Martinez Canillas
Hello Emilio, On Sun, Feb 21, 2016 at 10:26 PM, Emilio López wrote: > From: Emilio López > > MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on > sunxi systems using the OTG controller. This commit adds the missing > line so it loads automatically when building it as a module

[PATCH 3/3] usb: musb: sunxi: support module autoloading

2016-02-21 Thread Emilio López
From: Emilio López MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on sunxi systems using the OTG controller. This commit adds the missing line so it loads automatically when building it as a module and running on a system with an USB OTG port. Signed-off-by: Emilio López ---