summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-grlib.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-28usb: ehci-grlib: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-11usb: Check !irq instead of irq == NO_IRQChristophe Leroy1-1/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
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-19USB: ehci-grlib: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-09-24Revert "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-5/+4
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-17/+1
2012-08-10drivers/usb/host/ehci-grlib.c: use devm_ functionsJulia Lawall1-15/+3
2012-07-10EHCI: centralize controller initializationAlan Stern1-13/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-03USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson1-0/+242