Age | Commit message (Expand) | Author | Files | Lines |
2014-02-18 | phy: let phy_provider_register be the last step in registering PHY | Kishon Vijay Abraham I | 5 | -24/+24 |
2014-02-18 | phy-core: Don't allow building phy-core as a module | Hans de Goede | 1 | -1/+1 |
2014-02-18 | phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to caller | Hans de Goede | 1 | -0/+4 |
2014-02-18 | phy-core: phy_get: Leave error logging to the caller | Hans de Goede | 1 | -8/+2 |
2014-02-18 | phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEM | Richard Weinberger | 1 | -0/+1 |
2014-02-05 | drivers: phy: Add support for optional phys | Andrew Lunn | 1 | -0/+45 |
2014-02-05 | drivers: phy: Make NULL a valid phy reference | Andrew Lunn | 1 | -1/+16 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2014-01-20 | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+165 |
2014-01-15 | phy,exynos: Add dependency on HAS_IOMEM | Richard Weinberger | 1 | -0/+1 |
2013-12-24 | Phy: Add a PHY driver for Marvell MVEBU SATA PHY. | Andrew Lunn | 3 | -0/+144 |
2013-12-24 | phy: phy-core.c: remove unnecessary initialization of local variables | Kishon Vijay Abraham I | 1 | -3/+3 |
2013-12-24 | phy: phy-core: increment refcounting variables only on 'success' | Kishon Vijay Abraham I | 1 | -8/+14 |
2013-12-24 | phy: core: properly handle failure of pm_runtime_get functions | Felipe Balbi | 1 | -2/+14 |
2013-12-23 | phy: add Broadcom Kona USB2 PHY driver | Matt Porter | 3 | -0/+165 |
2013-12-10 | phy: kconfig: add depends on "USB_PHY" to OMAP_USB2 and TWL4030_USB | Kishon Vijay Abraham I | 1 | -2/+2 |
2013-12-10 | drivers: phy: tweaks to phy_create() | Dan Carpenter | 1 | -16/+10 |
2013-12-10 | drivers: phy: Fix memory leak | Sachin Kamat | 1 | -5/+5 |
2013-10-24 | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -0/+2 |
2013-10-19 | phy: exynos-mipi-video: Fix phy_power_off() callback | Sylwester Nawrocki | 1 | -1/+1 |
2013-10-16 | phy: Add driver for Exynos DP PHY | Jingoo Han | 3 | -0/+119 |
2013-10-16 | phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs | Sylwester Nawrocki | 3 | -3/+186 |
2013-10-03 | usb: phy: omap-usb2: Don't use omap_get_control_dev() | Roger Quadros | 1 | -8/+23 |
2013-09-27 | usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops | Kishon Vijay Abraham I | 1 | -44/+13 |
2013-09-27 | usb: phy: twl4030: use the new generic PHY framework | Kishon Vijay Abraham I | 3 | -0/+856 |
2013-09-27 | usb: phy: omap-usb2: use the new generic PHY framework | Kishon Vijay Abraham I | 3 | -0/+322 |
2013-09-27 | drivers: phy: add generic PHY framework | Kishon Vijay Abraham I | 3 | -0/+721 |