Age | Commit message (Expand) | Author | Files | Lines |
2014-12-19 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
2014-12-13 | phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2 | -2/+2 |
2014-11-27 | Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/... | Greg Kroah-Hartman | 28 | -118/+1936 |
2014-11-26 | phy: add support for USB cluster on the Armada 375 SoC | Gregory CLEMENT | 3 | -0/+165 |
2014-11-26 | phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle | Gregory CLEMENT | 4 | -16/+4 |
2014-11-25 | Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2 | -12/+8 |
2014-11-22 | phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOS | Vivek Gautam | 1 | -1/+1 |
2014-11-22 | phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supply | Vivek Gautam | 1 | -2/+30 |
2014-11-22 | phy: exynos5-usbdrd: Add pipe-clk, utmi-clk and itp-clk support | Vivek Gautam | 1 | -18/+86 |
2014-11-22 | phy: remove the old lookup method | Heikki Krogerus | 25 | -74/+28 |
2014-11-22 | phy: twl4030: use the new lookup method | Heikki Krogerus | 1 | -3/+6 |
2014-11-21 | phy: improved lookup method | Heikki Krogerus | 1 | -1/+83 |
2014-11-21 | phy: add the Berlin USB PHY driver | Antoine Tenart | 3 | -0/+232 |
2014-11-13 | phy: berlin-sata: Add support for BG2 SATA PHY | Sebastian Hesselbarth | 1 | -1/+6 |
2014-11-13 | phy: berlin-sata: Move PHY_BASE into private data struct | Sebastian Hesselbarth | 1 | -9/+15 |
2014-11-13 | phy: sun4i: add support for USB phy0 | Roman Byshko | 1 | -3/+6 |
2014-11-12 | phy: phy-core: use the np present in of_phandle_args to get the PHY | Kishon Vijay Abraham I | 1 | -9/+1 |
2014-11-12 | phy: miphy28lp: Tune tx impedance across Soc cuts | Gabriel FERNANDEZ | 1 | -0/+16 |
2014-11-12 | phy: miphy28lp: Add SSC support for PCIE | Gabriel FERNANDEZ | 1 | -0/+44 |
2014-11-12 | phy: miphy28lp: Add SSC support for SATA | Gabriel FERNANDEZ | 1 | -0/+46 |
2014-11-12 | phy: miphy28lp: Provide support for the MiPHY28lp Generic PHY | Gabriel FERNANDEZ | 3 | -0/+1186 |
2014-11-11 | phy: twl4030: Fix build breakage | Felipe Balbi | 1 | -3/+3 |
2014-11-06 | phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly | Oussama Ghorbel | 1 | -2/+4 |
2014-11-03 | usb: rename phy to usb_phy in OTG | Antoine Tenart | 1 | -3/+3 |
2014-11-03 | usb: move the OTG state from the USB PHY to the OTG structure | Antoine Tenart | 1 | -6/+2 |
2014-09-24 | phy: remove .owner field for drivers using module_platform_driver | Peter Griffin | 18 | -18/+0 |
2014-09-24 | phy: exynos-dp-video: Use syscon support to control pmu register | Vivek Gautam | 1 | -25/+54 |
2014-09-24 | phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs. | Peter Griffin | 3 | -0/+196 |
2014-09-24 | phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC family | Peter Griffin | 3 | -0/+187 |
2014-09-24 | usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the data | Tony Lindgren | 1 | -9/+7 |
2014-09-24 | usb: phy: twl4030-usb: Remove asleep and rely on runtime PM | Tony Lindgren | 1 | -9/+5 |
2014-09-24 | usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls | Tony Lindgren | 1 | -41/+31 |
2014-09-24 | usb: phy: twl4030-usb: Simplify phy init to use runtime PM | Tony Lindgren | 1 | -17/+3 |
2014-09-24 | usb: phy: twl4030-usb: Remove unused irq_enabled | Tony Lindgren | 1 | -2/+0 |
2014-09-24 | phy: phy-spear1340-miphy: Use module_platform_driver to register driver. | Peter Griffin | 1 | -12/+1 |
2014-09-24 | phy: phy-spear1310-miphy: Use module_platform_driver to register driver. | Peter Griffin | 1 | -12/+1 |
2014-09-24 | phy: phy-spear1340-miphy: Remove unncessary site specific OOM messages | Peter Griffin | 1 | -3/+1 |
2014-09-24 | phy: phy-spear1310-miphy: Remove unncessary site specific OOM messages | Peter Griffin | 1 | -3/+1 |
2014-09-24 | phy: phy-ti-pipe3: Remove unncessary site specific OOM messages | Peter Griffin | 1 | -3/+2 |
2014-09-24 | phy: phy-omap-usb2: Remove unncessary site specific OOM messages | Peter Griffin | 1 | -6/+2 |
2014-09-24 | phy: phy-mvebu-sata: Add missing error check for devm_kzalloc | Peter Griffin | 1 | -0/+2 |
2014-09-24 | phy: phy-omap-control: Remove unncessary site specific OOM messages | Peter Griffin | 1 | -3/+1 |
2014-09-24 | phy: Renesas R-Car Gen2 PHY driver | Sergei Shtylyov | 3 | -0/+349 |
2014-09-12 | phy: spear1340-miphy: fix driver dependencies | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2014-09-12 | phy: spear1310-miphy: fix driver dependencies | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2014-09-12 | phy: miphy365x: Fix off-by-one error | Lee Jones | 1 | -0/+1 |
2014-08-28 | phy: miphy365x: Select GENERIC_PHY instead of depending on it | Lee Jones | 1 | -1/+1 |
2014-08-28 | phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry | Sjoerd Simons | 1 | -0/+1 |
2014-08-24 | usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down | Tony Lindgren | 1 | -23/+10 |
2014-08-24 | usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps | Tony Lindgren | 1 | -25/+63 |