summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-generic.c
Commit message (Expand)AuthorAgeFilesLines
* usb: phy-generic: add short delay after pulling the reset pinMichael Grzeschik2024-04-091-0/+1
* Revert "usb: phy: generic: Get the vbus supply"Alexander Stein2024-03-261-7/+0
* usb: phy: generic: Disable vbus on removalSean Anderson2024-01-271-0/+3
* usb: phy: generic: Implement otg->set_vbusSean Anderson2024-01-271-28/+17
* usb: phy: generic: Get the vbus supplySean Anderson2024-01-271-0/+7
* usb: phy: generic: add suspend support for regulatorStefan Eichenberger2023-11-231-4/+10
* usb: phy: generic: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: generic: Add wakeup capabilityLi Jun2022-11-091-0/+4
* usb: phy: generic: make vcc regulator optionalSascha Hauer2022-10-231-9/+5
* usb: phy: generic: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-6/+3
* usb: phy: generic: Get the vbus supplySean Anderson2022-04-261-0/+7
* usb: phy-generic: Delete unused platform dataLinus Walleij2020-01-151-27/+12
* usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans2018-03-131-3/+3
* USB: phy: Remove redundant license textGreg Kroah-Hartman2017-11-071-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: phy: phy-generic: propagate clk_get error if clock is requiredLucas Stach2017-10-191-1/+4
* usb: phy: phy-generic: add the implementation of .set_suspendPeter Chen2016-11-181-0/+9
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-5/+4
|\
| * usb: phy: generic: remove the vbus dependencyRobert Jarzmik2016-08-251-5/+2
| * usb: phy: generic: cope with initial stateRobert Jarzmik2016-08-251-0/+2
* | usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam2016-09-051-2/+6
|/
* usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne2016-03-041-3/+8
* usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros2015-09-141-1/+2
* usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-291-2/+4
* usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam2015-03-111-7/+5
* usb: phy: phy-generic: Fix USB PHY gpio resetFabio Estevam2015-01-301-4/+5
* usb: phy: generic: fix the vbus interrupt requestRobert Jarzmik2015-01-301-1/+2
* usb: phy: generic: fix the gpios to be optionalRobert Jarzmik2015-01-301-5/+7
* usb: phy: make GPIOs optional for the generic phyPaul Zimmerman2015-01-191-2/+2
* usb: phy: generic: add vbus supportRobert Jarzmik2015-01-121-1/+90
* usb: phy: generic: migrate to gpio_descRobert Jarzmik2015-01-121-42/+19
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: phy: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | usb: phy: remove file names from heading commentsSergei Shtylyov2014-11-051-2/+0
* | usb: rename phy to usb_phy in OTGAntoine Tenart2014-11-031-1/+1
* | usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-2/+2
|/
* usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-211-14/+5
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-211-1/+1
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-211-25/+25
* usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-211-2/+2
* Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-191-34/+34
|\
| * usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun2013-11-251-1/+2
| * usb: phy: generic: fix a compiler warningHeikki Krogerus2013-11-251-1/+1
| * usb: phy-generic: fix nop xceiv probeAaro Koskinen2013-11-251-0/+2
| * usb: phy: generic: fix how we find out about our resourcesFelipe Balbi2013-11-251-31/+30
| * usb: phy: remove dead codeMichal Nazarewicz2013-11-251-2/+0
* | usb: phy: initialize the notifier when add a new phyNeil Zhang2013-12-121-1/+0
|/
* usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros2013-10-041-28/+56
* usb: phy: nop: Defer clock prepare until PHY initMark Brown2013-10-011-21/+3
* usb: phy: phy-generic: export init functionsSebastian Andrzej Siewior2013-08-091-58/+74