summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: usb: sunxi: Introduce Allwinner A31 USB PHY supportMaxime Ripard2014-05-141-11/+22
* phy: sunxi: Rework phy initializationMaxime Ripard2014-05-141-24/+18
* phy: exynos5-usbdrd: Add facility for VBUS supplyVivek Gautam2014-05-131-0/+32
* phy: Add new Exynos5 USB 3.0 PHY driverVivek Gautam2014-05-133-0/+656
* phy: kona2: use 'select GENERIC_PHY' in KconfigArnd Bergmann2014-05-121-1/+1
* phy: exynos-mipi-video: fix check on array indexAntoine Ténart2014-05-121-1/+1
* PHY: Exynos: fix SATA phy license typoArnd Bergmann2014-05-081-1/+1
* phy: omap-usb2: Use generic clock names "wkupclk" and "refclk"Roger Quadros2014-05-081-7/+23
* phy: fix kernel oops in phy_lookup()Sergei Shtylyov2014-04-241-0/+3
* phy: restore OMAP_CONTROL_PHY dependenciesJean Delvare2014-04-241-0/+1
* phy: exynos: fix building as a moduleArnd Bergmann2014-04-241-4/+5
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\
| * Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Arnd Bergmann2014-03-171-1/+1
| |\
| | * drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn2014-02-241-1/+1
* | | PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driverLoc Ho2014-03-093-0/+1758
* | | phy: omap: Depend on OMAP_OCP2SCP bus driverRoger Quadros2014-03-091-0/+2
* | | phy: ti-pipe3: Fix suspend/resume and module reloadRoger Quadros2014-03-091-0/+4
* | | phy: ti-pipe3: streamline PHY operationsRoger Quadros2014-03-091-51/+63
* | | phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYRoger Quadros2014-03-091-9/+15
* | | phy: ti-pipe3: Add SATA DPLL supportRoger Quadros2014-03-091-21/+55
* | | phy: ti-pipe3: cleanup clock handlingRoger Quadros2014-03-091-27/+28
* | | phy: omap-control: update dra7 and am437 usb2 bindingsRoger Quadros2014-03-091-2/+2
* | | phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-095-10/+341
* | | phy: omap-usb2: Add different compatible for OMAP5George Cherian2014-03-091-0/+9
* | | phy: omap-usb2: Provide workaround for USB2PHY false disconnectAustin Beam2014-03-091-0/+44
* | | phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGeorge Cherian2014-03-091-12/+37
* | | phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driverKamil Debski2014-03-085-0/+423
* | | phy: Add new Exynos USB 2.0 PHY driverKamil Debski2014-03-086-0/+909
* | | phy: core: Add devm_of_phy_get to phy-coreKamil Debski2014-03-081-0/+31
* | | phy: core: Add an exported of_phy_get functionKamil Debski2014-03-081-9/+36
* | | phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I2014-03-071-1/+1
* | | usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Kishon Vijay Abraham I2014-03-061-25/+0
* | | drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I2014-03-063-0/+425
* | | phy: mvebu-sata: prepare new Dove DT Kconfig variableSebastian Hesselbarth2014-03-041-1/+1
* | | PHY: sunxi: Add driver for sunxi usb phyHans de Goede2014-03-033-0/+343
* | | PHY: Exynos: Add Exynos5250 SATA PHY driverYuvaraj Kumar C D2014-03-033-0/+267
* | | phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki2014-03-021-0/+2
* | | phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki2014-03-021-1/+4
* | | usb: phy: bcm-kona-usb2: Use PTR_ERR_OR_ZEROSachin Kamat2014-03-021-3/+1
* | | usb: phy: twl4030-usb: Remove redundant semicolonSachin Kamat2014-03-021-1/+1
* | | usb: phy: twl4030-usb: Silence checkpatch warningsSachin Kamat2014-03-021-2/+2
* | | phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I2014-02-185-24/+24
* | | phy-core: Don't allow building phy-core as a moduleHans de Goede2014-02-181-1/+1
* | | phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede2014-02-181-0/+4
* | | phy-core: phy_get: Leave error logging to the callerHans de Goede2014-02-181-8/+2
* | | phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEMRichard Weinberger2014-02-181-0/+1
|/ /
* | drivers: phy: Add support for optional physAndrew Lunn2014-02-051-0/+45
* | drivers: phy: Make NULL a valid phy referenceAndrew Lunn2014-02-051-1/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
| * phy,exynos: Add dependency on HAS_IOMEMRichard Weinberger2014-01-151-0/+1