aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-27usb: phy: isp1301: work around tps65010 dependencyArnd Bergmann1-1/+1
2015-04-13Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-29/+15
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-nextMark Brown2-12/+7
2015-04-03usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda1-1/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-11/+11
2015-03-24usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov1-1/+1
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman1-0/+3
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchAxel Lin1-1/+3
2015-03-18usb: phy: msm: Remove dead codeStephen Boyd2-17/+3
2015-03-13usb: phy: msm: Remove dead codeStephen Boyd2-17/+3
2015-03-11usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam1-7/+5
2015-03-11usb: phy: fixed comment typoMickael Maison1-1/+1
2015-03-11usb: phy: ab8500: fixed comment typoMickael Maison1-1/+1
2015-03-10usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck1-0/+3
2015-03-09usb: phy: phy-msm-usb: Rename regulator_set_optimum_modeBjorn Andersson1-10/+5
2015-03-09usb: phy: ab8500-usb: Rename regulator_set_optimum_modeBjorn Andersson1-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-82/+199
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-27usb: phy: mxs: add delay before set phyctrl.clkgatePeter Chen1-3/+9
2015-01-27usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connectionPeter Chen1-1/+46
2015-01-27usb: phy: mxs: refine mxs_phy_disconnect_lineLi Jun1-1/+14
2015-01-27usb: phy: mxs: don't need IP fix for imx6sxPeter Chen1-2/+1
2015-01-19usb: phy: make GPIOs optional for the generic phyPaul Zimmerman1-2/+2
2015-01-19usb: phy: never defer probe in non-OF caseHeikki Krogerus1-1/+1
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi2-8/+13
2015-01-14Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-3/+2
2015-01-13usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann1-3/+2
2015-01-12Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-3/+9
2015-01-12usb: phy: generic: add vbus supportRobert Jarzmik2-1/+96
2015-01-12usb: phy: generic: migrate to gpio_descRobert Jarzmik2-44/+21
2015-01-12usb: phy: phy-fsl-usb: Remove some unused functionsRickard Strandqvist1-35/+0
2015-01-12usb: phy: phy-mxs-usb: do not depend on speed for disconnect notifierPeter Chen1-1/+3
2015-01-12usb: phy: phy-mxs-usb: add power down and disable wakeup for .shutdownPeter Chen1-0/+11
2015-01-09usb: phy: Fix deferred probingMaxime Ripard1-3/+3
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2014-12-23usb: phy: Restore deferred probing pathThierry Reding1-4/+10
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-13/+0
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds16-214/+228
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki1-2/+2
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-1/+1
2014-11-25usb: phy: Handle per-PHY event for connnect and disconnect eventsKiran Raparthy4-0/+21
2014-11-21usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy1-0/+12
2014-11-20usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan1-1/+3
2014-11-12usb: phy: fsl: Fix build errorsFelipe Balbi2-8/+8
2014-11-05usb: phy: remove file names from heading commentsSergei Shtylyov2-4/+0
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart9-54/+60