Searched hist:e71eb392c2014e2b377810ad329e36b0229d041c (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_gadget.c | diff e71eb392c2014e2b377810ad329e36b0229d041c Thu Jun 23 07:26:16 CDT 2011 Sebastian Andrzej Siewior <bigeasy@linutronix.de> usb: musb: convert musb to new style bind
udc-core checks for valid callbacks so there is no need for the driver to do so. Also "can-be-bound-once" is verified by udc-core. The pull-up callback is called by udc-core afterwords.
[ balbi@ti.com : keep holding gadget_driver pointer for now remove the stupid check for gadget_driver otherwise we don't handle IRQs ]
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | musb_core.c | diff e71eb392c2014e2b377810ad329e36b0229d041c Thu Jun 23 07:26:16 CDT 2011 Sebastian Andrzej Siewior <bigeasy@linutronix.de> usb: musb: convert musb to new style bind
udc-core checks for valid callbacks so there is no need for the driver to do so. Also "can-be-bound-once" is verified by udc-core. The pull-up callback is called by udc-core afterwords.
[ balbi@ti.com : keep holding gadget_driver pointer for now remove the stupid check for gadget_driver otherwise we don't handle IRQs ]
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|