index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: remove use of __devinit
Bill Pemberton
2012-11-21
39
-71
/
+69
*
usb: remove use of __devexit_p
Bill Pemberton
2012-11-21
21
-21
/
+21
*
usb: spear-ehci/ohci: Use devm_*() routines
Viresh Kumar
2012-11-14
2
-45
/
+25
*
usb: spear-ehci/ohci: Do clk_get using dev-id
Amardeep Rai
2012-11-14
2
-24
/
+2
*
usb: ehci-mxc: Remove unused 'echi' variable
Fabio Estevam
2012-11-14
1
-2
/
+0
*
usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()
Wei Yongjun
2012-11-14
1
-3
/
+0
*
usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()
Felipe Balbi
2012-11-12
2
-8
/
+5
*
usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...
Alexis R. Cortes
2012-11-12
1
-1
/
+1
*
xhci: Extend Fresco Logic MSI quirk.
Sarah Sharp
2012-11-12
1
-2
/
+5
*
xhci: fix null-pointer dereference when destroying half-built segment rings
Julius Werner
2012-11-12
1
-2
/
+7
*
xHCI: Fix TD Size calculation on 1.0 hosts.
Sarah Sharp
2012-11-12
1
-13
/
+19
*
xhci: Fix conditional check in bandwidth calculation.
Sarah Sharp
2012-11-12
1
-1
/
+1
*
xhci: Avoid global symbol pollution with handshake.
Sarah Sharp
2012-11-12
3
-13
/
+15
*
USB: EHCI: bugfix: urb->hcpriv should not be NULL
Alan Stern
2012-11-11
2
-11
/
+5
*
USB: EHCI: miscellaneous cleanups for the library conversion
Alan Stern
2012-11-11
4
-10
/
+8
*
USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver
Alan Stern
2012-11-02
1
-10
/
+1
*
USB: ohci-exynos: initialize registers pointer earlier
Vincent Palatin
2012-11-02
1
-4
/
+6
*
USB: EHCI: fix build error in ehci-platform.c under PowerPC
Alan Stern
2012-11-02
1
-0
/
+2
*
USB: EHCI: make ehci-platform a separate driver
Alan Stern
2012-11-01
4
-35
/
+40
*
USB: EHCI: make ehci-pci a separate driver
Alan Stern
2012-11-01
4
-74
/
+60
*
USB: EHCI: prepare to make ehci-hcd a library module
Alan Stern
2012-11-01
3
-7
/
+89
*
USB: EHCI: remove ehci_port_power() routine
Alan Stern
2012-10-31
16
-106
/
+20
*
USB: EHCI: remove unused Link Power Management code
Alan Stern
2012-10-31
7
-239
/
+1
*
Merge 3.7-rc3 into usb-next.
Greg Kroah-Hartman
2012-10-29
5
-10
/
+29
|
\
|
*
xhci: trivial: Remove assigned but unused ep_ctx.
Sarah Sharp
2012-10-25
1
-2
/
+0
|
*
xhci: trivial: Remove assigned but unused slot_ctx.
Sarah Sharp
2012-10-25
1
-2
/
+0
|
*
xhci: Fix missing break in xhci_evaluate_context_result.
Sarah Sharp
2012-10-25
1
-0
/
+2
|
*
xhci: Fix potential NULL ptr deref in command cancellation.
Sarah Sharp
2012-10-25
1
-0
/
+11
|
*
ehci: Add yet-another Lucid nohandoff pci quirk
Anisse Astier
2012-10-25
1
-0
/
+7
|
*
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
Anisse Astier
2012-10-25
1
-1
/
+1
|
*
xhci: fix integer overflow
Oliver Neukum
2012-10-23
1
-1
/
+1
|
*
xhci: endianness xhci_calculate_intel_u2_timeout
Oliver Neukum
2012-10-23
1
-1
/
+1
|
*
usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...
Lan Tianyu
2012-10-22
1
-3
/
+2
|
*
usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...
Lan Tianyu
2012-10-22
1
-0
/
+4
*
|
USB: isp1760-if: Change to use irq_of_parse_and_map
Nobuhiro Iwamatsu
2012-10-25
1
-5
/
+2
*
|
usb: "ehci-w90x900" Fix a typo and add some whitespace.
Justin P. Mattock
2012-10-24
1
-1
/
+1
*
|
USB: hub_for_each_child should skip unconnected ports
Alan Stern
2012-10-24
1
-4
/
+2
*
|
USB: EHCI: move ehci_update_device() to ehci-lpm.c
Alan Stern
2012-10-24
3
-35
/
+20
*
|
USB: EHCI: make ehci_read_frame_index platform independent
Alan Stern
2012-10-24
3
-40
/
+26
*
|
USB: EHCI: move logging macros to ehci.h
Alan Stern
2012-10-24
2
-15
/
+15
*
|
USB: EHCI: add condition for delay during the resume
Peter Chen
2012-10-24
1
-5
/
+18
*
|
USB: ohci-s3c2410: use devm_ functions
Jingoo Han
2012-10-24
1
-24
/
+8
*
|
USB: ohci-exynos: use devm_clk_get()
Jingoo Han
2012-10-24
1
-5
/
+2
*
|
usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
2012-10-24
1
-5
/
+5
*
|
usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
2012-10-24
1
-5
/
+5
*
|
usb: host: tegra remove include of <mach/iomap.h>
Stephen Warren
2012-10-24
1
-1
/
+4
*
|
USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal
Florian Fainelli
2012-10-23
1
-1
/
+1
*
|
USB: OHCI: make ohci-platform use devm_request_and_ioremap helper
Florian Fainelli
2012-10-22
1
-15
/
+3
*
|
USB: EHCI: make ehci-platform use devm_request_and_ioremap helper
Florian Fainelli
2012-10-22
1
-15
/
+3
*
|
USB: OHCI: fix typo in ohci-platform driver on the word "resource"
Florian Fainelli
2012-10-22
1
-1
/
+1
[next]