index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
drivers/usb/host/fhci-dbg.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
1
-6
/
+2
2014-07-09
USB: ehci-spear: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-07-09
USB: ehci-tegra: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-07-09
USB: ohci-spear: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-07-09
USB: ehci-msm: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-07-09
USB: oxu210hp-hcd.c: use devm_ functions
Himangi Saraogi
1
-39
/
+9
2014-07-09
usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()
Alexey Khoroshilov
1
-1
/
+1
2014-07-09
usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESET
David Mosberger-Tang
1
-0
/
+1
2014-07-09
usb: host: max3421-hcd: Use atomic bitops in lieu of bit fields
David Mosberger-Tang
1
-25
/
+20
2014-07-09
usb: ehci-exynos: Use NULL instead of 0
Sachin Kamat
1
-1
/
+1
2014-07-09
usb: ohci-exynos: Use NULL instead of 0
Sachin Kamat
1
-1
/
+1
2014-07-09
usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers
Yoshihiro Shimoda
5
-0
/
+205
2014-07-09
usb: host: xhci-plat: use devm_functions
Himangi Saraogi
1
-20
/
+4
2014-07-09
xhci: make error messages grepable
Oliver Neukum
1
-18
/
+18
2014-07-09
xhci: Platform: Set xhci lpm support quirk based on platform data
Pratyush Anand
1
-0
/
+6
2014-07-09
xhci: Platform: Add (en/dis)able_usb3_lpm_timeout
Pratyush Anand
1
-0
/
+3
2014-07-09
xhci: A default implementation for Ux timeout calculation and tier policy check
Pratyush Anand
1
-18
/
+48
2014-07-07
Merge 3.16-rc4 into usb-next
Greg Kroah-Hartman
4
-8
/
+18
2014-06-30
usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs
Srinivas Kandagatla
1
-1
/
+1
2014-06-24
usb: xhci: Correct last context entry calculation for Configure Endpoint
Julius Werner
1
-33
/
+18
2014-06-24
xhci: Fix runtime suspended xhci from blocking system suspend.
Wang, Yu
1
-3
/
+7
2014-06-24
xhci: clear root port wake on bits if controller isn't wake-up capable
Lu Baolu
1
-1
/
+4
2014-06-24
xhci: correct burst count field for isoc transfers on 1.0 xhci hosts
Mathias Nyman
1
-1
/
+1
2014-06-24
xhci: Use correct SLOT ID when handling a reset device command
Mathias Nyman
1
-2
/
+5
2014-06-17
USB: EHCI: avoid BIOS handover on the HASEE E200
Alan Stern
1
-3
/
+16
2014-06-17
xhci: Fix sleeping with IRQs disabled in xhci_stop_device()
Mathias Nyman
1
-1
/
+1
2014-06-09
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-40
/
+0
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
32
-727
/
+3008
2014-06-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
Linus Torvalds
2
-8
/
+8
2014-05-29
usb: host: max3421-hcd: Use module_spi_driver
Sachin Kamat
1
-14
/
+1
2014-05-29
usb: host: max3421-hcd: Allow platform-data to specify Vbus polarity
David Mosberger-Tang
1
-2
/
+4
2014-05-29
usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warning
David Mosberger-Tang
1
-34
/
+60
2014-05-28
usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()
David Mosberger-Tang
1
-2
/
+5
2014-05-28
xhci: delete endpoints from bandwidth list before freeing whole device
Mathias Nyman
1
-10
/
+10
2014-05-28
usb: host: xhci-plat: add xhci_plat_start()
Yoshihiro Shimoda
1
-1
/
+6
2014-05-28
usb: host: max3421-hcd: Fix potential NULL urb dereference
David Mosberger-Tang
1
-1
/
+3
2014-05-28
usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports
Mathias Nyman
1
-0
/
+7
2014-05-27
usb: pci_quirks: fix sparse 'symbol not declared' warning
Konrad Zapalowicz
1
-0
/
+1
2014-05-27
xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.
Denis Turischev
1
-1
/
+3
2014-05-27
xhci: unified loggig of RESET_ON_RESUME
Oliver Neukum
1
-2
/
+4
2014-05-27
usb: ehci-platform: add optional reset controller retrieval
Boris BREZILLON
1
-3
/
+23
2014-05-27
usb: ohci-platform: Enable optional use of reset controller
Maxime Ripard
1
-3
/
+24
2014-05-27
usb: ohci: sort out dependencies for lpc32xx and omap
Arnd Bergmann
1
-2
/
+2
2014-05-27
usb: ohci-da8xx can only be built-in
Arnd Bergmann
2
-1
/
+11
2014-05-27
usb: xhci: avoid warning for !PM_SLEEP
Arnd Bergmann
1
-1
/
+1
2014-05-27
usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllers
Gregory CLEMENT
5
-0
/
+116
2014-05-27
usb: host: xhci-plat: add clock support
Gregory CLEMENT
2
-1
/
+25
2014-05-27
usb: host: xhci-plat: sort the headers in alphabetic order
Gregory CLEMENT
1
-3
/
+3
2014-05-27
usb: ehci-orion: add optional PHY support
Gregory CLEMENT
1
-0
/
+28
2014-05-27
usb: ehci-orion: fix clock reference leaking
Gregory CLEMENT
1
-16
/
+29
[prev]
[next]