index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
renesas_usbhs
/
fifo.c
Age
Commit message (
Expand
)
Author
2013-03-18
usb: renesas: remove unused DMA_ADDR_INVALID
Felipe Balbi
2012-11-11
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2012-11-08
usb: renesas_usbhs: use transfer counter if IN direction bulk pipe
Kuninori Morimoto
2012-11-06
usb: fix typo in drivers/usb
Masanari Iida
2012-10-31
usb: renesas_usbhs: fixup unreadable macro
Kuninori Morimoto
2012-10-23
usb: renesas_usbhs: fixup dma transfer stall
Kuninori Morimoto
2012-09-06
usb: renesas_usbhs: fixup DMA transport data alignment
Kuninori Morimoto
2012-07-26
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-07-24
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-07-13
usb: renesas_usbhs: prepare for conversion to the shdma base library
Guennadi Liakhovetski
2012-07-09
usb: renesas_usbhs: use dmaengine helper functions
Kuninori Morimoto
2012-06-05
renesas_usbhs: cleanup quoted includes
Paul Bolle
2012-03-29
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-02-14
usb: renesas: fix scheduling in atomic context bug
Guennadi Liakhovetski
2012-02-14
usb: renesas_usbhs: (cosmetic) simplify list operations
Guennadi Liakhovetski
2012-01-24
usb: renesas_usbhs: add support for SUDMAC
Shimoda, Yoshihiro
2012-01-17
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2011-12-13
usb: renesas_usbhs: care pipe sequence
Kuninori Morimoto
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
USB-renesas: move to dma_transfer_direction
Vinod Koul
2011-11-14
usb: gadget: renesas_usbhs: fixup bogus conversion
Kuninori Morimoto
2011-10-19
usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: fix compile warning
Felipe Balbi
2011-10-13
usb: gadget: renesas_usbhs: add data/status stage handler
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: disable pipe on top of interrupt
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler
Kuninori Morimoto
2011-10-13
usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c
Kuninori Morimoto
2011-07-26
USB / Renesas: Fix build issue related to struct scatterlist
Rafael J. Wysocki
2011-07-08
usb: renesas_usbhs: inaccessible pipe is not an error
Kuninori Morimoto
2011-07-08
usb: renesas_usbhs: care buff alignment when dma handler
Kuninori Morimoto
2011-07-08
usb: renesas_usbhs: fixup comment-out
Kuninori Morimoto
2011-07-01
usb: renesas_usbhs: put obtained dma channel info to debug message
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: add DMAEngine support
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: tidyup pio handler name
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: tifyup packet start timing
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: add pipe/fifo link
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: add usbhsf_fifo
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: shrink spin lock area
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: modify data transfer interrupt
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: modify data transfer method
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: modify packet queue control method
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: divide data transfer functions
Kuninori Morimoto
2011-06-07
usb: renesas_usbhs: fifo became independent from pipe.
Kuninori Morimoto