| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: renesas_usbhs: fix the usb_pkt_pop() | Yoshihiro Shimoda | 2014-09-03 | 1 | -3/+27 |
* | usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done | Yoshihiro Shimoda | 2014-09-03 | 1 | -2/+15 |
* | usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle | Yoshihiro Shimoda | 2014-09-03 | 1 | -1/+24 |
* | usb: renesas: gadget: fixup: complete STATUS stage after receiving | Kuninori Morimoto | 2014-06-19 | 1 | -0/+8 |
* | usb: renesas_usbhs: fifo: request DMAEngine once | Kuninori Morimoto | 2013-12-12 | 1 | -14/+4 |
* | usb: renesas: remove unused DMA_ADDR_INVALID | Felipe Balbi | 2013-03-18 | 1 | -1/+0 |
* | Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2012-11-12 | 1 | -5/+9 |
|\ |
|
| * | usb: renesas_usbhs: use transfer counter if IN direction bulk pipe | Kuninori Morimoto | 2012-11-08 | 1 | -0/+4 |
| * | usb: fix typo in drivers/usb | Masanari Iida | 2012-11-06 | 1 | -1/+1 |
| * | usb: renesas_usbhs: fixup unreadable macro | Kuninori Morimoto | 2012-10-31 | 1 | -4/+4 |
* | | usb: renesas_usbhs: fixup dma transfer stall | Kuninori Morimoto | 2012-10-23 | 1 | -0/+1 |
|/ |
|
* | usb: renesas_usbhs: fixup DMA transport data alignment | Kuninori Morimoto | 2012-09-06 | 1 | -2/+2 |
* | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-07-26 | 1 | -11/+3 |
|\ |
|
| * | usb: renesas_usbhs: use dmaengine helper functions | Kuninori Morimoto | 2012-07-09 | 1 | -11/+3 |
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-07-25 | 1 | -5/+5 |
|\ \ |
|
| * | | usb: renesas_usbhs: prepare for conversion to the shdma base library | Guennadi Liakhovetski | 2012-07-13 | 1 | -5/+5 |
| |/ |
|
* / | renesas_usbhs: cleanup quoted includes | Paul Bolle | 2012-06-05 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-30 | 1 | -3/+2 |
|\ |
|
| * | dmaengine/dma_slave: introduce inline wrappers | Alexandre Bounine | 2012-03-21 | 1 | -3/+2 |
* | | usb: renesas: fix scheduling in atomic context bug | Guennadi Liakhovetski | 2012-02-14 | 1 | -12/+6 |
* | | usb: renesas_usbhs: (cosmetic) simplify list operations | Guennadi Liakhovetski | 2012-02-14 | 1 | -3/+2 |
* | | usb: renesas_usbhs: add support for SUDMAC | Shimoda, Yoshihiro | 2012-01-24 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-01-18 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'dma_slave_direction' into next_test_dirn | Vinod Koul | 2011-11-17 | 1 | -2/+2 |
| |\ |
|
| | * | USB-renesas: move to dma_transfer_direction | Vinod Koul | 2011-11-17 | 1 | -2/+2 |
* | | | usb: renesas_usbhs: care pipe sequence | Kuninori Morimoto | 2011-12-13 | 1 | -1/+8 |
* | | | usb: gadget: renesas_usbhs: fixup bogus conversion | Kuninori Morimoto | 2011-11-14 | 1 | -2/+2 |
|/ / |
|
* | | usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push() | Kuninori Morimoto | 2011-10-19 | 1 | -3/+3 |
* | | usb: gadget: renesas_usbhs: fix compile warning | Felipe Balbi | 2011-10-13 | 1 | -2/+2 |
* | | usb: gadget: renesas_usbhs: add data/status stage handler | Kuninori Morimoto | 2011-10-13 | 1 | -0/+145 |
* | | usb: gadget: renesas_usbhs: disable pipe on top of interrupt | Kuninori Morimoto | 2011-10-13 | 1 | -9/+14 |
* | | usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push() | Kuninori Morimoto | 2011-10-13 | 1 | -2/+0 |
* | | usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt | Kuninori Morimoto | 2011-10-13 | 1 | -2/+9 |
* | | usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function | Kuninori Morimoto | 2011-10-13 | 1 | -1/+1 |
* | | usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host() | Kuninori Morimoto | 2011-10-13 | 1 | -1/+5 |
* | | usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler | Kuninori Morimoto | 2011-10-13 | 1 | -4/+8 |
* | | usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c | Kuninori Morimoto | 2011-10-13 | 1 | -4/+15 |
|/ |
|
* | USB / Renesas: Fix build issue related to struct scatterlist | Rafael J. Wysocki | 2011-07-26 | 1 | -0/+1 |
* | usb: renesas_usbhs: inaccessible pipe is not an error | Kuninori Morimoto | 2011-07-09 | 1 | -1/+4 |
* | usb: renesas_usbhs: care buff alignment when dma handler | Kuninori Morimoto | 2011-07-09 | 1 | -0/+6 |
* | usb: renesas_usbhs: fixup comment-out | Kuninori Morimoto | 2011-07-08 | 1 | -9/+21 |
* | usb: renesas_usbhs: put obtained dma channel info to debug message | Kuninori Morimoto | 2011-07-01 | 1 | -1/+1 |
* | usb: renesas_usbhs: add DMAEngine support | Kuninori Morimoto | 2011-06-07 | 1 | -0/+380 |
* | usb: renesas_usbhs: tidyup pio handler name | Kuninori Morimoto | 2011-06-07 | 1 | -7/+7 |
* | usb: renesas_usbhs: tifyup packet start timing | Kuninori Morimoto | 2011-06-07 | 1 | -1/+5 |
* | usb: renesas_usbhs: add pipe/fifo link | Kuninori Morimoto | 2011-06-07 | 1 | -12/+36 |
* | usb: renesas_usbhs: add usbhsf_fifo | Kuninori Morimoto | 2011-06-07 | 1 | -23/+52 |
* | usb: renesas_usbhs: shrink spin lock area | Kuninori Morimoto | 2011-06-07 | 1 | -42/+96 |
* | usb: renesas_usbhs: modify data transfer interrupt | Kuninori Morimoto | 2011-06-07 | 1 | -14/+154 |
* | usb: renesas_usbhs: modify data transfer method | Kuninori Morimoto | 2011-06-07 | 1 | -38/+130 |