commit | 6acb95d4e0709a582023e87f9b3537fb4d837fd0 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Jun 06 14:18:16 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 07 09:10:08 2011 -0700 |
tree | 635562ba3b0c219fbc08d6880fe2e64c2e3d1b31 | |
parent | 4bd0481152d0d5e8326d7e24329b0069713ed718 [diff] |
usb: renesas_usbhs: modify packet queue control method Current renesas_usbhs driver is controlling packet queue on mod_gadget.c. But it has relationship with pipe/fifo, not host/gadget. So, controlling USB packet queue in pipe.c/fifo.c is more convenient than in mod_gadget.c. This patch modify it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>