Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
259b83a387dfb275988e72e25e3dd9e62d4916ac
/
drivers
/
usb
/
host
259b83a
USB: OHCI: remove old SSB OHCI driver
by Hauke Mehrtens
· 13 years ago
7043c2c
USB: Add driver for the ssb bus
by Hauke Mehrtens
· 13 years ago
62e11d1
USB: Add driver for the bcma bus
by Hauke Mehrtens
· 13 years ago
314489b
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
9475375
USB: ehci-atmel: add needed of.h header file
by Nicolas Ferre
· 13 years ago
1887ab2b
USB: ohci-at91: trivial return code name change
by Nicolas Ferre
· 13 years ago
0ee6d1e
USB: ohci-at91: change maximum number of ports
by Nicolas Ferre
· 13 years ago
aaf9f5f
USB: ohci-at91: rework and fix initialization
by Nicolas Ferre
· 13 years ago
1e7caf8
USB: ohci-at91: fix vbus_pin_active_low handling
by Nicolas Ferre
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
09893ee
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
9e4db1c
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
66f03c6
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
d61b7a5
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
81e6ca3
USB: sa1111: add hcd .reset method
by Russell King
· 13 years ago
846a704
USB: sa1111: add OHCI shutdown methods
by Russell King
· 13 years ago
132db99
USB: sa1111: reorganize ohci-sa1111.c
by Russell King
· 13 years ago
3f878db
USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)
by Russell King
· 13 years ago
9cb0f81
USB: sa1111: sparse and checkpatch cleanups
by Russell King
· 13 years ago
2213536
ARM: sa1111: move USB interface register definitions to ohci-sa1111.c
by Russell King
· 13 years ago
475c77e
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
a94c7b0
Merge branch 'spear/dt' into next/dt2
by Arnd Bergmann
· 13 years ago
2a9f23d
Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91 into next/dt
by Arnd Bergmann
· 13 years ago
4bf34b8
USB: ohci-pxa27x: add clk_prepare/clk_unprepare calls
by Philipp Zabel
· 13 years ago
5d98cd4
USB: use generic platform driver on ath79
by Hauke Mehrtens
· 13 years ago
7a7a4a59
USB: EHCI: Add a generic platform device driver
by Hauke Mehrtens
· 13 years ago
fa3364b
USB: OHCI: Add a generic platform device driver
by Hauke Mehrtens
· 13 years ago
9d84300
ARM: at91: usb ehci add dt support
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
2419730
ARM: at91: usb ohci add dt support
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
f4e2467
Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanup
by Arnd Bergmann
· 13 years ago
a6a3600
USB: ohci-nxp: Remove i2c_write(), use smbus
by Roland Stigge
· 13 years ago
53dc25a
USB: ohci-nxp: Support for LPC32xx
by Roland Stigge
· 13 years ago
2864310
USB: ohci-nxp: Rename symbols from pnx4008 to nxp
by Roland Stigge
· 13 years ago
32abd56
USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp
by Roland Stigge
· 13 years ago
3429e91
usb: host: xhci: add platform driver support
by Sebastian Andrzej Siewior
· 13 years ago
fdaf8b3
xHCI: update sg tablesize
by Andiry Xu
· 13 years ago
085deb1
xHCI: check enqueue pointer advance into dequeue seg
by Andiry Xu
· 13 years ago
2fdcd47
xHCI: Allocate 2 segments for transfer ring
by Andiry Xu
· 13 years ago
8dfec61
xHCI: dynamic ring expansion
by Andiry Xu
· 13 years ago
186a7ef
xHCI: set cycle state when allocate rings
by Andiry Xu
· 13 years ago
70d4360
xHCI: factor out segments allocation and free function
by Andiry Xu
· 13 years ago
b008df6
xHCI: count free TRBs on transfer ring
by Andiry Xu
· 13 years ago
3fe4fe0
xHCI: store ring's last segment and segment numbers
by Andiry Xu
· 13 years ago
3b72fca
xHCI: store ring's type
by Andiry Xu
· 13 years ago
8d3709f
usb: host: xhci: use __ffs() instead of hardcoding shift
by Felipe Balbi
· 13 years ago
f99298b
xHCI: BESL calculation based on USB2.0 LPM errata
by Andiry Xu
· 13 years ago
f7a0d42
Merge 3.3-rc7 into usb-next
by Greg Kroah-Hartman
· 13 years ago
88555a6
USB: ehci-s5p: add DMA burst support
by Jingoo Han
· 13 years ago
d60d506
Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
by Olof Johansson
· 13 years ago
880bcd4
Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx
by Kukjin Kim
· 13 years ago
60b9bd8
usb: ohci-pxa27x: add explicit include of hardware.h
by Rob Herring
· 13 years ago
6ef1a92
usb: sl811-hcd: Convert to module_platform_driver
by Tobias Klauser
· 13 years ago
42791480
usb: r8a66597-hcd: Convert to module_platform_driver
by Tobias Klauser
· 13 years ago
2e8d3fe
usb: isp116x-hcd: Convert to module_platform_driver
by Tobias Klauser
· 13 years ago
7191940
Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"
by Greg Kroah-Hartman
· 13 years ago
b130d5c
ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX
by Kukjin Kim
· 13 years ago
48b3b08
Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 into next/dt
by Arnd Bergmann
· 13 years ago
cd70469
usb: core: hcd: make hcd->irq unsigned
by Felipe Balbi
· 13 years ago
8062d94
Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
e449907
ARM/USB: at91/ohci-at91: remove the use of irq_to_gpio
by Nicolas Ferre
· 13 years ago
f7c96f5
Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"
by Greg Kroah-Hartman
· 13 years ago
79857e8
powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform
by Shengzhou Liu
· 13 years ago
6e13c65
usb: otg: Convert all users to pass struct usb_otg for OTG functions
by Heikki Krogerus
· 13 years ago
b96d3b0
usb: Convert all users to new usb_phy
by Heikki Krogerus
· 13 years ago
8474ecd
PCI: Use class for quirk for usb host controller fixup
by Yinghai Lu
· 13 years ago
a219b66
usb: host: add dependence for USB_EHCI_MV
by Neil Zhang
· 13 years ago
2b4ffe3
USB: ohci-exynos: replace hcd->state with ohci->rh_state
by Jingoo Han
· 13 years ago
8c1b369
USB: ehci-spear: Add PM support
by Deepak Sikri
· 13 years ago
28c56ea
powerpc/usb: fix bug of kernel hang when initializing usb
by Shengzhou Liu
· 13 years ago
e90fc3c
usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
by Peter Chen
· 13 years ago
855ef45
usb: Fix typo in ehci-dbg.c
by Masanari Iida
· 13 years ago
aefd492
usb: isp1362-hcd: Convert to module_platform_driver
by Tobias Klauser
· 13 years ago
4c95432
USB: ehci-fsl: Turn on cache snooping on MPC8xxx
by Pan Jiafei
· 13 years ago
0cedc4e
usb: host: remove ehci-pxa168.c
by Neil Zhang
· 13 years ago
c69263c
Merge branch 'usb-3.3-rc4' into usb-next
by Greg Kroah-Hartman
· 13 years ago
340a350
xhci: Fix encoding for HS bulk/control NAK rate.
by Sarah Sharp
· 13 years ago
cab928e
USB: Fix handoff when BIOS disables host PCI device.
by Sarah Sharp
· 13 years ago
5407a3c
usb: host: ehci: allow ehci_* symbols to be unused
by Felipe Balbi
· 13 years ago
4ee823b
USB/xHCI: Support device-initiated USB 3.0 resume.
by Sarah Sharp
· 13 years ago
4296c70a
USB/xHCI: Enable USB 3.0 hub remote wakeup.
by Sarah Sharp
· 13 years ago
623bef9
USB/xhci: Enable remote wakeup for USB3 devices.
by Sarah Sharp
· 13 years ago
d93814c
xHCI: Kick khubd when USB3 resume really completes.
by Sarah Sharp
· 13 years ago
68d07f6
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
by Sarah Sharp
· 13 years ago
50e5dfb
Merge branch 'usb-linus' into usb-next
by Greg Kroah-Hartman
· 13 years ago
5ee71cf3
usb: Fix typo in imx21-dbg.c
by Masanari Iida
· 13 years ago
8675381
usb: otg: Rename otg_transceiver to usb_phy
by Heikki Krogerus
· 13 years ago
3278a55
xhci: Fix oops caused by more USB2 ports than USB3 ports.
by Sarah Sharp
· 13 years ago
7483948
Merge tag 'usb-3.3-rc3' into usb-next
by Greg Kroah-Hartman
· 13 years ago
3259701
ARM: sa11x0: badge4: move board specific ohci initialization to badge4.c
by Russell King
· 13 years ago
ae99ddb
ARM: sa1111: add platform enable/disable functions
by Russell King
· 13 years ago
1ebcd76
ARM: sa1111: add .owner initializer to sa1111 driver structures
by Russell King
· 13 years ago
36f8ecb
uwb & wusb & usb wireless controllers: fix kconfig error & build errors
by Randy Dunlap
· 13 years ago
e4436a7
usb: Skip PCI USB quirk handling for Netlogic XLP
by Jayachandran C
· 13 years ago
529febe
powerpc/usb: fix issue of CPU halt when missing USB PHY clock
by Shengzhou Liu
· 13 years ago
c0ca9bc
usb: host: Distinguish Kconfig text for Freescale controllers
by Fabio Estevam
· 13 years ago
6bc2b95
Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
cf84055
xHCI: Cleanup isoc transfer ring when TD length mismatch found
by Andiry Xu
· 13 years ago
Next »