summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/fifo.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-27usb: renesas_usbhs: add usbhsf_dma_init_pdev() functionYoshihiro Shimoda1-3/+9
2014-11-12usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda1-0/+2
2014-11-12usb: renesas_usbhs: add a new macro for extending DnFIFOsYoshihiro Shimoda1-2/+7
2014-11-12usb: renesas_usbhs: standardize d{0,1}fifo controlYoshihiro Shimoda1-38/+32
2014-11-12usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda1-2/+2
2014-11-05usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda1-0/+18
2014-11-05usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda1-16/+0
2014-09-03usb: renesas_usbhs: fix the usb_pkt_pop()Yoshihiro Shimoda1-3/+27
2014-09-03usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_doneYoshihiro Shimoda1-2/+15
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda1-1/+24
2014-06-19usb: renesas: gadget: fixup: complete STATUS stage after receivingKuninori Morimoto1-0/+8
2013-12-12usb: renesas_usbhs: fifo: request DMAEngine onceKuninori Morimoto1-14/+4
2013-03-18usb: renesas: remove unused DMA_ADDR_INVALIDFelipe Balbi1-1/+0
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-5/+9
2012-11-08usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto1-0/+4
2012-11-06usb: fix typo in drivers/usbMasanari Iida1-1/+1
2012-10-31usb: renesas_usbhs: fixup unreadable macroKuninori Morimoto1-4/+4
2012-10-23usb: renesas_usbhs: fixup dma transfer stallKuninori Morimoto1-0/+1
2012-09-06usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto1-2/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+3
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+5
2012-07-13usb: renesas_usbhs: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-5/+5
2012-07-09usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto1-11/+3
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-2/+2
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-02-14usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski1-12/+6
2012-02-14usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski1-3/+2
2012-01-24usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro1-1/+5
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto1-1/+8
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-2/+2
2011-11-17USB-renesas: move to dma_transfer_directionVinod Koul1-2/+2
2011-11-14usb: gadget: renesas_usbhs: fixup bogus conversionKuninori Morimoto1-2/+2
2011-10-19usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto1-3/+3
2011-10-13usb: gadget: renesas_usbhs: fix compile warningFelipe Balbi1-2/+2
2011-10-13usb: gadget: renesas_usbhs: add data/status stage handlerKuninori Morimoto1-0/+145
2011-10-13usb: gadget: renesas_usbhs: disable pipe on top of interruptKuninori Morimoto1-9/+14
2011-10-13usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto1-2/+0
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto1-2/+9
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto1-1/+1
2011-10-13usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto1-1/+5
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto1-4/+8
2011-10-13usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto1-4/+15
2011-07-26USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-08usb: renesas_usbhs: inaccessible pipe is not an errorKuninori Morimoto1-1/+4
2011-07-08usb: renesas_usbhs: care buff alignment when dma handlerKuninori Morimoto1-0/+6
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto1-9/+21
2011-07-01usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto1-1/+1
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto1-0/+380