summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2008-02-02USB: add support for SuperH OHCIYoshihiro Shimoda2-0/+150
2008-02-02USB: EHCI: add a short delay to the bus_suspend routineAlan Stern1-0/+4
2008-02-02USB: EHCI: move del_timer_sync calls outside spinlocked regionAlan Stern1-1/+2
2008-02-02USB: ehci completes high speed ISO URBs soonerDavid Brownell1-14/+27
2008-02-02USB: ehci: minor ISO updates, always support split ISODavid Brownell2-44/+12
2008-02-02USB: ehci saves some memory in ISO transfer descriptorsKarsten Wiese2-3/+2
2008-02-02USB: add ehci-ixp bus glueVladimir Barinov4-2/+164
2008-02-02USB: add ehci-ppc-of bus glue (device-tree aware)Valentine Barshak4-29/+286
2008-02-02USB: ohci-at91 uses generic GPIO callsDavid Brownell1-0/+31
2008-02-02USB: fix HCD Kconfig goofageDavid Brownell1-0/+1
2008-02-02USB: ehci potential oops fix on ARC/TDI coresDavid Brownell1-8/+11
2008-02-02USB: add Marvell Orion USB host supportTzachi Perelstein2-0/+277
2008-02-02USB: ehci-hcd: fix sparse warning about shadowing 'status' symbolMarcin Slusarz1-4/+4
2008-02-02USB: PS3: Fix EHCI ISO transfer bugDavid Brownell1-16/+42
2008-02-02USB: Spelling fixesJoe Perches3-3/+3
2008-02-02USB: EHCI: add separate IAA watchdog timerAlan Stern6-38/+75
2008-02-02usb: Remove OHCI useless masking/unmasking of WDH interruptBenjamin Herrenschmidt1-4/+0
2008-02-02USB: convert ehci debug files to use debugfs instead of sysfsTony Jones3-41/+219
2008-02-02USB: convert ohci debug files to use debugfs instead of sysfsTony Jones3-29/+209
2008-02-02USB: force handover port to companion when hub_port_connect_change failsBalaji Rao6-24/+49
2008-02-02USB: Drop unnecessary continue in a few driversJulia Lawall1-1/+0
2008-02-02USB: Convert from class_device to device for USB coreTony Jones3-44/+47
2008-01-31Merge branch 'linux-2.6'Paul Mackerras4-7/+15
2008-01-28Merge branch 'pxa-plat' into develRussell King2-3/+12
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell1-1/+1
2008-01-27i2c: Kill rogue driver IDsJean Delvare1-1/+0
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare1-2/+2
2008-01-27[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely1-0/+2
2008-01-26[ARM] USB: update to allow pxa27x ohci driver to support pxa3xxeric miao1-1/+1
2008-01-26[ARM] USB: update pxa27x ohci driver to use clk supporteric miao1-2/+11
2007-12-17usb: Remove broken optimisation in OHCI IRQ handlerBenjamin Herrenschmidt1-10/+13
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern5-9/+8
2007-11-29USB: fix up EHCI startup synchronizationDavid Brownell1-1/+4
2007-11-29USB: fix USB_OHCI_HCD_SSB dependenciesAdrian Bunk1-1/+1
2007-10-25USB: remove new OHCI build warningsDavid Brownell1-1/+8
2007-10-25USB: fix ssb_ohci_probe() build bugIngo Molnar1-1/+1
2007-10-25USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern1-5/+14
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2-2/+2
2007-10-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-14Fix ohci-ssb with !CONFIG_PMAl Viro1-0/+2
2007-10-13USB: mutual exclusion for EHCI init and port resetsAlan Stern1-0/+8
2007-10-13USB: ohci SSB bus glueMichael Buesch3-1/+280
2007-10-13USB: ehci build fixes on au1xxx, ppc-socDavid Brownell2-8/+4
2007-10-13USB: add runtime frame_no quirk for big-endian OHCIValentine Barshak3-8/+15
2007-10-13USB: r8a66597-hcd: fix driver removingYoshihiro Shimoda1-1/+1
2007-10-13USB: r8a66597-hcd: fix endian problemYoshihiro Shimoda1-3/+3
2007-10-13USB: r8a66597-hcd: fix Class or Vendor RequestYoshihiro Shimoda1-1/+10
2007-10-13USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke1-17/+17
2007-10-13USB: Eliminate urb->status usage!Alan Stern8-63/+32
2007-10-13USB: reorganize urb->status use in r8a66597-hcdAlan Stern1-31/+30