Age | Commit message (Expand) | Author | Files | Lines |
2008-12-22 | usb: Fix up sh_mobile usbf clock framework warnings. | Paul Mundt | 1 | -2/+1 |
2008-12-22 | sh: sh_mobile usb clock framework support | Magnus Damm | 2 | -3/+40 |
2008-12-01 | USB: fix SB600 USB subsystem hang bug | Shane Huang | 1 | -3/+6 |
2008-12-01 | Revert "USB: improve ehci_watchdog's side effect in CPU power management" | Greg Kroah-Hartman | 1 | -7/+5 |
2008-11-20 | USB: fix SB700 usb subsystem hang bug | Andiry Xu | 1 | -0/+21 |
2008-11-14 | USB: EHCI: fix divide-by-zero bug | Alan Stern | 1 | -2/+2 |
2008-11-14 | USB: EHCI: fix handling of dead controllers | Alan Stern | 1 | -13/+12 |
2008-11-14 | usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USB | Yoshihiro Shimoda | 1 | -2/+3 |
2008-11-14 | USB: remove optional bus bindings in isp1760, fixing runtime warning | Sebastian Andrzej Siewior | 2 | -28/+17 |
2008-11-14 | USB: Fix PS3 USB shutdown problems | Geoff Levand | 2 | -1/+3 |
2008-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 3 | -1/+397 |
2008-10-23 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -0/+3862 |
2008-10-22 | USB: ohci: add support for tmio-ohci cell | Dmitry Baryshkov | 3 | -1/+397 |
2008-10-21 | USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c | Linus Torvalds | 1 | -1/+1 |
2008-10-20 | Merge branch 'master' into for-upstream | David Vrabel | 20 | -664/+537 |
2008-10-18 | USB: remove err() macro from more usb drivers | Greg Kroah-Hartman | 2 | -25/+28 |
2008-10-18 | USB: remove info() macro from remaining usb drivers | Greg Kroah-Hartman | 1 | -5/+8 |
2008-10-18 | USB: OHCI: fix endless polling behavior | Alan Stern | 1 | -19/+32 |
2008-10-18 | USB: EHCI: fix remote-wakeup support for ARC/TDI core | Alan Stern | 3 | -14/+29 |
2008-10-18 | USB: EHCI: log a warning if ehci-hcd is not loaded first | Alan Stern | 3 | -2/+19 |
2008-10-18 | USB: EHCI, OHCI, UHCI: remove version numbers | Alan Stern | 6 | -19/+16 |
2008-10-18 | USB: isp1760: Use an IS_ERR test rather than a NULL test | Julien Brunel | 1 | -2/+3 |
2008-10-18 | USB: improve ehci_watchdog's side effect in CPU power management | Yi Yang | 1 | -5/+7 |
2008-10-18 | USB: UHCI: improve scheduling of interrupt URBs | Alan Stern | 1 | -6/+11 |
2008-10-18 | USB: ohci-omap: handle other omap15xx chips | Tony Lindgren | 1 | -2/+2 |
2008-10-18 | usb: remove code associated with !CONFIG_PPC_MERGE | Kumar Gala | 4 | -223/+0 |
2008-10-18 | USB: ehci-dbg: fix reading less content of periodic file | Ming Lei | 1 | -3/+5 |
2008-10-18 | USB: ehci-dbg: increase debug buffer size for periodic file | Ming Lei | 2 | -19/+26 |
2008-10-18 | OHCI: Allow broken controllers to auto-stop | Alan Stern | 1 | -28/+32 |
2008-10-18 | USB: Let some USB host controllers get IRQ flags from resource | Marc Zyngier | 3 | -17/+52 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -16/+8 |
2008-10-16 | usb: turn dev_warn+WARN_ON combos into dev_WARN | Arjan van de Ven | 1 | -16/+8 |
2008-10-16 | Merge branch 'fixes' into for-linus | Russell King | 3 | -216/+57 |
2008-10-15 | Merge branch 's3c-move' into devel | Russell King | 2 | -28/+30 |
2008-10-15 | Merge branch 'omap-all' into devel | Russell King | 1 | -3/+11 |
2008-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -78/+55 |
2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 1 | -137/+1 |
2008-10-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -54/+205 |
2008-10-10 | ALSA: Correct Vladimir Barinov's e-mail address | Vladimir Barinov | 1 | -1/+1 |
2008-10-10 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David Vrabel | 14 | -0/+3862 |
2008-10-07 | [ARM] ohci-pxa27x: use ioremap() and offset for register access | Eric Miao | 1 | -79/+109 |
2008-10-07 | [ARM] ohci-pxa27x: introduce pxa27x_clear_otgph() | Eric Miao | 1 | -4/+7 |
2008-10-07 | [ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resource | Eric Miao | 1 | -7/+17 |
2008-10-07 | [ARM] ohci-pxa27x: move OHCI controller specific registers into the driver | Eric Miao | 1 | -1/+72 |
2008-10-07 | [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers | Eric Miao | 1 | -0/+37 |
2008-09-24 | USB: fix EHCI periodic transfers | David Brownell | 1 | -18/+14 |
2008-09-24 | USB: ehci: fix some ehci hangs and crashes | David Brownell | 1 | -10/+16 |
2008-09-17 | uwb: depend on EXPERIMENTAL | David Vrabel | 1 | -2/+4 |
2008-09-17 | wusb: add HWA host controller driver | Inaky Perez-Gonzalez | 3 | -0/+940 |
2008-09-17 | wusb: WHCI host controller driver | David Vrabel | 13 | -0/+2920 |