aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fhci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01USB: FHCI: Switch to GPIO descriptorsLinus Walleij1-45/+18
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+1
2020-02-19usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthroughRasmus Villemoes1-0/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2017-11-07USB: host: fhci: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-08-30usb: host: fhci-hcd: don't print on ENOMEMWolfram Sang1-3/+1
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-3/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2012-11-21usb: remove use of __devexitBill Pemberton1-2/+2
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-06-26USB: FHCI: Reusing QUICC Engine USB Controller registers from immap_qe.hGuilherme Maciel Ferreira1-16/+16
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-08-23usb: fhci-hcd: Allocate pram dynamically.Joakim Tjernlund1-1/+4
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-01-03drivers: fix comment typo diable -> disable.Justin P. Mattock1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB host: make Open Firmware device id constantNémeth Márton1-1/+1
2010-03-02USB: FHCI: Correct the size argument to kzallocJulia Lawall1-1/+1
2010-01-20USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov1-1/+2
2009-03-24USB: FHCI: use dev_name() in place of bus_id.Sachin Sant1-2/+2
2009-01-27USB: Driver for Freescale QUICC Engine USB Host ControllerAnton Vorontsov1-0/+836