summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2014-01-13usb: ehci: add freescale imx28 special write register methodPeter Chen
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings
2014-01-07USB: fix: ohci-at91 mismerge build errorArnd Bergmann
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2013-12-19usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham
2013-12-18USB: ohci-octeon: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ohci-spear: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ohci-ppc-of: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ohci-nxp: Use devm_clk_get()Jingoo Han
2013-12-18USB: ehci-w90x900: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ohci-da8xx: Use devm_*() functionsJingoo Han
2013-12-18USB: ohci-jz4740: Use devm_*() functionsJingoo Han
2013-12-18USB: ohci-pxa27x:Use devm_*() functionsJingoo Han
2013-12-18USB: ehci-octeon: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ehci-fsl: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ehci-orion: Use devm_*() functionsJingoo Han
2013-12-18USB: ohci-ppc-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ohci-omap: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-xilinx-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-ppc-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-orion: use dev_warn() instead of printk()Jingoo Han
2013-12-18USB: ehci-grlib: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-fsl: use dev_warn() instead of printk()Jingoo Han
2013-12-18usb: ohci-at91: use device managed clk retrievalBoris BREZILLON
2013-12-18usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON
2013-12-18usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON
2013-12-17xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman
2013-12-13xhci: Add quirks module optionTakashi Iwai
2013-12-10xhci: clarify logging in xhci_setup_deviceDan Williams
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams
2013-12-10xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-08usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Thomas Pugliese
2013-12-08USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar
2013-12-04USB: fix coccinelle warningsFengguang Wu
2013-12-04USB: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven