index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
usb: musb: am335x: add support for dual instance
B, Ravi
2012-09-11
1
-32
/
+49
|
*
|
usb: musb: kill global and static for multi instance
Ajay Kumar Gupta
2012-09-11
3
-20
/
+14
|
*
|
usb: musb: add musb_ida for multi instance support
B, Ravi
2012-09-11
10
-69
/
+210
|
*
|
usb: musb: omap: Add device tree support for omap musb glue
Kishon Vijay Abraham I
2012-09-11
1
-0
/
+54
|
*
|
usb: musb: omap: write directly to mailbox instead of using phy
Kishon Vijay Abraham I
2012-09-11
2
-7
/
+54
|
*
|
usb: musb: core: fix kernel-doc of musb_init_controller()
Sergei Shtylyov
2012-08-31
1
-3
/
+3
|
*
|
usb: musb: fix spelling of families in Kconfig
Peter Meerwald
2012-08-20
1
-1
/
+1
|
*
|
usb: musb: omap2430.c delete unused variable.
Matthias Brugger
2012-08-20
1
-3
/
+1
|
*
|
usb: musb: omap2430: don't loop indefinitely in interrupt.
NeilBrown
2012-08-14
1
-1
/
+5
|
*
|
usb: musb: Make dma_controller_create __devinit
Shubhrajyoti D
2012-08-09
5
-5
/
+5
|
*
|
usb: musb: Prevent the masking of the return value
Shubhrajyoti D
2012-08-09
1
-1
/
+1
|
*
|
usb: musb: Remove redundant if statement
Roger Quadros
2012-08-09
1
-19
/
+15
|
*
|
usb: musb: drop is_host_capable() and is_peripheral_capable()
Felipe Balbi
2012-08-09
2
-34
/
+18
|
*
|
usb: musb: drop useless board_mode usage
Felipe Balbi
2012-08-09
11
-334
/
+159
|
*
|
usb: musb: use DMA mode 1 whenever possible
Roger Quadros
2012-08-07
1
-26
/
+4
|
*
|
usb: musb: host: Handle highmem in PIO mode
Virupax Sadashivpetimath
2012-08-07
2
-5
/
+96
|
*
|
usb: musb: Fix bad call to kfree() in musb_free
Brian Downing
2012-08-07
1
-1
/
+1
|
*
|
usb: musb: fix sparse warnings
Felipe Balbi
2012-08-07
3
-4
/
+4
|
*
|
usb: musb: cleanup while removing musb omap glue driver
Kishon Vijay Abraham I
2012-08-03
1
-2
/
+1
|
*
|
usb: musb: NAK timeout scheme on bulk TX endpoint
Ajay Kumar Gupta
2012-08-03
1
-62
/
+92
|
*
|
usb: musb: check for zero byte in musb_read/write_fifo
Ajay Kumar Gupta
2012-08-03
1
-0
/
+6
|
*
|
usb: musb: gadget: don't program dma for zero byte tx
Ajay Kumar Gupta
2012-08-03
1
-1
/
+1
|
*
|
usb: musb: host: don't program dma for zero byte tx
Ajay Kumar Gupta
2012-08-03
1
-1
/
+11
|
*
|
usb: musb: gadget: use variables according to their names in rxstate()
Sergei Shtylyov
2012-08-03
1
-12
/
+13
*
|
|
Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2012-09-11
4
-155
/
+170
|
\
\
\
|
*
|
|
usb: dwc3: set up burst size only superspeed mode
Chanho Park
2012-08-31
1
-2
/
+8
|
*
|
|
usb: dwc3: core: memory ordering fix in close
Oliver Neukum
2012-08-31
1
-0
/
+1
|
*
|
|
usb: dwc3: gadget: warn about endpoint already enabled before changing ep name
Felipe Balbi
2012-08-15
1
-6
/
+6
|
*
|
|
usb: dwc3: core: use devm_iremap_nocache() version
Felipe Balbi
2012-08-10
1
-1
/
+1
|
*
|
|
usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay
Pratyush Anand
2012-08-09
1
-21
/
+22
|
*
|
|
usb: dwc3: gadget: correct missed isoc when endpoint is busy
Pratyush Anand
2012-08-07
1
-1
/
+2
|
*
|
|
usb: dwc3: gadget: Fix sparse warnings
Moiz Sonasath
2012-08-07
1
-11
/
+3
|
*
|
|
usb: dwc3: ep0: make sure to reinitilize ep1 on STALL
Felipe Balbi
2012-08-03
1
-1
/
+6
|
*
|
|
usb: dwc3: ep0: fix status phase delayed status direction
Felipe Balbi
2012-08-03
1
-1
/
+4
|
*
|
|
usb: dwc3: ep0: drop XferNotReady(DATA) support
Felipe Balbi
2012-08-03
1
-40
/
+27
|
*
|
|
usb: dwc3: ep0: move DATA phase away from on-demand
Felipe Balbi
2012-08-03
1
-0
/
+62
|
*
|
|
usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting it
Felipe Balbi
2012-08-03
1
-9
/
+3
|
*
|
|
usb: dwc3: ep0: drop dead code
Felipe Balbi
2012-08-03
2
-51
/
+0
|
*
|
|
usb: dwc3: ep0: split the special cases on ep0_queue
Felipe Balbi
2012-08-03
1
-1
/
+11
|
*
|
|
usb: dwc3: ep0: drop unnecessary variable
Felipe Balbi
2012-08-03
1
-2
/
+1
|
*
|
|
usb: dwc3: gadget: set Ignore Sequence Number bit from ConnectDone Event
Felipe Balbi
2012-08-03
1
-8
/
+13
|
|
/
/
*
|
|
Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
2012-09-11
25
-143
/
+1946
|
\
\
\
|
*
|
|
usb: otg: mxs-phy: Fix mx23 operation
Mike Thompson
2012-09-10
1
-3
/
+35
|
*
|
|
usb: dwc3: add basic PHY support
Felipe Balbi
2012-09-10
2
-0
/
+20
|
*
|
|
usb: dwc3: exynos: add nop transceiver support
Felipe Balbi
2012-09-10
1
-0
/
+66
|
*
|
|
usb: dwc3: omap: add nop transceiver support
Felipe Balbi
2012-09-10
1
-0
/
+66
|
*
|
|
usb: dwc3: pci: add nop transceiver support
Felipe Balbi
2012-09-10
1
-0
/
+67
|
*
|
|
usb: otg: move the dereference below the NULL test
Wei Yongjun
2012-09-10
1
-10
/
+24
|
*
|
|
usb: twl4030: Add device tree support for twl4030 usb
Kishon Vijay Abraham I
2012-09-06
1
-6
/
+20
|
*
|
|
usb: twl6030: Add dt support for twl6030 usb
Kishon Vijay Abraham I
2012-09-06
1
-13
/
+26
[prev]
[next]