index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
renesas_usbhs
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: renesas_usbhs: fixup dma transfer stall
Kuninori Morimoto
2012-10-23
1
-0
/
+1
*
usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach
Kuninori Morimoto
2012-10-23
1
-0
/
+5
*
usb: renesas_usbhs: fixup interrupt status clear method
Kuninori Morimoto
2012-10-16
1
-3
/
+3
*
usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos
Kuninori Morimoto
2012-10-16
1
-1
/
+1
*
usb: renesas_usbhs: convert to devm_xxx()
Kuninori Morimoto
2012-09-11
1
-11
/
+4
*
usb: renesas_usbhs: fixup DMA transport data alignment
Kuninori Morimoto
2012-09-05
1
-2
/
+2
*
usb: renesas_usbhs: modify the irq handler for sharing irq
Shimoda, Yoshihiro
2012-09-05
1
-3
/
+22
*
usb: renesas_usbhs: fixup resume method for autonomy mode
Kuninori Morimoto
2012-08-10
1
-3
/
+3
*
usb: renesas_usbhs: mod_host: add missing .bus_suspend/resume
Kuninori Morimoto
2012-08-10
1
-0
/
+8
*
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-24
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
7
-12
/
+12
|
/
*
usb: renesas_usbhs: gadget: add support for set_selfpowered
Shimoda, Yoshihiro
2012-05-04
1
-1
/
+18
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-29
1
-3
/
+2
|
\
|
*
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-03-21
1
-3
/
+2
*
|
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2012-03-01
6
-79
/
+46
|
\
\
|
*
|
usb: renesas: gadget: use generic map/unmap routines
Felipe Balbi
2012-02-28
1
-56
/
+17
|
*
|
usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev
Kuninori Morimoto
2012-02-24
1
-0
/
+6
|
*
|
usb: renesas: fix scheduling in atomic context bug
Guennadi Liakhovetski
2012-02-14
2
-13
/
+8
|
*
|
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
|
*
|
usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHARED
Shimoda, Yoshihiro
2012-01-24
3
-6
/
+8
|
|
/
*
|
usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()
Jesper Juhl
2012-01-24
1
-1
/
+1
|
/
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-01-17
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
*
|
|
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-01-09
9
-440
/
+816
|
\
\
\
|
*
\
\
Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2011-12-22
3
-5
/
+3
|
|
\
\
\
|
|
*
|
|
usb: renesas: pipe: convert a long if into a XOR operation
Felipe Balbi
2011-12-21
1
-2
/
+1
|
|
*
|
|
usb: renesas_usbhs: silence a gcc warning
Dan Carpenter
2011-12-15
1
-1
/
+1
|
|
*
|
|
usb: renesas_usbhs: tidyup for smatch warnings
Kuninori Morimoto
2011-12-15
1
-2
/
+1
|
*
|
|
|
Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2011-12-13
9
-425
/
+814
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()
Kuninori Morimoto
2011-12-13
1
-3
/
+11
|
|
*
|
|
usb: renesas_usbhs: add force packet remove method
Kuninori Morimoto
2011-12-13
1
-0
/
+36
|
|
*
|
|
usb: renesas_usbhs: care usb_hcd_giveback_urb() status
Kuninori Morimoto
2011-12-13
1
-1
/
+5
|
|
*
|
|
usb: renesas_usbhs: add usbhsh_is_running()
Kuninori Morimoto
2011-12-13
1
-0
/
+32
|
|
*
|
|
usb: renesas_usbhs: disable attch irq after device attached
Kuninori Morimoto
2011-12-13
1
-0
/
+14
|
|
*
|
|
usb: renesas_usbhs: care pipe sequence
Kuninori Morimoto
2011-12-13
5
-20
/
+86
|
|
*
|
|
usb: renesas_usbhs: add usbhs_pipe_attach() method
Kuninori Morimoto
2011-12-13
1
-124
/
+168
|
|
*
|
|
usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error case
Kuninori Morimoto
2011-12-13
1
-139
/
+163
|
|
*
|
|
usb: renesas_usbhs: modify device attach method
Kuninori Morimoto
2011-12-13
1
-28
/
+69
|
|
*
|
|
usb: renesas_usbhs: pop packet when urb dequeued
Kuninori Morimoto
2011-12-12
1
-2
/
+7
|
|
*
|
|
usb: renesas_usbhs: add lost error value when enqueue
Kuninori Morimoto
2011-12-12
1
-1
/
+3
|
|
*
|
|
usb: renesas_usbhs: remove the_controller_link
Kuninori Morimoto
2011-12-12
1
-15
/
+0
|
|
*
|
|
usb: renesas_usbhs: add test-mode support
Kuninori Morimoto
2011-12-12
3
-1
/
+28
|
|
*
|
|
usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.
Kuninori Morimoto
2011-12-12
1
-2
/
+4
|
|
*
|
|
usb: renesas_usbhs: send packet in necessary timing.
Kuninori Morimoto
2011-12-12
1
-5
/
+3
|
|
*
|
|
usb: renesas_usbhs: add basic USB_REQ_GET_STATUS support
Kuninori Morimoto
2011-12-12
1
-0
/
+101
[next]