summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-203-0/+165
|\ \
| * | phy: add Broadcom Kona USB2 PHY driverMatt Porter2013-12-233-0/+165
| |/
* | Phy: Add a PHY driver for Marvell MVEBU SATA PHY.Andrew Lunn2013-12-243-0/+144
* | phy: phy-core.c: remove unnecessary initialization of local variablesKishon Vijay Abraham I2013-12-241-3/+3
* | phy: phy-core: increment refcounting variables only on 'success'Kishon Vijay Abraham I2013-12-241-8/+14
* | phy: core: properly handle failure of pm_runtime_get functionsFelipe Balbi2013-12-241-2/+14
|/
* phy: kconfig: add depends on "USB_PHY" to OMAP_USB2 and TWL4030_USBKishon Vijay Abraham I2013-12-101-2/+2
* drivers: phy: tweaks to phy_create()Dan Carpenter2013-12-101-16/+10
* drivers: phy: Fix memory leakSachin Kamat2013-12-101-5/+5
* Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-241-0/+2
* phy: exynos-mipi-video: Fix phy_power_off() callbackSylwester Nawrocki2013-10-191-1/+1
OpenPOWER on IntegriCloud