summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: host: mips: sead3: Fix for big endian.Steven J. Hill2012-05-121-5/+5
| * | | | | USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre2012-05-101-1/+10
| * | | | | USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre2012-05-101-1/+1
| * | | | | ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg2012-05-101-2/+2
| * | | | | ohci-da8xx: set MODULE_ALIAS to allow autoloadingJan Luebbe2012-05-081-0/+2
| * | | | | USB: xhci: testing sizeof xhci_doorbell_array 2 timegirish verma2012-05-081-1/+0
| * | | | | USB: xhci-hcd: print URB's expected length in decimal, not hexAlan Stern2012-05-081-1/+1
| * | | | | Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2012-05-072-181/+203
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill2012-05-051-9/+9
| * | | | | xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2012-05-032-2/+20
| * | | | | xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp2012-05-031-0/+14
| * | | | | usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede2012-05-031-0/+1
| * | | | | xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu2012-05-034-12/+25
| * | | | | USB: r8a66597-hcd.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-10/+10
| * | | | | USB: oxu210hp-hcd.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-4/+4
| * | | | | USB: ohci-sa1111.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-2/+2
| * | | | | USB: ohci-ep93xx.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-3/+3
| * | | | | USB: ohci-dbg.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-2/+2
| * | | | | USB: ehci-sched.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-2/+3
| * | | | | USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-1/+2
| * | | | | usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.cPaul Gortmaker2012-05-021-1/+2
| * | | | | usb: [MIPS] fix unresolved err() reference in host/ohci-pnx8550.cPaul Gortmaker2012-05-021-1/+2
| * | | | | usb: [MIPS] fix unresolved err() reference in host/ohci-au1xxx.cPaul Gortmaker2012-05-021-1/+2
| * | | | | USB: ohci-nxp: Use isp1301 driverRoland Stigge2012-05-012-106/+16
| * | | | | ohci-nxp: Device tree supportRoland Stigge2012-05-011-0/+10
| * | | | | ohci-nxp: Driver cleanupRoland Stigge2012-05-011-18/+26
| * | | | | USB: ohci-xls.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-tmio.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-sh.c: remove err() usageGreg Kroah-Hartman2012-04-271-4/+4
| * | | | | USB: ohci-s3c2410.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-ps3.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-ppc-soc.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-ppc-of.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-nxp.c: remove err() usageGreg Kroah-Hartman2012-04-271-8/+8
| * | | | | USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-ep93xx.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-cns3xxx.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ohci-at91.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
| * | | | | USB: ehci-tegra: remove PORT_RWC_BITS when setting USB_PORT_FEAT_ENABLEStephen Warren2012-04-261-1/+1
| * | | | | usb/ssb: Add missing #include <linux/slab.h>Geert Uytterhoeven2012-04-231-0/+1
| * | | | | usb/bcma: Add missing #include <linux/slab.h>Geert Uytterhoeven2012-04-231-0/+1
| * | | | | EHCI: maintain the ehci->command value properlyAlan Stern2012-04-235-27/+23
| * | | | | Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman2012-04-2324-379/+1127
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | USB: oxu210hp-hcd.c: remove err() usageGreg Kroah-Hartman2012-04-211-2/+3
| | * | | | usb: host: mips: sead3: USB Host controller support for SEAD-3 platform.Steven J. Hill2012-04-203-2/+274
| | * | | | USB: bcma: suspend() only takes one argument nowDan Carpenter2012-04-201-1/+1
| | * | | | USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren2012-04-202-22/+8
| | * | | | USB: ehci: ohci: Add clk_{un}prepare() supportViresh Kumar2012-04-182-4/+4
| | * | | | usb: Fix various typo within usbMasanari Iida2012-04-184-6/+6
| | * | | | EHCI: don't try to clear the IAAD bitAlan Stern2012-04-181-7/+1