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
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structure
Uwe Bonnes
2011-10-18
1
-0
/
+8
*
USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structure
Uwe Bonnes
2011-10-18
1
-0
/
+2
*
USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structure
Uwe Bonnes
2011-10-18
1
-0
/
+1
*
USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sio
Uwe Bonnes
2011-10-18
1
-0
/
+26
*
usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .
Joachim Foerster
2011-10-18
1
-4
/
+6
*
USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI Board
Peter Stuge
2011-10-18
2
-0
/
+3
*
USB: Fix runtime wakeup on OHCI
Matthew Garrett
2011-10-18
1
-4
/
+1
*
xHCI/USB: Make xHCI driver have a BOS descriptor.
Sarah Sharp
2011-10-18
2
-2
/
+50
*
usb: gadget: add new usb gadget for ACM and mass storage
Klaus Schwarzkopf
2011-10-13
3
-0
/
+268
*
usb: gadget: mv_udc: fix compile warning
Felipe Balbi
2011-10-13
1
-1
/
+1
*
usb: gadget: mv_udc: add clock gating support
Neil Zhang
2011-10-13
2
-11
/
+185
*
usb: gadget: mv_udc: add test mode support
Neil Zhang
2011-10-13
2
-19
/
+54
*
usb: gadget: mv_udc: use DMA API for status_req's dma address
Neil Zhang
2011-10-13
1
-1
/
+8
*
usb: gadget: mv_udc: fix dtd dma confusion
Neil Zhang
2011-10-13
1
-1
/
+26
*
usb: gadget: mv_udc: add shutdown function for it
Neil Zhang
2011-10-13
1
-0
/
+12
*
usb: gadget: mv_udc: correct ep0 state
Neil Zhang
2011-10-13
1
-2
/
+3
*
usb: gadget: mv_udc: rewrite fifo flush
Neil Zhang
2011-10-13
1
-27
/
+18
*
usb: gadget: mv_udc: set unused endpoint with right type
Neil Zhang
2011-10-13
1
-2
/
+2
*
usb: gadget: mv_udc: add missing spinlock in ep enable/disable
Neil Zhang
2011-10-13
1
-3
/
+13
*
usb: gadget: mv_udc: fix bug when handle setup package.
Neil Zhang
2011-10-13
1
-2
/
+1
*
usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0
Neil Zhang
2011-10-13
1
-0
/
+2
*
usb: gadget: mv_udc: ep0 needn't set toggle flag
Neil Zhang
2011-10-13
1
-2
/
+2
*
usb: gadget: mv_udc: fix a clerical error
Neil Zhang
2011-10-13
1
-1
/
+1
*
usb: gadget: mv_udc: fix kernel panic on some platforms
Neil Zhang
2011-10-13
1
-0
/
+7
*
usb: gadget: mv_udc: add section information
Neil Zhang
2011-10-13
1
-2
/
+2
*
usb: gadget: mv_udc: refine the driver structure
Neil Zhang
2011-10-13
5
-259
/
+182
*
usb: gadget: renesas_usbhs: fix compile warning
Felipe Balbi
2011-10-13
1
-2
/
+2
*
usb: gadget: renesas_usbhs: drop dependency
Felipe Balbi
2011-10-13
1
-1
/
+0
*
usb: gadget: renesas_usbhs: fixup driver compile style
Kuninori Morimoto
2011-10-13
3
-4
/
+12
*
usb: gadget: renesas_usbhs: bugfix: don't modify platform data
Kuninori Morimoto
2011-10-13
3
-14
/
+18
*
usb: gadget: renesas_usbhs: add mod_host support
Kuninori Morimoto
2011-10-13
5
-2
/
+1349
*
usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_host
Kuninori Morimoto
2011-10-13
1
-1
/
+5
*
usb: gadget: renesas_usbhs: add data/status stage handler
Kuninori Morimoto
2011-10-13
2
-0
/
+150
*
usb: gadget: renesas_usbhs: add INTSTS1 interrupt support
Kuninori Morimoto
2011-10-13
3
-6
/
+75
*
usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for host
Kuninori Morimoto
2011-10-13
2
-0
/
+67
*
usb: gadget: renesas_usbhs: make sure SOF packet sending-out control
Kuninori Morimoto
2011-10-13
1
-0
/
+7
*
usb: gadget: renesas_usbhs: support otg pin control
Kuninori Morimoto
2011-10-13
3
-0
/
+10
*
usb: gadget: renesas_usbhs: disable pipe on top of interrupt
Kuninori Morimoto
2011-10-13
1
-9
/
+14
*
usb: gadget: renesas_usbhs: modify pipe sequence settings
Kuninori Morimoto
2011-10-13
4
-7
/
+14
*
usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()
Kuninori Morimoto
2011-10-13
2
-2
/
+1
*
usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt
Kuninori Morimoto
2011-10-13
5
-33
/
+32
*
usb: gadget: renesas_usbhs: add usbhs_pipe_name()
Kuninori Morimoto
2011-10-13
2
-1
/
+7
*
usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...
Kuninori Morimoto
2011-10-13
3
-5
/
+18
*
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function
Kuninori Morimoto
2011-10-13
4
-5
/
+7
*
usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()
Kuninori Morimoto
2011-10-13
3
-1
/
+12
*
usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()
Kuninori Morimoto
2011-10-13
3
-4
/
+4
*
usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.c
Kuninori Morimoto
2011-10-13
4
-30
/
+33
*
usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()
Kuninori Morimoto
2011-10-13
2
-18
/
+20
*
usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()
Kuninori Morimoto
2011-10-13
5
-19
/
+18
*
usb: gadget: renesas_usbhs: add bus control functions
Kuninori Morimoto
2011-10-13
3
-1
/
+50
[next]