aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-10drivers: phy: Fix memory leakSachin Kamat1-5/+5
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+2
2013-10-19phy: exynos-mipi-video: Fix phy_power_off() callbackSylwester Nawrocki1-1/+1
2013-10-16phy: Add driver for Exynos DP PHYJingoo Han3-0/+119
2013-10-16phy: Add driver for Exynos MIPI CSIS/DSIM DPHYsSylwester Nawrocki3-3/+186
2013-10-03usb: phy: omap-usb2: Don't use omap_get_control_dev()Roger Quadros1-8/+23
2013-09-27usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* opsKishon Vijay Abraham I1-44/+13
2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I3-0/+856
2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I3-0/+322
2013-09-27drivers: phy: add generic PHY frameworkKishon Vijay Abraham I3-0/+721