aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-ppc-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-01-09usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-18USB: ehci-ppc-of: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman1-1/+1
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman1-1/+1
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei1-1/+1
2013-07-25USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros1-10/+1
2013-05-30USB: host: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+2
2012-08-10drivers/usb/host/ehci-ppc-of.c: use devm_ functionsJulia Lawall1-21/+7
2012-07-09EHCI: centralize controller initializationAlan Stern1-24/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely1-6/+3
2010-09-03USB: ehci-ppc-of: problems in unwindDan Carpenter1-5/+7
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-5/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-6/+6
2010-03-02USB host: make Open Firmware device id constantNémeth Márton1-1/+1
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-0/+2
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern1-0/+1
2009-01-07USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug1-1/+44
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-0/+1
2008-05-29USB: EHCI: fix up root-hub TT messAlan Stern1-0/+1
2008-02-01USB: add ehci-ppc-of bus glue (device-tree aware)Valentine Barshak1-0/+238