Searched hist:"75587 f52c7b0d6c319515138a495a619b552a670" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod.h | diff 75587f52c7b0d6c319515138a495a619b552a670 Tue Oct 11 00:01:51 CDT 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on usbhsg_irq_dev_state() which is status change interrupt callback function. And the usb speed data was included in its parameter.
But this style works for mod_gadget, but doesn't work for mod_host which isn't interrupted when device status was changed.
This patch add usbhs_bus_get_speed() to solve this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | common.h | diff 75587f52c7b0d6c319515138a495a619b552a670 Tue Oct 11 00:01:51 CDT 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on usbhsg_irq_dev_state() which is status change interrupt callback function. And the usb speed data was included in its parameter.
But this style works for mod_gadget, but doesn't work for mod_host which isn't interrupted when device status was changed.
This patch add usbhs_bus_get_speed() to solve this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | mod.c | diff 75587f52c7b0d6c319515138a495a619b552a670 Tue Oct 11 00:01:51 CDT 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on usbhsg_irq_dev_state() which is status change interrupt callback function. And the usb speed data was included in its parameter.
But this style works for mod_gadget, but doesn't work for mod_host which isn't interrupted when device status was changed.
This patch add usbhs_bus_get_speed() to solve this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | common.c | diff 75587f52c7b0d6c319515138a495a619b552a670 Tue Oct 11 00:01:51 CDT 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on usbhsg_irq_dev_state() which is status change interrupt callback function. And the usb speed data was included in its parameter.
But this style works for mod_gadget, but doesn't work for mod_host which isn't interrupted when device status was changed.
This patch add usbhs_bus_get_speed() to solve this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | mod_gadget.c | diff 75587f52c7b0d6c319515138a495a619b552a670 Tue Oct 11 00:01:51 CDT 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
current mod_gadget had got usb speed on usbhsg_irq_dev_state() which is status change interrupt callback function. And the usb speed data was included in its parameter.
But this style works for mod_gadget, but doesn't work for mod_host which isn't interrupted when device status was changed.
This patch add usbhs_bus_get_speed() to solve this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|