aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2007-07-19UHCI: short control URBs get a status stageAlan Stern
2007-07-19isp116x-hcd: prepare for urb->statusAlan Stern
2007-07-19USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-12USB: ohci-pnx4008: Remove unnecessary cast of return value of kzallocSuresh Jayaraman
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern
2007-07-12ehci-hub: improved over-current recoveryChristian Engelmayer
2007-07-12USB: PS3: USB system-bus reworkGeoff Levand
2007-07-12USB: Fix NEC OHCI chip silicon bugMichael Hanselmann
2007-07-12USB: EHCI: Safe endianness for transfer buffers after reset in case of HUB wi...Vladimir Barinov
2007-07-12USB: use function attribute __maybe_unusedDavid Rientjes
2007-07-12USB: ehci_fsl update for MPC831x supportLi Yang
2007-07-12USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/KconfigStefan Roese
2007-07-12USB: EHCI big endian data structures support (for 440EPx)Stefan Roese
2007-07-12USB: EHCI: fix handover for designated full-speed portsAlan Stern
2007-07-12USB: EHCI, OHCI: handover changesAlan Stern
2007-07-12USB: ehci refcounts work on ppc7448David Brownell
2007-07-12USB: r8a66597-hcd: fix NULL accessYoshihiro Shimoda
2007-07-12USB: r8a66597-hcd: host controller driver for R8A66597Yoshihiro Shimoda
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-06-08OHCI: Fix machine check in ohci_hub_status_dataAlan Stern
2007-05-23ehci-fsl: fix cache coherency problem on system with large memoryLi Yang
2007-05-22USB: Fix USB OHCI Subvendor for Toshiba Portege 4000Andrey Borzenkov
2007-05-22EHCI: fix problem with BIOS handoffAlan Stern
2007-05-22USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Merge branch 'linux-2.6'Paul Mackerras
2007-05-07ehci-ps3, ohci-ps3: fix compilationGeoff Levand
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2007-05-02[POWERPC] PS3: Interrupt routine fixups.Geoff Levand
2007-04-27USB: quirk for broken suspend of IT8152F/GRaphael Assenat
2007-04-27USB: remove ancient/broken CRIS hcdDavid Brownell
2007-04-27USB: add an ohci board-specific quirkDavid Brownell
2007-04-27UHCI: Add some WARN_ON()sAlan Stern
2007-04-27EHCI: add delay to bus_resume before accessing portsAlan Stern
2007-04-27ehci-fsl: change SI_CTRL, PRI_CTRL register offsets according to errataChristian Engelmayer
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao
2007-04-11EHCI: fix remote wakeup regression in 2.6.21-rcAlan Stern
2007-03-26UHCI: Fix problem caused by lack of terminating QHAlan Stern
2007-03-09USB: fix Unaligned access in EHCI driverMax Dmitrichenko
2007-03-09UHCI: fix port resume problemAlan Stern
2007-02-23UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern
2007-02-23UHCI: Add macros for computing DMA valuesAlan Stern
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day