aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27usb: phy: generic: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2022-04-26usb: phy: generic: Get the vbus supplySean Anderson1-0/+7
2020-01-15usb: phy-generic: Delete unused platform dataLinus Walleij1-27/+12
2018-03-13usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans1-3/+3
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: phy: phy-generic: propagate clk_get error if clock is requiredLucas Stach1-1/+4
2016-11-18usb: phy: phy-generic: add the implementation of .set_suspendPeter Chen1-0/+9
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+4
2016-09-05usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam1-2/+6
2016-08-25usb: phy: generic: remove the vbus dependencyRobert Jarzmik1-5/+2
2016-08-25usb: phy: generic: cope with initial stateRobert Jarzmik1-0/+2
2016-03-04usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne1-3/+8
2015-09-14usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros1-1/+2
2015-07-29usb: pass flags parameter to gpiod_get functionsUwe Kleine-König1-2/+4
2015-03-11usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam1-7/+5
2015-01-30usb: phy: phy-generic: Fix USB PHY gpio resetFabio Estevam1-4/+5
2015-01-30usb: phy: generic: fix the vbus interrupt requestRobert Jarzmik1-1/+2
2015-01-30usb: phy: generic: fix the gpios to be optionalRobert Jarzmik1-5/+7
2015-01-19usb: phy: make GPIOs optional for the generic phyPaul Zimmerman1-2/+2
2015-01-12usb: phy: generic: add vbus supportRobert Jarzmik1-1/+90
2015-01-12usb: phy: generic: migrate to gpio_descRobert Jarzmik1-42/+19
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-05usb: phy: remove file names from heading commentsSergei Shtylyov1-2/+0
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-1/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-2/+2
2014-10-20usb: phy: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-14/+5
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi1-1/+1
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-25/+25
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi1-2/+2
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi1-34/+34
2013-12-12usb: phy: initialize the notifier when add a new phyNeil Zhang1-1/+0
2013-11-25usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun1-1/+2
2013-11-25usb: phy: generic: fix a compiler warningHeikki Krogerus1-1/+1
2013-11-25usb: phy-generic: fix nop xceiv probeAaro Koskinen1-0/+2
2013-11-25usb: phy: generic: fix how we find out about our resourcesFelipe Balbi1-31/+30
2013-11-25usb: phy: remove dead codeMichal Nazarewicz1-2/+0
2013-10-04usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros1-28/+56
2013-10-01usb: phy: nop: Defer clock prepare until PHY initMark Brown1-21/+3
2013-08-09usb: phy: phy-generic: export init functionsSebastian Andrzej Siewior1-58/+74
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-0/+293
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-0/+292