summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: gadget: add support for set_selfpoweredShimoda, Yoshihiro2012-05-041-1/+18
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-3/+2
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-3/+2
* | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-016-79/+46
|\ \
| * | usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-56/+17
| * | usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto2012-02-241-0/+6
| * | usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski2012-02-142-13/+8
| * | usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski2012-02-141-3/+2
| * | usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro2012-01-241-1/+5
| * | usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro2012-01-243-6/+8
| |/
* / usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl2012-01-241-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-2/+2
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-2/+2
| |\
| | * USB-renesas: move to dma_transfer_directionVinod Koul2011-11-171-2/+2
* | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-099-440/+816
|\ \ \
| * \ \ Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-223-5/+3
| |\ \ \
| | * | | usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi2011-12-211-2/+1
| | * | | usb: renesas_usbhs: silence a gcc warningDan Carpenter2011-12-151-1/+1
| | * | | usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto2011-12-151-2/+1
| * | | | Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-139-425/+814
| |\| | |
| | * | | usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto2011-12-131-3/+11
| | * | | usb: renesas_usbhs: add force packet remove methodKuninori Morimoto2011-12-131-0/+36
| | * | | usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto2011-12-131-1/+5
| | * | | usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto2011-12-131-0/+32
| | * | | usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto2011-12-131-0/+14
| | * | | usb: renesas_usbhs: care pipe sequenceKuninori Morimoto2011-12-135-20/+86
| | * | | usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto2011-12-131-124/+168
| | * | | usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto2011-12-131-139/+163
| | * | | usb: renesas_usbhs: modify device attach methodKuninori Morimoto2011-12-131-28/+69
| | * | | usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto2011-12-121-2/+7
| | * | | usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto2011-12-121-1/+3
| | * | | usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto2011-12-121-15/+0
| | * | | usb: renesas_usbhs: add test-mode supportKuninori Morimoto2011-12-123-1/+28
| | * | | usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto2011-12-121-2/+4
| | * | | usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto2011-12-121-5/+3
| | * | | usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto2011-12-121-0/+101
| | * | | usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto2011-12-121-0/+26
| | * | | usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto2011-12-122-0/+8
| | * | | usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto2011-12-121-7/+0
| | * | | usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
| | * | | usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-1/+1
| | * | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto2011-12-121-11/+8
| | * | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto2011-12-121-20/+17
| | * | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto2011-12-121-6/+6
| | * | | usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto2011-12-121-31/+28
| | * | | usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto2011-12-121-18/+49
| | * | | usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto2011-12-121-14/+22
| | * | | usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto2011-12-121-66/+3
| | * | | usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto2011-12-121-3/+24
| | * | | usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto2011-12-121-2/+1