summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-xilinx-of.c
Commit message (Expand)AuthorAgeFilesLines
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-15/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: drop owner assignment from platform_driversWolfram Sang2015-01-091-1/+0Star
* drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compilin...Chen Gang2014-09-241-0/+1
* USB: ehci-xilinx-of: use dev_err() instead of printk()Jingoo Han2013-12-191-1/+2
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-1/+3
* Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-231-1/+1
* Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-171-1/+1
* USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-121-1/+1
* USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros2013-07-251-16/+1Star
* USB: host: use platform_{get,set}_drvdata()Jingoo Han2013-05-301-3/+2Star
* usb: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-4/+4
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* drivers/usb/host/ehci-xilinx-of.c: use devm_ functionsJulia Lawall2012-08-101-17/+3Star
* EHCI: centralize controller initializationAlan Stern2012-07-091-30/+1Star
* USB: EHCI: Fix build warning in xilinx ehci driverHerton Ronaldo Krzesinski2012-06-141-3/+1Star
* USB: EHCI: Don't use NO_IRQ in xilinx ehci driverMichal Simek2012-01-161-1/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-031-1/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-171-4/+2Star
|\
| * dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+2Star
* | of: Add missing of_address.h to xilinx ehci driverMichal Simek2011-03-021-0/+1
|/
* usb: Add in missing EHCI helpers.Paul Mundt2010-12-011-0/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-6/+6
* of/usb: fix build error due to of_node pointer moveGrant Likely2010-06-021-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-5/+4Star
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-3/+3
* USB host: make Open Firmware device id constantNémeth Márton2010-03-021-1/+1
* USB: Add support for Xilinx USB host controllerJulie Zhu2009-12-111-0/+300