aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-04-27USB: ohci-ps3.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-ppc-soc.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-ppc-of.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-nxp.c: remove err() usageGreg Kroah-Hartman1-8/+8
2012-04-27USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-ep93xx.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-cns3xxx.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-27USB: ohci-at91.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-25USB: ehci-tegra: remove PORT_RWC_BITS when setting USB_PORT_FEAT_ENABLEStephen Warren1-1/+1
2012-04-25ARM: tegra: add USB ULPI PHY reset GPIO to device treeStephen Warren1-2/+3
2012-04-25USB ehci mxc: sanitize clock handlingSascha Hauer1-32/+24
2012-04-25USB ehci mxc: prepare/unprepare clockSascha Hauer1-9/+9
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+8
2012-04-23usb/ssb: Add missing #include <linux/slab.h>Geert Uytterhoeven1-0/+1
2012-04-23usb/bcma: Add missing #include <linux/slab.h>Geert Uytterhoeven1-0/+1
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern5-27/+23
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman24-379/+1127
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+6
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+37
2012-04-20USB: oxu210hp-hcd.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-19usb: host: mips: sead3: USB Host controller support for SEAD-3 platform.Steven J. Hill3-2/+274
2012-04-19USB: bcma: suspend() only takes one argument nowDan Carpenter1-1/+1
2012-04-19USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren2-22/+8
2012-04-18USB: ehci: ohci: Add clk_{un}prepare() supportViresh Kumar2-4/+4
2012-04-18USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren1-1/+0
2012-04-18USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin1-1/+6
2012-04-18usb: Fix various typo within usbMasanari Iida4-6/+6
2012-04-18EHCI: don't try to clear the IAAD bitAlan Stern1-7/+1
2012-04-18USB: Add DT probing support to ehci-spear and ohci-spearStefan Roese2-12/+52
2012-04-18USB: ehci-s5p: add clock gating to suspend/resumeJingoo Han1-0/+4
2012-04-18usb: ehci-sh: Add PHY init function with platform dataNobuhiro Iwamatsu1-0/+8
2012-04-18usb: host: tegra: re-arranging ehci functionsVenu Byravarasu1-9/+10
2012-04-18isp1760-hcd: fix possible memory leak if urb could not be enqueuedMichael Grzeschik1-1/+5
2012-04-18isp1760-hcd: move dequeued qtds to the front in qhMichael Grzeschik1-0/+1
2012-04-18isp1760-hcd: don't confuse parsers on kmem_cache_createMichael Grzeschik1-1/+1
2012-04-18isp1760-if: make module unloads correctlyMichael Grzeschik1-0/+8
2012-04-18fsl/usb: Add controller version based ULPI and UTMI phy supportRamneek Mehresh3-8/+81
2012-04-18USB: EHCI: remove wrong debug message for port speedPeter Chen1-1/+2
2012-04-18usb: host: tegra: code clean upVenu Byravarasu1-21/+14
2012-04-18USB: OHCI: remove old SSB OHCI driverHauke Mehrtens3-281/+7
2012-04-18USB: Add driver for the ssb busHauke Mehrtens3-0/+292
2012-04-18USB: Add driver for the bcma busHauke Mehrtens3-0/+347
2012-04-18EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-18Merge tag 'omap-cleanup-a2-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-sparseTony Lindgren1-2/+3
2012-04-18usb: ehci-tegra: Add vbus_gpio to platform dataStephen Warren1-6/+7
2012-04-17EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-17USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre1-6/+6
2012-04-16ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issueKeshava Munegowda1-2/+37
2012-04-13ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI busPaul Walmsley1-2/+3
2012-04-11xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10