index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-12
xhci: move the common code to a function to get max ports and port array
huajun li
1
-39
/
+27
2011-05-12
ehci: workaround for pci quirk timeout on ExoPC
Andy Ross
1
-10
/
+25
2011-05-12
ehci: pci quirk cleanup
Andy Ross
1
-70
/
+66
2011-05-12
Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
1
-9
/
+9
2011-05-11
xhci: Fix bug in control transfer cancellation.
Sarah Sharp
1
-9
/
+9
2011-05-11
usb: renesas_usbhs: fixup error processing on probe/remove
Kuninori Morimoto
1
-6
/
+6
2011-05-11
usb: renesas_usbhs: fixup fifo disable
Kuninori Morimoto
1
-16
/
+13
2011-05-11
USB: cdc_acm: Fix oops when Droids MuIn LCD is connected
Erik Slagter
2
-2
/
+12
2011-05-10
USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driver
Thomas Abraham
4
-0
/
+1375
2011-05-10
usb: gadget: Remove the LUN checks which are always true
Maxin B John
2
-2
/
+2
2011-05-10
usb: fix warning in usbtest module v2
Greg Dietsche
1
-3
/
+3
2011-05-10
USB: ehci-s5p : use __devinit and __devexit macros for probe and remove
Jingoo Han
1
-3
/
+3
2011-05-10
USB: cp210x: fix typo, Telegesys should have been Telegesis
Florian Fainelli
1
-1
/
+1
2011-05-10
usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests
Roger Quadros
1
-1
/
+5
2011-05-10
usb: gadget: composite: Allow function drivers to pause control transfers
Roger Quadros
1
-1
/
+61
2011-05-10
Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
4
-5
/
+45
2011-05-10
Merge branch 2.6.39-rc7 into usb-linus
Greg Kroah-Hartman
4
-7
/
+40
2011-05-09
xHCI 1.0: Max Exit Latency Too Large Error
Alex He
2
-1
/
+8
2011-05-09
xHCI 1.0: TT_THINK_TIME set
Andiry Xu
1
-1
/
+6
2011-05-09
xHCI 1.0: Block Interrupts for Isoch transfer
Andiry Xu
2
-0
/
+7
2011-05-09
xHCI 1.0: Isoch endpoint CErr field set
Andiry Xu
1
-2
/
+2
2011-05-09
xHCI 1.0: Control endpoint average TRB length field set
Andiry Xu
1
-1
/
+8
2011-05-09
xHCI 1.0: Setup Stage TRB Transfer Type flag
Andiry Xu
2
-0
/
+14
2011-05-06
USB: OTG: msm: Add PHY suspend support for MSM8960
Pavankumar Kondeti
1
-10
/
+54
2011-05-06
USB: OTG: msm: Configure PHY Analog and Digital voltage domains
Anji jonnala
1
-0
/
+189
2011-05-06
USB: OTG: msm: Implement charger detection
Pavankumar Kondeti
2
-4
/
+386
2011-05-06
USB: OTG: msm: vote for dayatona fabric clock
Anji jonnala
1
-1
/
+35
2011-05-06
USB: UHCI: Add support for GRLIB GRUSBHC controller
Jan Andersson
3
-7
/
+234
2011-05-06
USB: UHCI: Support non-PCI host controllers
Jan Andersson
3
-0
/
+142
2011-05-06
USB: UHCI: Wrap I/O register accesses
Jan Andersson
4
-47
/
+77
2011-05-06
USB: UHCI: Move PCI specific functions to uhci-pci.c
Jan Andersson
2
-294
/
+333
2011-05-06
USB: UHCI: Codingstyle fixes
Jan Andersson
1
-5
/
+5
2011-05-06
USB: UHCI: Allow dynamic assignment of bus specific functions
Jan Andersson
2
-19
/
+78
2011-05-06
USB: UHCI: Remove PCI dependencies from uhci-hub
Jan Andersson
3
-4
/
+17
2011-05-06
fsl/usb: Unused endpoint failure for USB gadget
Ramneek Mehresh
1
-6
/
+21
2011-05-06
USB: ohci-s3c2410: return proper error if clk_get fails
Jingoo Han
1
-2
/
+2
2011-05-06
USB: ohci-s3c2410: fix checkpatch errors and warnings
Jingoo Han
1
-23
/
+23
2011-05-06
USB: ehci-au1xxx: fix suspend callback
Manuel Lauss
1
-6
/
+3
2011-05-06
usb: fix building musb drivers
Anatolij Gustschin
11
-72
/
+68
2011-05-03
USB: EHCI: Add bus glue for GRLIB GRUSBHC controller
Jan Andersson
5
-2
/
+253
2011-05-03
USB: EHCI: Support controllers with big endian capability regs
Jan Andersson
26
-28
/
+41
2011-05-03
xHCI: Clear PLC in xhci_bus_resume()
Andiry Xu
1
-2
/
+17
2011-05-03
USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume
Pavankumar Kondeti
1
-2
/
+2
2011-05-03
USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udc
Anji jonnala
1
-14
/
+17
2011-05-03
USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udc
Pavankumar Kondeti
1
-6
/
+14
2011-05-03
USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udc
Pavankumar Kondeti
1
-1
/
+7
2011-05-03
USB: gadget: Fix unused variable warning in ci13xxx_udc
Pavankumar Kondeti
1
-1
/
+1
2011-05-03
USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udc
Pavankumar Kondeti
1
-1
/
+1
2011-05-03
USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udc
Pavankumar Kondeti
1
-1
/
+1
2011-05-03
USB: gpio-vbus: ask for vbus_draw regulator before registering xceiv
Dmitry Eremin-Solenikov
1
-7
/
+7
[next]