aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-3/+2
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-79/+46
2012-02-28usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi1-56/+17
2012-02-24usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto1-0/+6
2012-02-14usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski2-13/+8
2012-02-14usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski1-3/+2
2012-01-24usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl1-1/+1
2012-01-24usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro1-1/+5
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro3-6/+8
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-440/+816
2011-12-22Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-5/+3
2011-12-21usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi1-2/+1
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter1-1/+1
2011-12-15usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto1-2/+1
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman9-425/+814
2011-12-13usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto1-3/+11
2011-12-13usb: renesas_usbhs: add force packet remove methodKuninori Morimoto1-0/+36
2011-12-13usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto1-1/+5
2011-12-13usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto1-0/+32
2011-12-13usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto1-0/+14
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto5-20/+86
2011-12-13usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto1-124/+168
2011-12-13usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto1-139/+163
2011-12-13usb: renesas_usbhs: modify device attach methodKuninori Morimoto1-28/+69
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-27/+20
2011-12-12usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto1-2/+7
2011-12-12usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto1-1/+3
2011-12-12usb: renesas_usbhs: add hcd->has_tt for low/full speedKuninori Morimoto1-0/+1
2011-12-12usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto1-1/+1
2011-12-12usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto1-15/+0
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto3-1/+28
2011-12-12usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto1-2/+4
2011-12-12usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto1-5/+3
2011-12-12usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto1-0/+101
2011-12-12usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto1-0/+26
2011-12-12usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto2-0/+8
2011-12-12usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto1-7/+0
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto1-11/+8
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto1-20/+17
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto1-6/+6
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto1-31/+28
2011-12-12usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto1-18/+49
2011-12-12usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto1-14/+22
2011-12-12usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto1-66/+3
2011-12-12usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto1-3/+24
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto1-2/+1