summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-08-081-1/+1
* usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin2011-08-081-0/+3
* USB: EHCI: Fix test mode sequenceBoris Todorov2011-08-081-0/+12
* usb/ehci-mxc: add missing inclusion of mach/hardware.hShawn Guo2011-08-081-0/+1
* Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman2011-08-021-0/+16
|\
| * usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei2011-08-011-0/+16
* | USB: xhci: fix OS want to own HCJiSheng Zhang2011-08-011-1/+1
* | xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp2011-08-011-5/+14
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-2617-240/+481
|\
| * EHCI: fix direction handling for interrupt data togglesAlan Stern2011-07-192-1/+3
| * USB: OHCI: fix another regression for NVIDIA controllersAlan Stern2011-07-161-0/+28
| * usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shiftKuninori Morimoto2011-07-081-1/+1
| * usb: update email address in ohci-sh and r8a66597-hcdYoshihiro Shimoda2011-07-082-2/+2
| * usb: r8a66597-hcd: add function for external controllerYoshihiro Shimoda2011-07-082-18/+22
| * EHCI: only power off port if over-current is activeSergei Shtylyov2011-07-081-1/+2
| * USB: EHCI: go back to using the system clock for QH unlinksAlan Stern2011-07-083-48/+45Star
| * ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier2011-07-081-0/+7
| * ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier2011-07-081-7/+14
| * USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov2011-07-084-14/+115
| * USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov2011-07-083-77/+97
| * ehci-msm : use ehci_setupMatthieu CASTET2011-07-081-19/+1Star
| * Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2011-06-147-13/+56
| |\
| * | ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' optionNiels de Vos2011-06-071-1/+1
| * | USB: ehci-s5p: add PM supportJingoo Han2011-06-071-0/+95
| * | xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans2011-06-035-55/+52Star
* | | Merge branch 'master' into for-nextJiri Kosina2011-07-1110-17/+86
|\ \ \
| * | | usb: r8a66597-hcd: fix cannot detect low/full speed deviceYoshihiro Shimoda2011-06-271-0/+1
| * | | USB: ehci-ath79: fix a NULL pointer dereferenceGabor Juhos2011-06-271-4/+6
| * | | usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin2011-06-271-1/+1
| * | | Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-06-275-11/+71
| |\ \ \
| | * | | xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp2011-06-171-5/+6
| | * | | xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst2011-06-173-0/+11
| | * | | xHCI 1.0: Incompatible Device ErrorAlex He2011-06-173-0/+22
| | * | | xHCI 1.0: Force Stopped Event(FSE)Alex He2011-06-151-0/+14
| | * | | xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp2011-06-151-2/+0Star
| | * | | xhci: Reject double add of active endpoints.Sarah Sharp2011-06-151-4/+18
| | | |/ | | |/|
| * / | USB: change maintainership of ohci-hcd and ehci-hcdAlan Stern2011-06-162-1/+7
| |/ /
* | | Update my e-mail addressMichael Büsch2011-07-071-1/+1
* | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-1023-35/+34Star
|/ /
* | drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall2011-06-071-2/+5
* | USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov2011-06-061-2/+12
* | xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp2011-06-033-2/+20
* | xhci: Do not issue device reset when device is not setupMaarten Lankhorst2011-06-031-0/+7
* | xhci: Add defines for hardcoded slot statesMaarten Lankhorst2011-06-032-4/+9
* | xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans2011-06-021-2/+2
* | xhci: Bigendian fix for skip_isoc_td()Matt Evans2011-06-021-1/+1
|/
* Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-287-69/+412
|\
| * Intel xhci: Limit number of active endpoints to 64.Sarah Sharp2011-05-274-11/+244
| * Intel xhci: Ignore spurious successful event.Sarah Sharp2011-05-273-0/+20
| * Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp2011-05-274-0/+124