Commit Graph

51 Commits (630d9c47274aa89bfa77fe6556d7818bdcb12992)

Author SHA1 Message Date
Jesper Juhl 7983bc74fc usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle() 13 years ago
Dan Carpenter 8418153a4c usb: renesas_usbhs: silence a gcc warning 13 years ago
Kuninori Morimoto 3edeee3893 usb: renesas_usbhs: care pipe sequence 13 years ago
Kuninori Morimoto b294b20336 usb: renesas_usbhs: remove the_controller_link 13 years ago
Kuninori Morimoto dfbb7f4fba usb: renesas_usbhs: add test-mode support 13 years ago
Kuninori Morimoto 91b158f4d1 usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable. 13 years ago
Kuninori Morimoto 25fa70795b usb: renesas_usbhs: send packet in necessary timing. 13 years ago
Kuninori Morimoto 17f7f76940 usb: renesas_usbhs: add basic USB_REQ_GET_STATUS support 13 years ago
Kuninori Morimoto ced6e09e6e usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE support 13 years ago
Kuninori Morimoto 4b81593201 usb: renesas_usbhs: remove superfluous usbhs_lock from recip handler 13 years ago
Michal Nazarewicz 7177aed44f usb: gadget: rename usb_gadget_driver::speed to max_speed 13 years ago
Michal Nazarewicz d327ab5b6d usb: gadget: replace usb_gadget::is_dualspeed with max_speed 13 years ago
Kuninori Morimoto 3244a7b43f usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl() 13 years ago
Kuninori Morimoto 2288e10993 usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl() 13 years ago
Kuninori Morimoto 89f829a50f usb: renesas_usbhs: fixup driver speed 13 years ago
Kuninori Morimoto 0cdd7d4b66 usb: renesas_usbhs: fixup gadget.dev.driver when udc_stop. 13 years ago
Kuninori Morimoto 8885a897c2 usb: renesas_usbhs: fixup signal the driver that cable was disconnected 13 years ago
Kuninori Morimoto f8eff0a061 usb: renesas_usbhs: fixup device_register timing 13 years ago
Kuninori Morimoto b7a8d17db9 usb: gadget: renesas_usbhs: fixup section mismatch warning 13 years ago
Kuninori Morimoto 6e6db82ba9 usb: gadget: renesas_usbhs: modify pipe sequence settings 14 years ago
Kuninori Morimoto 654c35ab5e usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push() 14 years ago
Kuninori Morimoto b331872b85 usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt 14 years ago
Kuninori Morimoto bc6fbf59df usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_update() 14 years ago
Kuninori Morimoto 2cc971978c usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function 14 years ago
Kuninori Morimoto 75587f52c7 usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() 14 years ago
Kuninori Morimoto 0c6ef985ce usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler 14 years ago
Kuninori Morimoto f5aa889f72 usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc 14 years ago
Felipe Balbi af1d7056a5 usb: gadget: renesas: convert to new style 14 years ago
Kuninori Morimoto cf6808cb09 usb: gadget: renesas_usbhs: fix DMA build by including dma-mapping.h 14 years ago
Kuninori Morimoto e94c587e78 usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st pos 14 years ago
Kuninori Morimoto d128a259ea usb: renesas_usbhs: fix DMA build by including dma-mapping.h 14 years ago
Kuninori Morimoto 3b87218829 usb: renesas_usbhs: support multi driver 14 years ago
Kuninori Morimoto 233f519d27 usb: renesas_usbhs: fixup comment-out 14 years ago
Kuninori Morimoto 6d721b2946 usb: renesas_usbhs: use dma handler 14 years ago
Sebastian Andrzej Siewior 0f91349b89 usb: gadget: convert all users to the new udc infrastructure 14 years ago
Kuninori Morimoto 08e6c61112 usb: renesas_usbhs: fixup connection fail 14 years ago
Kuninori Morimoto e73a9891b3 usb: renesas_usbhs: add DMAEngine support 14 years ago
Kuninori Morimoto 0cb7e61d16 usb: renesas_usbhs: tidyup pio handler name 14 years ago
Kuninori Morimoto 0432eed008 usb: renesas_usbhs: tifyup packet start timing 14 years ago
Kuninori Morimoto 97664a207b usb: renesas_usbhs: shrink spin lock area 14 years ago
Kuninori Morimoto 8a2c225ddb usb: renesas_usbhs: remove usbhsg_queue_get 14 years ago
Kuninori Morimoto dad67397f2 usb: renesas_usbhs: modify data transfer interrupt 14 years ago
Kuninori Morimoto 659d495404 usb: renesas_usbhs: modify data transfer method 14 years ago
Kuninori Morimoto 6acb95d4e0 usb: renesas_usbhs: modify packet queue control method 14 years ago
Kuninori Morimoto 4bd0481152 usb: renesas_usbhs: divide data transfer functions 14 years ago
Kuninori Morimoto e8d548d549 usb: renesas_usbhs: fifo became independent from pipe. 14 years ago
Sebastian Andrzej Siewior 3af51ac9c0 usb/renesas_usbhs: free uep on removal 14 years ago
Kuninori Morimoto 9a28b7bd4f usb: renesas_usbhs: return error if wrong recip request 14 years ago
Kuninori Morimoto cb96632c18 usb: renesas_usbhs: modify spinlock method 14 years ago
Kuninori Morimoto 409ba9e7c0 usb: renesas_usbhs: don't re-allocation pipe buffer 14 years ago