aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11usb: chipidea: host: override ehci->hub_controlPeter Chen1-0/+75
2018-12-11usb: chipidea: add flag for imx hsic implementationPeter Chen1-0/+17
2018-09-20usb: chipidea: Add dynamic pinctrl selectionLoic Poulain1-0/+9
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen1-1/+4
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-4/+2
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann1-1/+2
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd1-2/+6
2017-01-20usb: chipidea: Notify events when switching host modeStephen Boyd1-0/+6
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren1-0/+2
2016-09-14usb: chipidea: host: disable io watchdogLucas Stach1-0/+3
2015-12-24usb: chipidea: host: set host to be null after hcd is freedLi Jun1-0/+2
2015-08-14usb: chipidea: host: override hcd reset APIPeter Chen1-2/+16
2015-08-14usb: chipidea: host: delete the redundancy ci_hdrc structPeter Chen1-3/+1
2015-08-14usb: chipidea: introduce ci_platform_configurePeter Chen1-8/+1
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen1-0/+3
2015-07-22usb: chipidea: ehci_init_driver is intended to call one timePeter Chen1-2/+5
2015-06-09usb: chipidea: add work-around for Marvell HSIC PHY startupRob Herring1-0/+12
2015-03-18usb: chipidea: host: turn on vbus before add hcd if early vbus on is requiredLi Jun1-5/+22
2015-03-18usb: chipidea: host: add .bus_suspend quirkPeter Chen1-0/+44
2015-03-18Chipidea: Set connect-at-fullspeed bit when entering host mode if CI_HDRC_FORCE_FULLSPEED is set in the platform dataDaniel Tang1-0/+3
2015-01-09Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen1-0/+1
2014-11-26usb: chipidea: remove duplicate dev_set_drvdata for host_startPeter Chen1-1/+0
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+7
2014-11-03usb: chipidea: host: add portpower overrideMichael Grzeschik1-21/+46
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart1-1/+4
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-3/+4
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-1/+1
2014-09-23usb: chipidea: add TPL support for targeted hostsPeter Chen1-0/+1
2014-04-24usb: chipidea: host: init otg port numberLi Jun1-2/+9
2014-04-24usb: chipidea: host: vbus control change for OTG HNPLi Jun1-3/+7
2014-01-13usb: chipidea: add freescale imx28 special write register methodPeter Chen1-0/+1
2013-12-03usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam1-1/+2
2013-10-29usb: chipidea: host: more enhancement when ci->hcd is NULLPeter Chen1-3/+3
2013-10-16usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux1-2/+4
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen1-0/+7
2013-08-14usb: chipidea: host: add vbus regulator controlPeter Chen1-1/+22
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen1-0/+1
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin1-5/+5
2013-01-11usb: chipidea: Allow disabling streaming not only in udc modeFabio Estevam1-0/+3
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern1-6/+1
2012-11-03USB: EHCI: fix build error in ChipIdea host driverAlan Stern1-0/+1
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern1-44/+7
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-17/+1
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao1-0/+1
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao1-1/+1
2012-05-15USB: CI13xxx: Use usb_put_hcd() on failure to drop HCDMarek Vasut1-1/+1
2012-05-11usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin1-0/+2
2012-05-11usb: chipidea: add host roleAlexander Shishkin1-0/+158