aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+1
2014-03-17Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Gravatar Arnd Bergmann 1-1/+1
2014-03-09PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driverGravatar Loc Ho 3-0/+1758
2014-03-09phy: omap: Depend on OMAP_OCP2SCP bus driverGravatar Roger Quadros 1-0/+2
2014-03-09phy: ti-pipe3: Fix suspend/resume and module reloadGravatar Roger Quadros 1-0/+4
2014-03-09phy: ti-pipe3: streamline PHY operationsGravatar Roger Quadros 1-51/+63
2014-03-09phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYGravatar Roger Quadros 1-9/+15
2014-03-09phy: ti-pipe3: Add SATA DPLL supportGravatar Roger Quadros 1-21/+55
2014-03-09phy: ti-pipe3: cleanup clock handlingGravatar Roger Quadros 1-27/+28
2014-03-09phy: omap-control: update dra7 and am437 usb2 bindingsGravatar Roger Quadros 1-2/+2
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyGravatar Kishon Vijay Abraham I 5-10/+341
2014-03-09phy: omap-usb2: Add different compatible for OMAP5Gravatar George Cherian 1-0/+9
2014-03-09phy: omap-usb2: Provide workaround for USB2PHY false disconnectGravatar Austin Beam 1-0/+44
2014-03-09phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGravatar George Cherian 1-12/+37
2014-03-08phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driverGravatar Kamil Debski 5-0/+423
2014-03-08phy: Add new Exynos USB 2.0 PHY driverGravatar Kamil Debski 6-0/+909
2014-03-08phy: core: Add devm_of_phy_get to phy-coreGravatar Kamil Debski 1-0/+31
2014-03-08phy: core: Add an exported of_phy_get functionGravatar Kamil Debski 1-9/+36
2014-03-07phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Gravatar Kishon Vijay Abraham I 1-1/+1
2014-03-06usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Gravatar Kishon Vijay Abraham I 1-25/+0
2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkGravatar Kishon Vijay Abraham I 3-0/+425
2014-03-04phy: mvebu-sata: prepare new Dove DT Kconfig variableGravatar Sebastian Hesselbarth 1-1/+1
2014-03-03PHY: sunxi: Add driver for sunxi usb phyGravatar Hans de Goede 3-0/+343
2014-03-03PHY: Exynos: Add Exynos5250 SATA PHY driverGravatar Yuvaraj Kumar C D 3-0/+267
2014-03-02phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOSGravatar Sylwester Nawrocki 1-0/+2
2014-03-02phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOSGravatar Sylwester Nawrocki 1-1/+4
2014-03-02usb: phy: bcm-kona-usb2: Use PTR_ERR_OR_ZEROGravatar Sachin Kamat 1-3/+1
2014-03-02usb: phy: twl4030-usb: Remove redundant semicolonGravatar Sachin Kamat 1-1/+1
2014-03-02usb: phy: twl4030-usb: Silence checkpatch warningsGravatar Sachin Kamat 1-2/+2
2014-02-24drivers: Enable building of Kirkwood drivers for mach-mvebuGravatar Andrew Lunn 1-1/+1
2014-02-18phy: let phy_provider_register be the last step in registering PHYGravatar Kishon Vijay Abraham I 5-24/+24
2014-02-18phy-core: Don't allow building phy-core as a moduleGravatar Hans de Goede 1-1/+1
2014-02-18phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerGravatar Hans de Goede 1-0/+4
2014-02-18phy-core: phy_get: Leave error logging to the callerGravatar Hans de Goede 1-8/+2
2014-02-18phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEMGravatar Richard Weinberger 1-0/+1
2014-02-05drivers: phy: Add support for optional physGravatar Andrew Lunn 1-0/+45
2014-02-05drivers: phy: Make NULL a valid phy referenceGravatar Andrew Lunn 1-1/+16
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-0/+165
2014-01-15phy,exynos: Add dependency on HAS_IOMEMGravatar Richard Weinberger 1-0/+1
2013-12-24Phy: Add a PHY driver for Marvell MVEBU SATA PHY.Gravatar Andrew Lunn 3-0/+144
2013-12-24phy: phy-core.c: remove unnecessary initialization of local variablesGravatar Kishon Vijay Abraham I 1-3/+3
2013-12-24phy: phy-core: increment refcounting variables only on 'success'Gravatar Kishon Vijay Abraham I 1-8/+14
2013-12-24phy: core: properly handle failure of pm_runtime_get functionsGravatar Felipe Balbi 1-2/+14
2013-12-23phy: add Broadcom Kona USB2 PHY driverGravatar Matt Porter 3-0/+165
2013-12-10phy: kconfig: add depends on "USB_PHY" to OMAP_USB2 and TWL4030_USBGravatar Kishon Vijay Abraham I 1-2/+2
2013-12-10drivers: phy: tweaks to phy_create()Gravatar Dan Carpenter 1-16/+10
2013-12-10drivers: phy: Fix memory leakGravatar Sachin Kamat 1-5/+5
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-0/+2
2013-10-19phy: exynos-mipi-video: Fix phy_power_off() callbackGravatar Sylwester Nawrocki 1-1/+1