Searched hist:ad1adb89a0d9410345d573b6995a1fa9f9b7c74a (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_gadget.h | diff ad1adb89a0d9410345d573b6995a1fa9f9b7c74a Wed Feb 16 04:40:05 CST 2011 Felipe Balbi <balbi@ti.com> usb: musb: gadget: do not poke with gadget's list_head
struct usb_request's list_head is supposed to be used only by gadget drivers, but musb is abusing that. Give struct musb_request its own list_head and prevent musb from poking into other driver's business.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | musb_gadget_ep0.c | diff ad1adb89a0d9410345d573b6995a1fa9f9b7c74a Wed Feb 16 04:40:05 CST 2011 Felipe Balbi <balbi@ti.com> usb: musb: gadget: do not poke with gadget's list_head
struct usb_request's list_head is supposed to be used only by gadget drivers, but musb is abusing that. Give struct musb_request its own list_head and prevent musb from poking into other driver's business.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | musb_gadget.c | diff 4cbbf084436caddeb815534df4ebaa018c970196 Mon Feb 28 02:44:50 CST 2011 Felipe Balbi <balbi@ti.com> usb: musb: gadget: fix list_head usage
commit ad1adb89a0d9410345d573b6995a1fa9f9b7c74a (usb: musb: gadget: do not poke with gadget's list_head) fixed a bug in musb where it was corrupting the list_head which is supposed to be used by gadget drivers. While doing that, I forgot to fix the usage in musb_gadget_dequeue() method. Fix that.
Reported-by: Pavol Kurina <pavol.kurina@emsys.de> Signed-off-by: Felipe Balbi <balbi@ti.com> diff ad1adb89a0d9410345d573b6995a1fa9f9b7c74a Wed Feb 16 04:40:05 CST 2011 Felipe Balbi <balbi@ti.com> usb: musb: gadget: do not poke with gadget's list_head
struct usb_request's list_head is supposed to be used only by gadget drivers, but musb is abusing that. Give struct musb_request its own list_head and prevent musb from poking into other driver's business.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | musb_core.h | diff ad1adb89a0d9410345d573b6995a1fa9f9b7c74a Wed Feb 16 04:40:05 CST 2011 Felipe Balbi <balbi@ti.com> usb: musb: gadget: do not poke with gadget's list_head
struct usb_request's list_head is supposed to be used only by gadget drivers, but musb is abusing that. Give struct musb_request its own list_head and prevent musb from poking into other driver's business.
Signed-off-by: Felipe Balbi <balbi@ti.com>
|