summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda2014-11-121-0/+2
* usb: renesas_usbhs: add a new macro for extending DnFIFOsYoshihiro Shimoda2014-11-121-2/+7
* usb: renesas_usbhs: standardize d{0,1}fifo controlYoshihiro Shimoda2014-11-121-38/+32
* usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda2014-11-121-2/+2
* usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda2014-11-051-0/+18
* usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda2014-11-051-16/+0
* usb: renesas_usbhs: fix the usb_pkt_pop()Yoshihiro Shimoda2014-09-031-3/+27
* usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_doneYoshihiro Shimoda2014-09-031-2/+15
* usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda2014-09-031-1/+24
* usb: renesas: gadget: fixup: complete STATUS stage after receivingKuninori Morimoto2014-06-191-0/+8
* usb: renesas_usbhs: fifo: request DMAEngine onceKuninori Morimoto2013-12-121-14/+4
* usb: renesas: remove unused DMA_ADDR_INVALIDFelipe Balbi2013-03-181-1/+0
* Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-111-5/+9
|\
| * usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto2012-11-081-0/+4
| * usb: fix typo in drivers/usbMasanari Iida2012-11-061-1/+1
| * usb: renesas_usbhs: fixup unreadable macroKuninori Morimoto2012-10-311-4/+4
* | usb: renesas_usbhs: fixup dma transfer stallKuninori Morimoto2012-10-231-0/+1
|/
* usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto2012-09-061-2/+2
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-261-11/+3
|\
| * usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto2012-07-091-11/+3
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-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-051-2/+2
|/
* 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
* | usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski2012-02-141-12/+6
* | usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski2012-02-141-3/+2
* | usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro2012-01-241-1/+5
|/
* 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
* | | usb: renesas_usbhs: care pipe sequenceKuninori Morimoto2011-12-131-1/+8
* | | usb: gadget: renesas_usbhs: fixup bogus conversionKuninori Morimoto2011-11-141-2/+2
|/ /
* | usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto2011-10-191-3/+3
* | usb: gadget: renesas_usbhs: fix compile warningFelipe Balbi2011-10-131-2/+2
* | usb: gadget: renesas_usbhs: add data/status stage handlerKuninori Morimoto2011-10-131-0/+145
* | usb: gadget: renesas_usbhs: disable pipe on top of interruptKuninori Morimoto2011-10-131-9/+14
* | usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto2011-10-131-2/+0
* | usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto2011-10-131-2/+9
* | usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto2011-10-131-1/+1
* | usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto2011-10-131-1/+5
* | usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto2011-10-131-4/+8
* | usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto2011-10-131-4/+15
|/
* USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* usb: renesas_usbhs: inaccessible pipe is not an errorKuninori Morimoto2011-07-081-1/+4
* usb: renesas_usbhs: care buff alignment when dma handlerKuninori Morimoto2011-07-081-0/+6
* usb: renesas_usbhs: fixup comment-outKuninori Morimoto2011-07-081-9/+21
* usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto2011-07-011-1/+1
* usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto2011-06-071-0/+380
* usb: renesas_usbhs: tidyup pio handler nameKuninori Morimoto2011-06-071-7/+7
OpenPOWER on IntegriCloud