Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0e0d3a480090d03f29e58dfd717960776f3416d9
/
drivers
/
usb
/
renesas_usbhs
/
fifo.c
93fb912
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
by Yoshihiro Shimoda
· 9 years ago
e73d42f
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
by Kazuya Mizuguchi
· 9 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
· 10 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
· 12 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
· 13 years ago
e73a989
usb: renesas_usbhs: add DMAEngine support
by Kuninori Morimoto
· 13 years ago
0cb7e61
usb: renesas_usbhs: tidyup pio handler name
by Kuninori Morimoto
· 13 years ago
0432eed
usb: renesas_usbhs: tifyup packet start timing
by Kuninori Morimoto
· 13 years ago
d77e3f4
usb: renesas_usbhs: add pipe/fifo link
by Kuninori Morimoto
· 13 years ago
d3af90a
usb: renesas_usbhs: add usbhsf_fifo
by Kuninori Morimoto
· 13 years ago
97664a2
usb: renesas_usbhs: shrink spin lock area
by Kuninori Morimoto
· 13 years ago
dad6739
usb: renesas_usbhs: modify data transfer interrupt
by Kuninori Morimoto
· 13 years ago
659d495
usb: renesas_usbhs: modify data transfer method
by Kuninori Morimoto
· 13 years ago
6acb95d
usb: renesas_usbhs: modify packet queue control method
by Kuninori Morimoto
· 13 years ago
4bd0481
usb: renesas_usbhs: divide data transfer functions
by Kuninori Morimoto
· 13 years ago
e8d548d
usb: renesas_usbhs: fifo became independent from pipe.
by Kuninori Morimoto
· 13 years ago