Commit Graph

155 Commits (f4466946c103372d3dd845ec55af1d2dc89ece33)

Author SHA1 Message Date
Alexandre Bounine 16052827d9 dmaengine/dma_slave: introduce inline wrappers 13 years ago
Felipe Balbi ade78f9feb usb: renesas: gadget: use generic map/unmap routines 13 years ago
Kuninori Morimoto 3b2a2e4717 usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev 13 years ago
Guennadi Liakhovetski 6e4b74e469 usb: renesas: fix scheduling in atomic context bug 13 years ago
Guennadi Liakhovetski d526128694 usb: renesas_usbhs: (cosmetic) simplify list operations 13 years ago
Jesper Juhl 7983bc74fc usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle() 13 years ago
Shimoda, Yoshihiro 5ea4399457 usb: renesas_usbhs: add support for SUDMAC 13 years ago
Shimoda, Yoshihiro 53069af3fa usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHARED 13 years ago
Felipe Balbi 14ff96e04c usb: renesas: pipe: convert a long if into a XOR operation 13 years ago
Dan Carpenter 8418153a4c usb: renesas_usbhs: silence a gcc warning 13 years ago
Kuninori Morimoto d9b78f33d9 usb: renesas_usbhs: tidyup for smatch warnings 13 years ago
Kuninori Morimoto 15a3838b10 usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu() 13 years ago
Kuninori Morimoto 2d833faad2 usb: renesas_usbhs: add force packet remove method 13 years ago
Kuninori Morimoto 6d0376f844 usb: renesas_usbhs: care usb_hcd_giveback_urb() status 13 years ago
Kuninori Morimoto b1930da088 usb: renesas_usbhs: add usbhsh_is_running() 13 years ago
Kuninori Morimoto 31e00fd116 usb: renesas_usbhs: disable attch irq after device attached 13 years ago
Kuninori Morimoto 3edeee3893 usb: renesas_usbhs: care pipe sequence 13 years ago
Kuninori Morimoto e5679d07a6 usb: renesas_usbhs: add usbhs_pipe_attach() method 13 years ago
Kuninori Morimoto e4c57ded48 usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error case 13 years ago
Kuninori Morimoto c1e4877a41 usb: renesas_usbhs: modify device attach method 13 years ago
Kuninori Morimoto 547965436d usb: renesas_usbhs: pop packet when urb dequeued 13 years ago
Kuninori Morimoto 37332ee0df usb: renesas_usbhs: add lost error value when enqueue 13 years ago
Kuninori Morimoto 1115b9e279 usb: renesas_usbhs: add hcd->has_tt for low/full speed 13 years ago
Kuninori Morimoto b95eb7476e usb: renesas_usbhs: typofix: irq_dtch control DTCHE 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 9cf1b06e90 usb: renesas_usbhs: add usbhs_pipe_is_stall() 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 7aac8d1537 usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx() 13 years ago
Kuninori Morimoto 4825093e9d usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx() 13 years ago
Kuninori Morimoto 3eddc9e4c8 usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push() 13 years ago
Kuninori Morimoto f352741d27 usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx() 13 years ago
Kuninori Morimoto d399f90d19 usb: gadget: renesas_usbhs: adds spin lock area on mod_host 13 years ago
Kuninori Morimoto ab14230854 usb: gadget: renesas_usbhs: check device0 status when alloc 13 years ago
Kuninori Morimoto c5b963f809 usb: gadget: renesas_usbhs: remove usbhsh_request list 13 years ago
Kuninori Morimoto 9c6736523a usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubport 13 years ago
Kuninori Morimoto fca8ab7ee1 usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable() 13 years ago
Kuninori Morimoto 3dd492686c usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx() 13 years ago
Kuninori Morimoto fc9d5c79f6 usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcpriv 13 years ago
Kuninori Morimoto ee8a0bf5a7 usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/free 13 years ago
Kuninori Morimoto b4fcea2a71 usb: gadget: renesas_usbhs: unified callback function 13 years ago
Kuninori Morimoto f1ee56a000 usb: gadget: renesas_usbhs: add platform power control function 13 years ago
Kuninori Morimoto a49a88f108 usb: gadget: renesas_usbhs: tidyup the unit of detection_delay 13 years ago
Kuninori Morimoto 25234b46be usb: gadget: renesas_usbhs: tidyup mod_host request variable name 13 years ago