Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2572da44a51192ad181482c1989e66e5eb47dcbe
/
drivers
/
usb
/
renesas_usbhs
/
fifo.c
cc7f882
usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"
by Colin Ian King
· 3 years, 4 months ago
5719df2
usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()
by Yoshihiro Shimoda
· 3 years, 6 months ago
3af3260
usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler()
by Jia-Ju Bai
· 3 years, 10 months ago
9917f0e
usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()
by Yoshihiro Shimoda
· 4 years ago
ea0efd6
usb: renesas_usbhs: getting residue from callback_result
by Yoshihiro Shimoda
· 4 years, 6 months ago
ba9f0f6
usb: renesas_usbhs: Use dma_request_chan() directly for channel request
by Peter Ujfalusi
· 5 years ago
4d599cd
usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
by Yoshihiro Shimoda
· 5 years ago
51785bd
Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 5 years ago
b235783
usb: renesas_usbhs: add a workaround for a race condition of workqueue
by Yoshihiro Shimoda
· 6 years ago
31e795c
usb: renesas_usbhs: Use dev_of_node macro instead of open coded
by Yoshihiro Shimoda
· 6 years ago
32a6cfd
usb: renesas_usbhs: remove sudmac support
by Yoshihiro Shimoda
· 6 years ago
f756066
usb: renesas_usbhs: support byte addressable CFIFO
by Chris Brandt
· 6 years ago
d6efa93
usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
by Yoshihiro Shimoda
· 7 years ago
5785e87
usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs_pkt_pop()
by Yoshihiro Shimoda
· 7 years ago
469e297
usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()
by Yoshihiro Shimoda
· 7 years ago
1250413
USB: renesas_usbhs: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
29c7f3e
usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
by Kazuya Mizuguchi
· 7 years ago
0a2ce62
usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
by Yoshihiro Shimoda
· 7 years ago
6124607
usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
by Yoshihiro Shimoda
· 7 years ago
31faf87
usb: renesas_usbhs: cleanup with list_first_entry_or_null()
by Masahiro Yamada
· 8 years ago
700aa7f
usb: renesas_usbhs: Use dmac only if the pipe type is bulk
by Yoshihiro Shimoda
· 8 years ago
4fdef69
usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
by Yoshihiro Shimoda
· 9 years ago
c3cdcac
usb: renesas_usbhs: change arguments of dma_map_ctrl()
by Yoshihiro Shimoda
· 9 years ago
e789ece
usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()
by Yoshihiro Shimoda
· 9 years ago
6490865
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
by Yoshihiro Shimoda
· 9 years ago
894f2fc
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
by Yoshihiro Shimoda
· 9 years ago
fcb42e2
usb: renesas_usbhs: constify usbhs_pkt_handle structures
by Julia Lawall
· 9 years ago
93fb912
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
by Yoshihiro Shimoda
· 10 years ago
e73d42f
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
by Kazuya Mizuguchi
· 10 years ago
7cc99f1
usb: renesas_usbhs: Revise the binding document about the dma-names
by Yoshihiro Shimoda
· 10 years ago
ab330cf
usb: renesas_usbhs: add support for USB-DMAC
by Yoshihiro Shimoda
· 10 years ago
9b53d9a
usb: renesas_usbhs: fix the sequence in xfer_work()
by Yoshihiro Shimoda
· 10 years ago
7a96b78
usb: renesas_usbhs: add the channel number in dma-names
by Yoshihiro Shimoda
· 10 years ago
ffb9da6
usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()
by Yoshihiro Shimoda
· 10 years ago
abd2dbf
usb: renesas_usbhs: add support for requesting DT DMA
by Yoshihiro Shimoda
· 10 years ago
6e3f53a
usb: renesas_usbhs: add usbhsf_dma_init_pdev() function
by Yoshihiro Shimoda
· 10 years ago
d3cf6a4
usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2
by Yoshihiro Shimoda
· 10 years ago
53e734b
usb: renesas_usbhs: add a new macro for extending DnFIFOs
by Yoshihiro Shimoda
· 10 years ago
3a2634a
usb: renesas_usbhs: standardize d{0,1}fifo control
by Yoshihiro Shimoda
· 10 years ago
c907e42
usb: renesas_usbhs: change d{0,1}fifo to dfifo array
by Yoshihiro Shimoda
· 10 years ago
cdeb794
usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE
by Yoshihiro Shimoda
· 10 years ago
4ef35b1
usb: renesas_usbhs: fix the timing of dcp_control_transfer_done
by Yoshihiro Shimoda
· 10 years ago
2743e7f
usb: renesas_usbhs: fix the usb_pkt_pop()
by Yoshihiro Shimoda
· 10 years ago
c0ed8b2
usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done
by Yoshihiro Shimoda
· 10 years ago
8355b2b
usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle
by Yoshihiro Shimoda
· 10 years ago
3fe1550
usb: renesas: gadget: fixup: complete STATUS stage after receiving
by Kuninori Morimoto
· 11 years ago
1b2e21b
usb: renesas_usbhs: fifo: request DMAEngine once
by Kuninori Morimoto
· 11 years ago
40b8156
usb: renesas: remove unused DMA_ADDR_INVALID
by Felipe Balbi
· 12 years ago
7fd94be
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
1c90ee0
usb: renesas_usbhs: use transfer counter if IN direction bulk pipe
by Kuninori Morimoto
· 12 years ago
984e833
usb: fix typo in drivers/usb
by Masanari Iida
· 12 years ago
3192fcb
usb: renesas_usbhs: fixup unreadable macro
by Kuninori Morimoto
· 12 years ago
1cb6015
usb: renesas_usbhs: fixup dma transfer stall
by Kuninori Morimoto
· 12 years ago
77975ee
usb: renesas_usbhs: fixup DMA transport data alignment
by Kuninori Morimoto
· 12 years ago
9fc3777
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
c511dc1
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
f19b7e0
usb: renesas_usbhs: prepare for conversion to the shdma base library
by Guennadi Liakhovetski
· 13 years ago
2f0de9d
usb: renesas_usbhs: use dmaengine helper functions
by Kuninori Morimoto
· 12 years ago
cc502bb
renesas_usbhs: cleanup quoted includes
by Paul Bolle
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
6e4b74e
usb: renesas: fix scheduling in atomic context bug
by Guennadi Liakhovetski
· 13 years ago
d526128
usb: renesas_usbhs: (cosmetic) simplify list operations
by Guennadi Liakhovetski
· 13 years ago
5ea4399
usb: renesas_usbhs: add support for SUDMAC
by Shimoda, Yoshihiro
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
3edeee3
usb: renesas_usbhs: care pipe sequence
by Kuninori Morimoto
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
55ba4e5
USB-renesas: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
c9ae0c9
usb: gadget: renesas_usbhs: fixup bogus conversion
by Kuninori Morimoto
· 13 years ago
a2c76b8
usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()
by Kuninori Morimoto
· 13 years ago
8a9775a
usb: gadget: renesas_usbhs: fix compile warning
by Felipe Balbi
· 13 years ago
9e74d60
usb: gadget: renesas_usbhs: add data/status stage handler
by Kuninori Morimoto
· 13 years ago
6ff5d09
usb: gadget: renesas_usbhs: disable pipe on top of interrupt
by Kuninori Morimoto
· 13 years ago
654c35a
usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()
by Kuninori Morimoto
· 13 years ago
b331872
usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt
by Kuninori Morimoto
· 13 years ago
2cc9719
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function
by Kuninori Morimoto
· 13 years ago
9235207
usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()
by Kuninori Morimoto
· 13 years ago
0c6ef98
usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler
by Kuninori Morimoto
· 13 years ago
51b8a02
usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c
by Kuninori Morimoto
· 13 years ago
9c646cf
USB / Renesas: Fix build issue related to struct scatterlist
by Rafael J. Wysocki
· 13 years ago
4ef85e0
usb: renesas_usbhs: inaccessible pipe is not an error
by Kuninori Morimoto
· 13 years ago
9a12d09
usb: renesas_usbhs: care buff alignment when dma handler
by Kuninori Morimoto
· 13 years ago
233f519
usb: renesas_usbhs: fixup comment-out
by Kuninori Morimoto
· 13 years ago
4ce6880
usb: renesas_usbhs: put obtained dma channel info to debug message
by Kuninori Morimoto
· 14 years ago
e73a989
usb: renesas_usbhs: add DMAEngine support
by Kuninori Morimoto
· 14 years ago
0cb7e61
usb: renesas_usbhs: tidyup pio handler name
by Kuninori Morimoto
· 14 years ago
0432eed
usb: renesas_usbhs: tifyup packet start timing
by Kuninori Morimoto
· 14 years ago
d77e3f4
usb: renesas_usbhs: add pipe/fifo link
by Kuninori Morimoto
· 14 years ago
d3af90a
usb: renesas_usbhs: add usbhsf_fifo
by Kuninori Morimoto
· 14 years ago
97664a2
usb: renesas_usbhs: shrink spin lock area
by Kuninori Morimoto
· 14 years ago
dad6739
usb: renesas_usbhs: modify data transfer interrupt
by Kuninori Morimoto
· 14 years ago
659d495
usb: renesas_usbhs: modify data transfer method
by Kuninori Morimoto
· 14 years ago
6acb95d
usb: renesas_usbhs: modify packet queue control method
by Kuninori Morimoto
· 14 years ago
4bd0481
usb: renesas_usbhs: divide data transfer functions
by Kuninori Morimoto
· 14 years ago
e8d548d
usb: renesas_usbhs: fifo became independent from pipe.
by Kuninori Morimoto
· 14 years ago