aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28USB: fix build error in ohci driverGreg Kroah-Hartman1-2/+2
2006-09-28OHCI: add auto-stop supportAlan Stern3-84/+164
2006-09-28OHCI: remove existing autosuspend codeAlan Stern1-44/+6
2006-09-28ohci: Use ref-counting hotplug safe interfacesAlan Cox1-1/+2
2006-09-27USB: EHCI update VIA workaroundDavid Brownell6-39/+70
2006-09-27USB: ohci_usb can oops on shutdownPete Zaitcev1-1/+3
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev3-3/+3
2006-09-27USB: u132-hcd: host controller driver for ELAN U132 adapterTony Olech3-0/+3324
2006-09-27USB: fix __must_check warnings in drivers/usb/host/Greg Kroah-Hartman2-6/+8
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-3/+0
2006-09-27USB: ohci-at91, two one-linersDavid Brownell1-1/+2
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell7-64/+64
2006-09-27usbcore: trim down usb_bus structureAlan Stern2-6/+6
2006-09-27UHCI: increase Resume-Detect-off delayAlan Stern1-3/+9
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov17-23/+34
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino3-4/+4
2006-09-27USB: build fixes: ohci-omapDavid Brownell1-42/+71
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell1-1/+1
2006-09-27USB: kill usb kconfig warningAndrew Morton1-1/+0
2006-09-27USB OHCI controller support for PNX4008Vitaly Wool3-0/+483
2006-09-27USB: ohci-s3c2410.c: clock now usb-bus-hostBen Dooks1-1/+1
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell13-45/+99
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-2/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-6/+2
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell4-2/+22
2006-08-31uhci-hcd: fix list access bugAlan Stern1-1/+1
2006-08-31UHCI: don't stop at an Iso errorAlan Stern1-1/+1
2006-08-11USB: removed a unbalanced #endif from ohci-au1xxx.cYoichi Yuasa1-1/+0
2006-08-02USB: UHCI: Don't test the Short Packet Detect bitAlan Stern1-1/+3
2006-08-02USB: Fix Freescale high-speed USB host dependencyLi Yang1-1/+1
2006-08-02USB: AT91 OHCI updates, mostly power managementDavid Brownell2-30/+61
2006-07-12[PATCH] USB: ehci: fix bogus alteration of a local variableDavid Brownell1-3/+4
2006-07-12[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohciKyle McMartin1-4/+4
2006-07-12[PATCH] USB: OHCI hub code unaligned accessDavid Miller1-2/+2
2006-07-12[PATCH] USB: ohci bits for the cirrus ep93xxLennert Buytenhek2-0/+230
2006-07-12[PATCH] USB: au1200: EHCI and OHCI fixesDaniel Mack2-13/+11
2006-07-12[PATCH] USB: au1xxx: compile fixes for OHCI for au1200Domen Puncer1-2/+4
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner12-13/+13
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where neededGreg Kroah-Hartman1-3/+7
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-23[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CSJean-Luc Leger1-3/+0
2006-06-21[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell3-3/+3
2006-06-21[PATCH] UHCI: Improve FSBR-off timingAlan Stern3-25/+59
2006-06-21[PATCH] UHCI: remove hc_inaccessible flagAlan Stern3-26/+29
2006-06-21[PATCH] UHCI: various updatesDavid Brownell2-17/+22
2006-06-21[PATCH] USB: EHCI on non-Au1200 build fixRalf Baechle2-5/+1
2006-06-21[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn1-1/+1
2006-06-21[PATCH] improved TT scheduling for EHCIDan Streetman2-2/+234
2006-06-21[PATCH] UHCI: remove ISO TDs as they are usedAlan Stern3-37/+90