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
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: imx21-hcd - fix off by one resource size calculation
Axel Lin
2010-10-22
1
-1
/
+1
*
usb: Fix linker errors with CONFIG_PM=n
Sarah Sharp
2010-10-22
3
-12
/
+15
*
USB: ohci-sh - use resource_size instead of defining its own resource_len macro
Axel Lin
2010-10-22
1
-2
/
+1
*
USB: isp1362-hcd - use resource_size instead of defining its own resource_len...
Axel Lin
2010-10-22
1
-10
/
+8
*
USB: isp116x-hcd - use resource_size instead of defining its own resource_len...
Axel Lin
2010-10-22
1
-4
/
+2
*
USB: xhci: Fix compile error when CONFIG_PM=n
Sarah Sharp
2010-10-22
1
-0
/
+8
*
USB: xHCI: PCI power management implementation
Andiry Xu
2010-10-22
3
-2
/
+258
*
USB: xHCI: bus power management implementation
Andiry Xu
2010-10-22
4
-0
/
+200
*
USB: xHCI: port remote wakeup implementation
Andiry Xu
2010-10-22
4
-6
/
+101
*
USB: xHCI: port power management implementation
Andiry Xu
2010-10-22
5
-12
/
+248
*
USB: core: use kernel assigned address for devices under xHCI
Andiry Xu
2010-10-22
2
-4
/
+6
*
USB: xHCI: change xhci_reset_device() to allocate new device
Andiry Xu
2010-10-22
3
-7
/
+41
*
USB: xHCI: Add pointer to udev in struct xhci_virt_device
Andiry Xu
2010-10-22
3
-49
/
+36
*
usb: r8a66597-hcd: Change mistake of the outsw function
Nobuhiro Iwamatsu
2010-10-22
1
-1
/
+1
*
usb: makefile cleanup
matt mooney
2010-10-22
2
-10
/
+11
*
USB: imx21-hcd accept arbitary transfer buffer alignement.
Martin Fuzzey
2010-10-22
2
-35
/
+169
*
USB: imx21-hcd: Fix isochronous endpoint idle
Martin Fuzzey
2010-10-22
1
-17
/
+39
*
USB: imx21-hcd: refactor hardware data memory management
Martin Fuzzey
2010-10-22
1
-14
/
+16
*
USB: imx21-hcd: remove unused variable
Martin Fuzzey
2010-10-22
1
-2
/
+0
*
USB: UHCI: add native scatter-gather support(v1)
Ming Lei
2010-10-22
1
-4
/
+29
*
USB: add USB EHCI support for MPC5121 SoC
Anatolij Gustschin
2010-10-22
5
-32
/
+177
*
USB: add platform glue driver for FSL USB DR controller
Anatolij Gustschin
2010-10-22
3
-0
/
+224
*
usb: change to new flag variable
matt mooney
2010-10-22
1
-3
/
+1
*
usb: omap: ohci: Missing driver unregister in module exit
Keshava Munegowda
2010-10-22
1
-0
/
+3
*
usb: host: oxu210hp-hcd: Use static const char * const where possible
Joe Perches
2010-10-22
1
-1
/
+1
*
USB: isp1362-hcd: Removes CONFIG_USB_OTG dependent code, fix build breakage
Javier Martinez Canillas
2010-10-22
1
-7
/
+0
*
OHCI: work around for nVidia shutdown problem
Alan Stern
2010-10-22
4
-8
/
+38
*
USB: ohci-sm501: add iounmap on error path
Dan Carpenter
2010-10-22
1
-1
/
+3
*
USB: ehci tdi : let's tdi_reset set host mode
Matthieu CASTET
2010-10-22
4
-15
/
+20
*
USB: EHCI: Disable langwell/penwell LPM capability
Alek Du
2010-09-20
1
-0
/
+5
*
USB: ehci-ppc-of: problems in unwind
Dan Carpenter
2010-09-03
1
-5
/
+7
*
USB: xHCI: update ring dequeue pointer when process missed tds
Andiry Xu
2010-08-23
1
-0
/
+4
*
USB: xhci: Remove buggy assignment in next_trb()
John Youn
2010-08-23
1
-1
/
+1
*
USB: isp1760: use a write barrier to ensure proper ndelay timing
Michael Hennerich
2010-08-23
1
-0
/
+2
*
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-12
1
-1
/
+1
|
\
|
*
i2c: Add support for custom probe function
Jean Delvare
2010-08-11
1
-1
/
+1
*
|
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-12
5
-16
/
+16
|
\
\
|
|
/
|
/
|
|
*
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
5
-16
/
+16
*
|
USB: remove fake "address-of" expressions
Alan Stern
2010-08-10
2
-15
/
+11
*
|
USB: xhci: Set DMA mask for host.
Sarah Sharp
2010-08-10
1
-0
/
+9
*
|
USB: xhci: Don't flush doorbell writes.
Sarah Sharp
2010-08-10
1
-5
/
+0
*
|
USB: xhci: Reduce reads and writes of interrupter registers.
Sarah Sharp
2010-08-10
1
-8
/
+10
*
|
USB: xhci: Make xhci_set_hc_event_deq() static.
Sarah Sharp
2010-08-10
3
-23
/
+23
*
|
USB: xhci: Minimize HW event ring dequeue pointer writes.
Sarah Sharp
2010-08-10
1
-13
/
+37
*
|
USB: xhci: Make xhci_handle_event() static.
Sarah Sharp
2010-08-10
2
-2
/
+1
*
|
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
Sarah Sharp
2010-08-10
1
-15
/
+12
*
|
USB: xhci: Performance - move xhci_work() into xhci_irq()
Sarah Sharp
2010-08-10
1
-43
/
+30
*
|
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
Sarah Sharp
2010-08-10
3
-103
/
+104
*
|
USB: xhci: Performance - move functions that find ep ring.
Sarah Sharp
2010-08-10
4
-48
/
+85
*
|
USB: ehci: fix remove of ehci debugfs dir
Ming Lei
2010-08-10
2
-41
/
+21
[next]