summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-platform.c
AgeCommit message (Expand)Author
2023-07-27usb: host: ohci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-05-29usb: host: ohci-platform: increase max clock number to 4Sebastian Reichel
2023-05-28usb: ohci-platform: Convert to platform remove callback returning voidUwe Kleine-König
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel
2022-09-05usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel
2022-06-21usb: host: ohci-platform: add TPL supportAmelie Delaunay
2022-05-19usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-03-09usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl
2017-11-07USB: host: ohci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: ohci-platform: use reset array APIMasahiro Yamada
2017-06-03usb: host: ohci-platform: Add support for omap3 and laterTony Lindgren
2017-06-03usb: host: ohci-platform: Add basic runtime PM supportTony Lindgren
2017-03-17usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda
2016-06-07ohci-platform: Add support for controllers with multiple reset linesHans de Goede
2016-01-24USB: host: use to_platform_deviceGeliang Tang
2015-05-11usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy
2015-01-25usb: ohci-platform: add support for multiple phys per controllerArun Ramamurthy
2015-01-09USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07host: ohci-platform: remove duplicate check on resourceVarka Bhadram
2014-11-03usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon
2014-11-03USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee
2014-11-03USB: ohci-platform: Expose no_big_frame_no and num_ports in DTKevin Cernekee
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang
2014-05-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard
2014-02-11USB: ohci-platform: check for platform data misconfigurationAlan Stern
2014-02-11ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede
2014-02-07ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede
2014-02-07ohci-platform: Add support for devicetree instantiationHans de Goede
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-10-05USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-06-03USB: OHCI: make ohci-platform a separate driverManjunath Goudar
2013-05-16USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-10-22USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli
2012-10-22USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli
2012-10-22USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli
2012-10-22USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli
2012-08-15drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto