commit | f5aa889f725b56934171f9845cf00a17de9cc76c | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Oct 10 21:59:46 2011 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:40:38 2011 +0300 |
tree | b46e855a0859294b60c8d605ad9b980e61769cc8 | |
parent | 51b8a0218b885b5e527da776e20022273a838893 [diff] |
usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc Current usbhs_pipe_malloc() used usb_endpoint_descriptor to get necessary information. It was very good for mod_gadget which allocate pipe in runtime, but is not good for mod_host which allocate pipe in initial timing. This patch remove usb_endpoint_descriptor from usbhs_pipe_malloc() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>