aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24phy: fix kernel oops in phy_lookup()Sergei Shtylyov1-0/+3
2014-04-24phy: restore OMAP_CONTROL_PHY dependenciesJean Delvare1-0/+1
2014-04-24phy: exynos: fix building as a moduleArnd Bergmann1-4/+5
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-03-17Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into next/driversArnd Bergmann1-1/+1
2014-03-09PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driverLoc Ho3-0/+1758
2014-03-09phy: omap: Depend on OMAP_OCP2SCP bus driverRoger Quadros1-0/+2
2014-03-09phy: ti-pipe3: Fix suspend/resume and module reloadRoger Quadros1-0/+4
2014-03-09phy: ti-pipe3: streamline PHY operationsRoger Quadros1-51/+63
2014-03-09phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYRoger Quadros1-9/+15
2014-03-09phy: ti-pipe3: Add SATA DPLL supportRoger Quadros1-21/+55
2014-03-09phy: ti-pipe3: cleanup clock handlingRoger Quadros1-27/+28
2014-03-09phy: omap-control: update dra7 and am437 usb2 bindingsRoger Quadros1-2/+2
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I5-10/+341
2014-03-09phy: omap-usb2: Add different compatible for OMAP5George Cherian1-0/+9
2014-03-09phy: omap-usb2: Provide workaround for USB2PHY false disconnectAustin Beam1-0/+44
2014-03-09phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGeorge Cherian1-12/+37
2014-03-08phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driverKamil Debski5-0/+423
2014-03-08phy: Add new Exynos USB 2.0 PHY driverKamil Debski6-0/+909
2014-03-08phy: core: Add devm_of_phy_get to phy-coreKamil Debski1-0/+31
2014-03-08phy: core: Add an exported of_phy_get functionKamil Debski1-9/+36
2014-03-07phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I1-1/+1
2014-03-06usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Kishon Vijay Abraham I1-25/+0
2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I3-0/+425
2014-03-04phy: mvebu-sata: prepare new Dove DT Kconfig variableSebastian Hesselbarth1-1/+1
2014-03-03PHY: sunxi: Add driver for sunxi usb phyHans de Goede3-0/+343
2014-03-03PHY: Exynos: Add Exynos5250 SATA PHY driverYuvaraj Kumar C D3-0/+267
2014-03-02phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki1-0/+2
2014-03-02phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOSSylwester Nawrocki1-1/+4
2014-03-02usb: phy: bcm-kona-usb2: Use PTR_ERR_OR_ZEROSachin Kamat1-3/+1
2014-03-02usb: phy: twl4030-usb: Remove redundant semicolonSachin Kamat1-1/+1
2014-03-02usb: phy: twl4030-usb: Silence checkpatch warningsSachin Kamat1-2/+2
2014-02-24drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn1-1/+1
2014-02-18phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I5-24/+24
2014-02-18phy-core: Don't allow building phy-core as a moduleHans de Goede1-1/+1
2014-02-18phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede1-0/+4
2014-02-18phy-core: phy_get: Leave error logging to the callerHans de Goede1-8/+2
2014-02-18phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-02-05drivers: phy: Add support for optional physAndrew Lunn1-0/+45
2014-02-05drivers: phy: Make NULL a valid phy referenceAndrew Lunn1-1/+16
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-0/+165
2014-01-15phy,exynos: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2013-12-24Phy: Add a PHY driver for Marvell MVEBU SATA PHY.Andrew Lunn3-0/+144
2013-12-24phy: phy-core.c: remove unnecessary initialization of local variablesKishon Vijay Abraham I1-3/+3
2013-12-24phy: phy-core: increment refcounting variables only on 'success'Kishon Vijay Abraham I1-8/+14
2013-12-24phy: core: properly handle failure of pm_runtime_get functionsFelipe Balbi1-2/+14
2013-12-23phy: add Broadcom Kona USB2 PHY driverMatt Porter3-0/+165
2013-12-10phy: kconfig: add depends on "USB_PHY" to OMAP_USB2 and TWL4030_USBKishon Vijay Abraham I1-2/+2
2013-12-10drivers: phy: tweaks to phy_create()Dan Carpenter1-16/+10