usb: renesas_usbhs: fixup comment-out
This patch add/modify comment-out of renesas_usbhs. On this process, usbhs_pkt_init was moved because it was placed under usbhsf_null_handler which has no relationship it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
45304e8cd9
commit
233f519d27
@@ -21,6 +21,29 @@
|
||||
#include <linux/sysfs.h>
|
||||
#include "./common.h"
|
||||
|
||||
/*
|
||||
* image of renesas_usbhs
|
||||
*
|
||||
* ex) gadget case
|
||||
|
||||
* mod.c
|
||||
* mod_gadget.c
|
||||
* mod_host.c pipe.c fifo.c
|
||||
*
|
||||
* +-------+ +-----------+
|
||||
* | pipe0 |------>| fifo pio |
|
||||
* +------------+ +-------+ +-----------+
|
||||
* | mod_gadget |=====> | pipe1 |--+
|
||||
* +------------+ +-------+ | +-----------+
|
||||
* | pipe2 | | +-| fifo dma0 |
|
||||
* +------------+ +-------+ | | +-----------+
|
||||
* | mod_host | | pipe3 |<-|--+
|
||||
* +------------+ +-------+ | +-----------+
|
||||
* | .... | +--->| fifo dma1 |
|
||||
* | .... | +-----------+
|
||||
*/
|
||||
|
||||
|
||||
#define USBHSF_RUNTIME_PWCTRL (1 << 0)
|
||||
|
||||
/* status */
|
||||
|
Reference in New Issue
Block a user