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
2012-03-13
xHCI: set cycle state when allocate rings
Andiry Xu
1
-18
/
+38
2012-03-13
xHCI: factor out segments allocation and free function
Andiry Xu
1
-34
/
+55
2012-03-13
xHCI: count free TRBs on transfer ring
Andiry Xu
4
-47
/
+67
2012-03-13
xHCI: store ring's last segment and segment numbers
Andiry Xu
2
-0
/
+4
2012-03-12
xHCI: store ring's type
Andiry Xu
3
-75
/
+92
2012-03-12
usb: host: xhci: use __ffs() instead of hardcoding shift
Felipe Balbi
1
-4
/
+1
2012-03-12
xHCI: BESL calculation based on USB2.0 LPM errata
Andiry Xu
1
-24
/
+27
2012-03-12
Merge 3.3-rc7 into usb-next
Greg Kroah-Hartman
32
-524
/
+479
2012-03-08
USB: ehci-s5p: add DMA burst support
Jingoo Han
1
-0
/
+15
2012-03-08
Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
Olof Johansson
1
-1
/
+1
2012-03-07
Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx
Kukjin Kim
1
-1
/
+1
2012-03-02
usb: ohci-pxa27x: add explicit include of hardware.h
Rob Herring
1
-0
/
+1
2012-03-02
usb: sl811-hcd: Convert to module_platform_driver
Tobias Klauser
1
-17
/
+4
2012-03-02
usb: r8a66597-hcd: Convert to module_platform_driver
Tobias Klauser
1
-17
/
+4
2012-03-02
usb: isp116x-hcd: Convert to module_platform_driver
Tobias Klauser
1
-19
/
+4
2012-03-02
Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"
Greg Kroah-Hartman
2
-10
/
+2
2012-03-03
ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX
Kukjin Kim
1
-1
/
+1
2012-03-02
Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 into next/dt
Arnd Bergmann
1
-2
/
+3
2012-03-01
usb: core: hcd: make hcd->irq unsigned
Felipe Balbi
3
-6
/
+6
2012-03-01
Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
9
-35
/
+37
2012-03-01
ARM/USB: at91/ohci-at91: remove the use of irq_to_gpio
Nicolas Ferre
1
-2
/
+3
2012-02-29
Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"
Greg Kroah-Hartman
1
-14
/
+10
2012-02-28
powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform
Shengzhou Liu
1
-10
/
+14
2012-02-27
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
7
-14
/
+14
2012-02-27
usb: Convert all users to new usb_phy
Heikki Krogerus
6
-19
/
+21
2012-02-24
PCI: Use class for quirk for usb host controller fixup
Yinghai Lu
1
-1
/
+2
2012-02-24
usb: host: add dependence for USB_EHCI_MV
Neil Zhang
1
-1
/
+1
2012-02-24
USB: ohci-exynos: replace hcd->state with ohci->rh_state
Jingoo Han
1
-4
/
+2
2012-02-24
USB: ehci-spear: Add PM support
Deepak Sikri
1
-2
/
+81
2012-02-24
powerpc/usb: fix bug of kernel hang when initializing usb
Shengzhou Liu
2
-0
/
+5
2012-02-24
usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
Peter Chen
1
-1
/
+0
2012-02-24
usb: Fix typo in ehci-dbg.c
Masanari Iida
1
-1
/
+1
2012-02-24
usb: isp1362-hcd: Convert to module_platform_driver
Tobias Klauser
1
-16
/
+4
2012-02-24
USB: ehci-fsl: Turn on cache snooping on MPC8xxx
Pan Jiafei
1
-13
/
+10
2012-02-24
usb: host: remove ehci-pxa168.c
Neil Zhang
3
-375
/
+0
2012-02-23
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
11
-17
/
+303
2012-02-21
xhci: Fix encoding for HS bulk/control NAK rate.
Sarah Sharp
1
-8
/
+24
2012-02-21
USB: Fix handoff when BIOS disables host PCI device.
Sarah Sharp
1
-0
/
+11
2012-02-15
usb: host: ehci: allow ehci_* symbols to be unused
Felipe Balbi
1
-3
/
+5
2012-02-14
USB/xHCI: Support device-initiated USB 3.0 resume.
Sarah Sharp
2
-8
/
+33
2012-02-14
USB/xHCI: Enable USB 3.0 hub remote wakeup.
Sarah Sharp
1
-0
/
+41
2012-02-14
USB/xhci: Enable remote wakeup for USB3 devices.
Sarah Sharp
2
-1
/
+31
2012-02-14
xHCI: Kick khubd when USB3 resume really completes.
Sarah Sharp
1
-12
/
+17
2012-02-14
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
Sarah Sharp
1
-0
/
+5
2012-02-13
Merge branch 'usb-linus' into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2012-02-13
usb: Fix typo in imx21-dbg.c
Masanari Iida
1
-1
/
+1
2012-02-13
usb: otg: Rename otg_transceiver to usb_phy
Heikki Krogerus
5
-5
/
+5
2012-02-10
xhci: Fix oops caused by more USB2 ports than USB3 ports.
Sarah Sharp
1
-1
/
+1
2012-02-10
Merge tag 'usb-3.3-rc3' into usb-next
Greg Kroah-Hartman
9
-13
/
+67
2012-02-09
ARM: sa11x0: badge4: move board specific ohci initialization to badge4.c
Russell King
1
-14
/
+0
[prev]
[next]