aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge remote-tracking branch 'agust/next' into nextGravatar Benjamin Herrenschmidt 1-12/+1
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+11
2014-01-13usb: ehci: add freescale imx28 special write register methodGravatar Peter Chen 1-1/+17
2014-01-12USB: fsl-mph-dr-of: adjust for OF based clock lookupGravatar Gerhard Sittig 1-12/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 11-11/+0
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Gravatar Sarah Sharp 2-3/+3
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsGravatar Ben Hutchings 1-1/+1
2014-01-07USB: fix: ohci-at91 mismerge build errorGravatar Arnd Bergmann 1-1/+1
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Olof Johansson 2-2/+53
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Gravatar Olof Johansson 1-3/+11
2013-12-24Merge 3.13-rc5 into usb-nextGravatar Greg Kroah-Hartman 2-13/+22
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Greg Kroah-Hartman 2-6/+9
2013-12-19usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Gravatar Jack Pham 1-0/+3
2013-12-18USB: ohci-octeon: Use devm_ioremap_resource()Gravatar Jingoo Han 1-18/+5
2013-12-18USB: ohci-spear: Use devm_ioremap_resource()Gravatar Jingoo Han 1-10/+3
2013-12-18USB: ohci-ppc-of: Use devm_ioremap_resource()Gravatar Jingoo Han 1-18/+4
2013-12-18USB: ohci-nxp: Use devm_clk_get()Gravatar Jingoo Han 1-18/+8
2013-12-18USB: ehci-w90x900: Use devm_ioremap_resource()Gravatar Jingoo Han 1-16/+5
2013-12-18USB: ohci-da8xx: Use devm_*() functionsGravatar Jingoo Han 1-40/+15
2013-12-18USB: ohci-jz4740: Use devm_*() functionsGravatar Jingoo Han 1-30/+9
2013-12-18USB: ohci-pxa27x:Use devm_*() functionsGravatar Jingoo Han 1-28/+10
2013-12-18USB: ehci-octeon: Use devm_ioremap_resource()Gravatar Jingoo Han 1-18/+5
2013-12-18USB: ehci-fsl: Use devm_ioremap_resource()Gravatar Jingoo Han 1-21/+7
2013-12-18USB: ehci-orion: Use devm_*() functionsGravatar Jingoo Han 1-31/+12
2013-12-18USB: ohci-ppc-of: use dev_err() instead of printk()Gravatar Jingoo Han 1-3/+5
2013-12-18USB: ohci-omap: use dev_err() instead of printk()Gravatar Jingoo Han 1-2/+2
2013-12-18USB: ehci-xilinx-of: use dev_err() instead of printk()Gravatar Jingoo Han 1-1/+2
2013-12-18USB: ehci-ppc-of: use dev_err() instead of printk()Gravatar Jingoo Han 1-1/+2
2013-12-18USB: ehci-orion: use dev_warn() instead of printk()Gravatar Jingoo Han 1-1/+1
2013-12-18USB: ehci-grlib: use dev_err() instead of printk()Gravatar Jingoo Han 1-1/+2
2013-12-18USB: ehci-fsl: use dev_warn() instead of printk()Gravatar Jingoo Han 1-1/+1
2013-12-18usb: ohci-at91: use device managed clk retrievalGravatar Boris BREZILLON 1-23/+7
2013-12-18usb: ohci-at91: use dev variable instead of &pdev->devGravatar Boris BREZILLON 1-9/+9
2013-12-18usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceGravatar Boris BREZILLON 1-21/+6
2013-12-17xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Gravatar Lin Wang 1-6/+0
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalGravatar Boris BREZILLON 1-11/+15
2013-12-16Merge branch 3.13-rc4 into usb-nextGravatar Greg Kroah-Hartman 80-700/+499
2013-12-13xhci: Add quirks module optionGravatar Takashi Iwai 1-0/+6
2013-12-11USB: EHCI: tegra: use reset frameworkGravatar Stephen Warren 1-3/+11
2013-12-10xhci: clarify logging in xhci_setup_deviceGravatar Dan Williams 1-10/+12
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultGravatar Dan Williams 5-8/+30
2013-12-10xhci: Limit the spurious wakeup fix only to HP machinesGravatar Takashi Iwai 1-1/+6
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTGravatar Thomas Pugliese 1-10/+10
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverGravatar Peter Chen 54-8/+77
2013-12-08usb: Use dev_is_pci() to check whether it is pci deviceGravatar Yijing Wang 1-1/+1
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Gravatar Thomas Pugliese 1-1/+1
2013-12-08USB: OHCI: Properly handle ohci-spear suspendGravatar Majunath Goudar 1-3/+9
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendGravatar Majunath Goudar 1-16/+6
2013-12-08USB: OHCI: Properly handle ohci-da8xx suspendGravatar Majunath Goudar 1-4/+12