Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
90ab5ee94171b3e28de6bb42ee30b527014e0be7
/
drivers
/
usb
/
host
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
2ac9d7a
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
5ede3ce
Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
dfc1ebe
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
acc952c
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
dcf7ec5
Merge branch 'samsung/driver' into next/drivers
by Arnd Bergmann
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
b001bef
Merge branch 'samsung/dt' into next/dt
by Arnd Bergmann
· 13 years ago
40ba95f
Merge branch 'depends/rmk/restart' into next/cleanup
by Arnd Bergmann
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
435c724
Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 13 years ago
e910b44
xhci: Clean up 32-bit build warnings.
by Sarah Sharp
· 13 years ago
30a0dee
drivers/usb/host/isp1760-if.c: introduce missing kfree
by Julia Lawall
· 13 years ago
18b7ede
usb: ch9: fix up MaxStreams helper
by Felipe Balbi
· 13 years ago
71d8572
xhci: Properly handle COMP_2ND_BW_ERR
by Hans de Goede
· 13 years ago
9258c0b
xhci: Better debugging for critical host errors.
by Sarah Sharp
· 13 years ago
e814fb6
Merge branch 'samsung/ohci' into next/drivers
by Arnd Bergmann
· 13 years ago
9cad9a5
Merge branch 'tegra/dt' into next/dt
by Arnd Bergmann
· 13 years ago
6219424
USB: Add Samsung Exynos OHCI diver
by Jingoo Han
· 13 years ago
79688ac
xhci: Be less verbose during URB cancellation.
by Sarah Sharp
· 13 years ago
1ba6108
xhci: Remove debugging about ring structure allocation.
by Sarah Sharp
· 13 years ago
b0a465d
xhci: Remove debugging about toggling cycle bits.
by Sarah Sharp
· 13 years ago
3d616f5
xhci: Remove debugging for individual transfers.
by Sarah Sharp
· 13 years ago
c4255f6
xhci: Remove useless sg-list debugging.
by Sarah Sharp
· 13 years ago
3b9783b
xhci: Remove warnings about MSI and MSI-X capabilities.
by Sarah Sharp
· 13 years ago
2a9227a
xhci: Remove scary warnings about transfer issues.
by Sarah Sharp
· 13 years ago
0510311
Trivial: xhci: Fix copy-paste error.
by Sarah Sharp
· 14 years ago
ee0db58
Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
abf058e
USB: Fix usb/isp1760 build on sparc
by David Miller
· 13 years ago
3a082ec
USB: EHCI: Add Marvell Host Controller driver
by Neil Zhang
· 13 years ago
6c984b0
ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIs
by Keshava Munegowda
· 13 years ago
02735a2
Merge branch 'at91/defconfig' into next/cleanup
by Olof Johansson
· 13 years ago
63a9332
ARM: Orion: Get address map from plat-orion instead of via platform_data
by Andrew Lunn
· 13 years ago
007d00d
Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
35657c4
USB: pxa168: Fix compilation error
by Tanmay Upadhyay
· 13 years ago
bc677d5b
usb: fix number of mapped SG DMA entries
by Clemens Ladisch
· 13 years ago
8ad028b
USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe()
by Dave Martin
· 13 years ago
332cedd
Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux into usb-next
by Greg Kroah-Hartman
· 13 years ago
aaa0ef2
usb: PS3 EHCI QH read work-around
by Geoff Levand
· 13 years ago
df7c1ca
usb: Fix PS3 EHCI suspend
by Geoff Levand
· 13 years ago
9187bef
usb: PS3 EHCI HC reset work-around
by Geoff Levand
· 13 years ago
876e0df
usb: Remove ehci_reset call from ehci_run
by Geoff Levand
· 13 years ago
4a53f4e
USB: ehci-tegra: add probing through device tree
by Olof Johansson
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
0de1350
Revert "xHCI: reset-on-resume quirk for NEC uPD720200"
by Sarah Sharp
· 13 years ago
158886c
xHCI: fix bug in xhci_clear_command_ring()
by Andiry Xu
· 13 years ago
b870def
USB: ohci-s3c2410: add PM support
by Jingoo Han
· 13 years ago
8a7a49d
ARM: at91/ohci: use gpio_is_valid to check the gpio
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
e342090
EHCI : Fix a regression in the ISO scheduler
by Matthieu CASTET
· 13 years ago
df711fc
xHCI: reset-on-resume quirk for NEC uPD720200
by Andiry Xu
· 13 years ago
cc27c96
usb: convert drivers/usb/* to use module_platform_driver()
by Axel Lin
· 13 years ago
c64391f
usb/isp1760: Fix race condition memory leak
by Arvid Brodin
· 13 years ago
e08f6a27
usb/isp1760: Simpler queue head list code.
by Arvid Brodin
· 13 years ago
c842114
xHCI: Adding #define values used for hub descriptor
by Aman Deep
· 13 years ago
8746c83
USB: whci-hcd: fix endian conversion in qset_clear()
by Dan Carpenter
· 13 years ago
47b6495
Merge 3.2-rc3 into usb-linus
by Greg Kroah-Hartman
· 13 years ago
c618759
OHCI: final fix for NVIDIA problems (I hope)
by Alan Stern
· 13 years ago
e253dec
usb: Netlogic: Fix HC_LENGTH call in ehci-xls.c
by Jayachandran C
· 13 years ago
3af5154
usb: Netlogic: Use CPU_XLR in place of NLM_XLR
by Jayachandran C
· 13 years ago
b7463c7
OHCI: remove uses of hcd->state
by Alan Stern
· 13 years ago
65db430
USB: convert drivers/usb/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
5c85477
usb: OHCI/EHCI-XLS: Use resource_size v3
by Thomas Meyer
· 13 years ago
332960b
USB: ehci: report Data Buffer Error in debug mode
by Vikram Pandita
· 13 years ago
968b822
USB: Remove the SAW_IRQ hcd flag
by Alan Stern
· 13 years ago
2c1ce2b
USB: ehci-s5p: remove unnecessary header includes
by Jingoo Han
· 13 years ago
770f0ba
USB: at91: at91-ohci: fix set/get power
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
811c926
USB: EHCI: fix HUB TT scheduling issue with iso transfer
by Thomas Poussevin
· 13 years ago
f69e3120
USB: XHCI: resume root hubs when the controller resumes
by Alan Stern
· 13 years ago
97ff22e
USB: workaround for bug in old version of GCC
by Alan Stern
· 13 years ago
47c6a04
Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
d31c285
xhci: Set slot and ep0 flags for address command.
by Sarah Sharp
· 13 years ago
d674806
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 13 years ago
f43d623
usb, xhci: fix lockdep warning on endpoint timeout
by Don Zickus
· 13 years ago
16ee792
Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
4bcbcc9
usb: fix implicit usage of gfp.h in host/xhci-hub.c
by Paul Gortmaker
· 13 years ago
f940fcd
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
by Paul Gortmaker
· 14 years ago
6eb0de8
usb: Add module.h to drivers/usb consumers who really use it.
by Paul Gortmaker
· 14 years ago
efa62e1
Merge branch 'depends/rmk/gpio' into next/devel
by Arnd Bergmann
· 13 years ago
ca90666
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
1be025d
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
376638603
MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines
by Manuel Lauss
· 13 years ago
ce6bc92
MIPS: Alchemy: abstract USB block control register access
by Manuel Lauss
· 13 years ago
29ea35969
Merge branch 'imx/devel' into next/devel
by Arnd Bergmann
· 13 years ago
3a7655f
usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.
by Joachim Foerster
· 13 years ago
273d235
QE/FHCI: fixed the CONTROL bug
by Jerry Huang
· 13 years ago
68aa95d
EHCI: workaround for MosChip controller bug
by Alan Stern
· 13 years ago
8f5d621
usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .
by Joachim Foerster
· 13 years ago
a8b43c0
USB: Fix runtime wakeup on OHCI
by Matthew Garrett
· 13 years ago
48e8236
xHCI/USB: Make xHCI driver have a BOS descriptor.
by Sarah Sharp
· 13 years ago
034d7c1
usb: gadget: renesas_usbhs: add mod_host support
by Kuninori Morimoto
· 13 years ago
5c12e78
USB: UHCI: improve comments and logic for root-hub suspend
by Alan Stern
· 13 years ago
0cc47d5
usb/xhci: remove CONFIG_PCI in xhci.c's probe function
by Sebastian Andrzej Siewior
· 13 years ago
552e0c4
usb/xhci: move xhci_gen_setup() away from -pci.
by Sebastian Andrzej Siewior
· 13 years ago
da3c9c4
usb/xhci: refactor xhci_pci_setup()
by Sebastian Andrzej Siewior
· 13 years ago
22d45f0
usb/xhci: replace pci_*_consistent() with dma_*_coherent()
by Sebastian Andrzej Siewior
· 13 years ago
421aa84
usb/xhci: hide MSI code behind PCI bars
by Sebastian Andrzej Siewior
· 13 years ago
3fd1ec5
usb/xhci: group MSI interrupt registration into its own function
by Sebastian Andrzej Siewior
· 13 years ago
7b72000
usb/host: introduce USB_ARCH_HAS_XHCI
by Felipe Balbi
· 13 years ago
Next »