summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2016-03-04phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren1-5/+7
2016-03-04phy: twl4030-usb: Relase usb phy on unloadTony Lindgren1-0/+1
2016-03-04phy: core: fix wrong err handle for phy_power_onShawn Lin1-7/+9
2016-03-04phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin1-4/+3
2015-08-21phy: twl4030-usb: make runtime pm more reliable.NeilBrown1-9/+20
2015-04-17phy: Find the right match in devm_phy_destroy()Thierry Reding1-1/+3
2014-11-06phy: omap-usb2: Enable runtime PM of omap-usb2 phy properlyOussama Ghorbel1-2/+4
2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin18-18/+0
2014-09-24phy: exynos-dp-video: Use syscon support to control pmu registerVivek Gautam1-25/+54
2014-09-24phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.Peter Griffin3-0/+196
2014-09-24phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC familyPeter Griffin3-0/+187
2014-09-24usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the dataTony Lindgren1-9/+7
2014-09-24usb: phy: twl4030-usb: Remove asleep and rely on runtime PMTony Lindgren1-9/+5
2014-09-24usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM callsTony Lindgren1-41/+31
2014-09-24usb: phy: twl4030-usb: Simplify phy init to use runtime PMTony Lindgren1-17/+3
2014-09-24usb: phy: twl4030-usb: Remove unused irq_enabledTony Lindgren1-2/+0
2014-09-24phy: phy-spear1340-miphy: Use module_platform_driver to register driver.Peter Griffin1-12/+1
2014-09-24phy: phy-spear1310-miphy: Use module_platform_driver to register driver.Peter Griffin1-12/+1
2014-09-24phy: phy-spear1340-miphy: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: phy-spear1310-miphy: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: phy-ti-pipe3: Remove unncessary site specific OOM messagesPeter Griffin1-3/+2
2014-09-24phy: phy-omap-usb2: Remove unncessary site specific OOM messagesPeter Griffin1-6/+2
2014-09-24phy: phy-mvebu-sata: Add missing error check for devm_kzallocPeter Griffin1-0/+2
2014-09-24phy: phy-omap-control: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: Renesas R-Car Gen2 PHY driverSergei Shtylyov3-0/+349
2014-09-12phy: spear1340-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-12phy: spear1310-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-12phy: miphy365x: Fix off-by-one errorLee Jones1-0/+1
2014-08-28phy: miphy365x: Select GENERIC_PHY instead of depending on itLee Jones1-1/+1
2014-08-28phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entrySjoerd Simons1-0/+1
2014-08-24usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes downTony Lindgren1-23/+10
2014-08-24usb: phy: twl4030-usb: Fix regressions to runtime PM on omapsTony Lindgren1-25/+63
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+603
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-0/+205
2014-07-22phy: miphy365x: Represent each PHY channel as a DT subnodeLee Jones1-118/+138
2014-07-22phy: miphy365x: Provide support for the MiPHY356x Generic PHYLee Jones3-0/+627
2014-07-22phy: qcom: Add driver for QCOM IPQ806x SATA PHYKumar Gala3-0/+219
2014-07-22phy: qcom-apq8064: fix possible timeout without checkSrinivas Kandagatla1-1/+1
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I16-22/+36
2014-07-22phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeKishon Vijay Abraham I1-0/+5
2014-07-22phy: add a driver for the Berlin SATA PHYAntoine Ténart3-0/+292
2014-07-22phy: Remove ARCH_KIRKWOOD dependencyAndrew Lunn1-1/+1
2014-07-22phy: qcom: Add driver for QCOM APQ8064 SATA PHYSrinivas Kandagatla3-0/+296
2014-07-22phy: Kconfig: Update config for Exynos USB DRDSachin Kamat1-0/+2
2014-07-22phy: Kconfig: Re-organize Exynos USB 2.0 PHY configsSachin Kamat1-24/+11
2014-07-22phy: core: Support regulator supply for PHY powerRoger Quadros1-0/+26
2014-07-22drivers: phy: exynos-usb2: add support for Exynos 3250Marek Szyprowski4-8/+29
2014-07-22phy: add hix5hd2-sata-phy driverJiancheng Xue3-0/+201
2014-07-22phy: pipe3: insert delay to enumerate in GEN2 modeKishon Vijay Abraham I2-2/+54
2014-07-22phy: phy-omap-pipe3: Add support for PCIe PHYKishon Vijay Abraham I1-21/+82