index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
renesas_usbhs
/
fifo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
Yoshihiro Shimoda
1
-0
/
+5
2017-12-12
usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs...
Yoshihiro Shimoda
1
-3
/
+2
2017-12-12
usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()
Yoshihiro Shimoda
1
-11
/
+5
2017-11-07
USB: renesas_usbhs: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-11
usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
Kazuya Mizuguchi
1
-1
/
+1
2017-09-28
usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
Yoshihiro Shimoda
1
-2
/
+11
2017-09-28
usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
Yoshihiro Shimoda
1
-2
/
+8
2016-11-03
usb: renesas_usbhs: cleanup with list_first_entry_or_null()
Masahiro Yamada
1
-4
/
+1
2016-08-11
usb: renesas_usbhs: Use dmac only if the pipe type is bulk
Yoshihiro Shimoda
1
-2
/
+2
2016-06-29
usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
Yoshihiro Shimoda
1
-4
/
+14
2016-04-19
usb: renesas_usbhs: change arguments of dma_map_ctrl()
Yoshihiro Shimoda
1
-1
/
+3
2016-04-19
usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()
Yoshihiro Shimoda
1
-6
/
+6
2016-03-30
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
Yoshihiro Shimoda
1
-0
/
+1
2016-03-30
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
Yoshihiro Shimoda
1
-1
/
+2
2016-01-25
usb: renesas_usbhs: constify usbhs_pkt_handle structures
Julia Lawall
1
-10
/
+10
2015-05-26
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
Yoshihiro Shimoda
1
-1
/
+8
2015-05-26
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
Kazuya Mizuguchi
1
-0
/
+5
2015-05-26
usb: renesas_usbhs: Revise the binding document about the dma-names
Yoshihiro Shimoda
1
-9
/
+15
2015-03-13
usb: renesas_usbhs: add support for USB-DMAC
Yoshihiro Shimoda
1
-6
/
+159
2015-03-13
usb: renesas_usbhs: fix the sequence in xfer_work()
Yoshihiro Shimoda
1
-2
/
+2
2015-03-13
usb: renesas_usbhs: add the channel number in dma-names
Yoshihiro Shimoda
1
-7
/
+13
2015-01-30
usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()
Yoshihiro Shimoda
1
-0
/
+4
2015-01-27
usb: renesas_usbhs: add support for requesting DT DMA
Yoshihiro Shimoda
1
-1
/
+10
2015-01-27
usb: renesas_usbhs: add usbhsf_dma_init_pdev() function
Yoshihiro Shimoda
1
-3
/
+9
2014-11-12
usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2
Yoshihiro Shimoda
1
-0
/
+2
2014-11-12
usb: renesas_usbhs: add a new macro for extending DnFIFOs
Yoshihiro Shimoda
1
-2
/
+7
2014-11-12
usb: renesas_usbhs: standardize d{0,1}fifo control
Yoshihiro Shimoda
1
-38
/
+32
2014-11-12
usb: renesas_usbhs: change d{0,1}fifo to dfifo array
Yoshihiro Shimoda
1
-2
/
+2
2014-11-05
usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE
Yoshihiro Shimoda
1
-0
/
+18
2014-11-05
usb: renesas_usbhs: fix the timing of dcp_control_transfer_done
Yoshihiro Shimoda
1
-16
/
+0
2014-09-03
usb: renesas_usbhs: fix the usb_pkt_pop()
Yoshihiro Shimoda
1
-3
/
+27
2014-09-03
usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done
Yoshihiro Shimoda
1
-2
/
+15
2014-09-03
usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle
Yoshihiro Shimoda
1
-1
/
+24
2014-06-19
usb: renesas: gadget: fixup: complete STATUS stage after receiving
Kuninori Morimoto
1
-0
/
+8
2013-12-12
usb: renesas_usbhs: fifo: request DMAEngine once
Kuninori Morimoto
1
-14
/
+4
2013-03-18
usb: renesas: remove unused DMA_ADDR_INVALID
Felipe Balbi
1
-1
/
+0
2012-11-12
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-5
/
+9
2012-11-08
usb: renesas_usbhs: use transfer counter if IN direction bulk pipe
Kuninori Morimoto
1
-0
/
+4
2012-11-06
usb: fix typo in drivers/usb
Masanari Iida
1
-1
/
+1
2012-10-31
usb: renesas_usbhs: fixup unreadable macro
Kuninori Morimoto
1
-4
/
+4
2012-10-23
usb: renesas_usbhs: fixup dma transfer stall
Kuninori Morimoto
1
-0
/
+1
2012-09-06
usb: renesas_usbhs: fixup DMA transport data alignment
Kuninori Morimoto
1
-2
/
+2
2012-07-26
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-11
/
+3
2012-07-25
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-5
/
+5
2012-07-13
usb: renesas_usbhs: prepare for conversion to the shdma base library
Guennadi Liakhovetski
1
-5
/
+5
2012-07-09
usb: renesas_usbhs: use dmaengine helper functions
Kuninori Morimoto
1
-11
/
+3
2012-06-05
renesas_usbhs: cleanup quoted includes
Paul Bolle
1
-2
/
+2
2012-03-30
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-3
/
+2
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
1
-3
/
+2
[next]