]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 11 Oct 2011 05:03:39 +0000 (22:03 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:41:41 +0000 (20:41 +0300)
commit5e6fa6a0968bbcc3d6882cd7c8c15f8f5c91187a
treeeb24d4e1c745e465c1fd67a54d5f55ab7bc7d009
parent95c9ce3d38decda8f8e5b67fa243be50dd0e9616
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function

There was no method to get struct usbhs_priv when
packet transfer done function was called.
This patch allow that callback function receive it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/fifo.c
drivers/usb/renesas_usbhs/mod_gadget.c
drivers/usb/renesas_usbhs/pipe.c
drivers/usb/renesas_usbhs/pipe.h