summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sh.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04usb: host: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-07-27usb: ehci-sh: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-05-28usb: ehci-sh: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2019-12-10usb: host: ehci-sh: Remove unused platform data supportGeert Uytterhoeven1-7/+0
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+0
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-4/+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
2014-11-07host: ehci-sh: remove duplicate check on resourceVarka Bhadram1-12/+3
2014-11-04usb: host: ehci-sh: delete unnecessary 'out of memory' messagesPeter Chen1-1/+0
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-08-01USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-17USB: ehci-sh: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-28usb: echi-sh: Remove driver variable which is not usedNobuhiro Iwamatsu1-1/+0
2013-03-28usb: ehci-sh: Fix build error due to comma has been deletedNobuhiro Iwamatsu1-1/+1
2013-03-15USB: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-8/+1
2012-08-10drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall1-28/+7
2012-07-10EHCI: centralize controller initializationAlan Stern1-15/+1
2012-06-15usb: ehci-sh: fix illegal phy_init() running when platform_data is NULLShimoda, Yoshihiro1-2/+1
2012-04-19usb: ehci-sh: Add PHY init function with platform dataNobuhiro Iwamatsu1-0/+8
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2010-11-26usb: ehci-sh: Add missing ehci helpers.Paul Mundt1-0/+2
2010-11-26usb: ehci-sh: Fix up fault in shutdown path.Paul Mundt1-1/+10
2010-11-02usb: ehci-hcd: Add support for SuperH EHCI.Paul Mundt1-0/+232