summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
Commit message (Expand)AuthorAgeFilesLines
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-128-24/+157
|\
| * usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto2012-11-083-0/+106
| * usb: renesas_usbhs: host: add endpoint user counterKuninori Morimoto2012-11-061-11/+13
| * usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data()Kuninori Morimoto2012-11-061-4/+0Star
| * usb: fix typo in drivers/usbMasanari Iida2012-11-061-1/+1
| * usb: renesas_usbhs: add DMAEngine support on mod_hostKuninori Morimoto2012-10-311-2/+15
| * usb: renesas_usbhs: fixup unreadable macroKuninori Morimoto2012-10-311-4/+4
| * usb: renesas_usbhs: use devm_request_irq()Kuninori Morimoto2012-10-311-2/+1Star
| * usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com2012-10-163-0/+17
* | usb: renesas_usbhs: fixup dma transfer stallKuninori Morimoto2012-10-231-0/+1
* | usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detachKuninori Morimoto2012-10-231-0/+5
* | usb: renesas_usbhs: fixup interrupt status clear methodKuninori Morimoto2012-10-161-3/+3
* | usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st posKuninori Morimoto2012-10-161-1/+1
|/
* usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto2012-09-111-11/+4Star
* usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto2012-09-061-2/+2
* usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro2012-09-061-3/+22
* usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto2012-08-101-3/+3
* usb: renesas_usbhs: mod_host: add missing .bus_suspend/resumeKuninori Morimoto2012-08-101-0/+8
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-261-11/+3Star
|\
| * usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto2012-07-091-11/+3Star
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-251-5/+5
|\ \
| * | usb: renesas_usbhs: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-131-5/+5
| |/
* / renesas_usbhs: cleanup quoted includesPaul Bolle2012-06-057-12/+12
|/
* 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-301-3/+2Star
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-3/+2Star
* | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-016-79/+46Star
|\ \
| * | usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-56/+17Star
| * | 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/+8Star
| * | usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski2012-02-141-3/+2Star
| * | 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-181-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/+3Star
| |\ \ \
| | * | | usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi2011-12-211-2/+1Star
| | * | | usb: renesas_usbhs: silence a gcc warningDan Carpenter2011-12-151-1/+1
| | * | | usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto2011-12-151-2/+1Star
| * | | | 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