aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2014-12-13phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-2/+2
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-testingGreg Kroah-Hartman28-118/+1936
2014-11-26phy: add support for USB cluster on the Armada 375 SoCGregory CLEMENT3-0/+165
2014-11-26phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelleGregory CLEMENT4-16/+4
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-12/+8
2014-11-22phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOSVivek Gautam1-1/+1
2014-11-22phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supplyVivek Gautam1-2/+30
2014-11-22phy: exynos5-usbdrd: Add pipe-clk, utmi-clk and itp-clk supportVivek Gautam1-18/+86
2014-11-22phy: remove the old lookup methodHeikki Krogerus25-74/+28
2014-11-22phy: twl4030: use the new lookup methodHeikki Krogerus1-3/+6
2014-11-21phy: improved lookup methodHeikki Krogerus1-1/+83
2014-11-21phy: add the Berlin USB PHY driverAntoine Tenart3-0/+232
2014-11-13phy: berlin-sata: Add support for BG2 SATA PHYSebastian Hesselbarth1-1/+6
2014-11-13phy: berlin-sata: Move PHY_BASE into private data structSebastian Hesselbarth1-9/+15
2014-11-13phy: sun4i: add support for USB phy0Roman Byshko1-3/+6
2014-11-12phy: phy-core: use the np present in of_phandle_args to get the PHYKishon Vijay Abraham I1-9/+1
2014-11-12phy: miphy28lp: Tune tx impedance across Soc cutsGabriel FERNANDEZ1-0/+16
2014-11-12phy: miphy28lp: Add SSC support for PCIEGabriel FERNANDEZ1-0/+44
2014-11-12phy: miphy28lp: Add SSC support for SATAGabriel FERNANDEZ1-0/+46
2014-11-12phy: miphy28lp: Provide support for the MiPHY28lp Generic PHYGabriel FERNANDEZ3-0/+1186
2014-11-10phy: twl4030: Fix build breakageFelipe Balbi1-3/+3
2014-11-05phy: omap-usb2: Enable runtime PM of omap-usb2 phy properlyOussama Ghorbel1-2/+4
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-3/+3
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-6/+2
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