summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/host.c
AgeCommit message (Expand)AuthorLines
2021-08-21usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun-3/+11
2021-03-10usb: chipidea: tegra: fix flexible_array.cocci warningskernel test robot-1/+1
2021-01-13usb: chipidea: tegra: Support host modePeter Geis-2/+102
2019-12-30usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck-1/+3
2018-12-11usb: chipidea: host: override ehci->hub_controlPeter Chen-0/+75
2018-12-11usb: chipidea: add flag for imx hsic implementationPeter Chen-0/+17
2018-09-20usb: chipidea: Add dynamic pinctrl selectionLoic Poulain-0/+9
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen-1/+4
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl-4/+2
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann-1/+2
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd-2/+6
2017-01-20usb: chipidea: Notify events when switching host modeStephen Boyd-0/+6
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren-0/+2
2016-09-14usb: chipidea: host: disable io watchdogLucas Stach-0/+3
2015-12-24usb: chipidea: host: set host to be null after hcd is freedLi Jun-0/+2
2015-08-14usb: chipidea: host: override hcd reset APIPeter Chen-2/+16
2015-08-14usb: chipidea: host: delete the redundancy ci_hdrc structPeter Chen-3/+1
2015-08-14usb: chipidea: introduce ci_platform_configurePeter Chen-8/+1
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen-0/+3
2015-07-22usb: chipidea: ehci_init_driver is intended to call one timePeter Chen-2/+5
2015-06-09usb: chipidea: add work-around for Marvell HSIC PHY startupRob Herring-0/+12
2015-03-18usb: chipidea: host: turn on vbus before add hcd if early vbus on is requiredLi Jun-5/+22
2015-03-18usb: chipidea: host: add .bus_suspend quirkPeter Chen-0/+44
2015-03-18Chipidea: Set connect-at-fullspeed bit when entering host mode if CI_HDRC_FOR...Daniel Tang-0/+3
2015-01-09Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen-0/+1
2014-11-26usb: chipidea: remove duplicate dev_set_drvdata for host_startPeter Chen-1/+0
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-3/+7
2014-11-03usb: chipidea: host: add portpower overrideMichael Grzeschik-21/+46
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart-1/+4
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart-3/+4
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart-1/+1
2014-09-23usb: chipidea: add TPL support for targeted hostsPeter Chen-0/+1
2014-04-24usb: chipidea: host: init otg port numberLi Jun-2/+9
2014-04-24usb: chipidea: host: vbus control change for OTG HNPLi Jun-3/+7
2014-01-13usb: chipidea: add freescale imx28 special write register methodPeter Chen-0/+1
2013-12-03usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam-1/+2
2013-10-29usb: chipidea: host: more enhancement when ci->hcd is NULLPeter Chen-3/+3
2013-10-16usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux-2/+4
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen-0/+7
2013-08-14usb: chipidea: host: add vbus regulator controlPeter Chen-1/+22
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen-0/+1
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin-5/+5
2013-01-11usb: chipidea: Allow disabling streaming not only in udc modeFabio Estevam-0/+3
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern-6/+1
2012-11-03USB: EHCI: fix build error in ChipIdea host driverAlan Stern-0/+1
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern-44/+7
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern-17/+1
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao-0/+1