summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2010-372/+952
|\
| * Merge tag 'phy-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2016-05-0310-371/+950
| |\
| | * phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCsMarek Szyprowski2016-04-301-1/+128
| | * phy: exynos-mipi-video: Rewrite handling of phy registersMarek Szyprowski2016-04-301-35/+130
| | * phy: exynos-mipi-video: Drop support for direct access to PMUSylwester Nawrocki2016-04-301-44/+13
| | * phy: bcm-ns-usb2: new driver for USB 2.0 PHY on NorthstarRafał Miłecki2016-04-303-0/+147
| | * phy: rockhip-usb: Remove CLK_IS_ROOTStephen Boyd2016-04-301-1/+1
| | * phy: phy-mt65xx-usb3: add support for mt2701 platformChunfeng Yun2016-04-302-28/+54
| | * phy: rcar-gen3-usb2: add extcon supportYoshihiro Shimoda2016-04-302-0/+27
| | * phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/offYoshihiro Shimoda2016-04-301-0/+28
| | * phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_dataYoshihiro Shimoda2016-04-301-19/+14
| | * phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driverAnup Patel2016-04-303-48/+211
| | * phy: Rename phy-brcmstb-sata driver to phy-brcm-sata driverAnup Patel2016-04-293-14/+14
| | * phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESASSimon Horman2016-04-291-2/+2
| | * phy: rcar-gen3-usb2: add fallback bindingSimon Horman2016-04-291-0/+1
| | * phy: rcar-gen2: add fallback bindingSimon Horman2016-04-291-0/+1
| * | Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-1/+2
| |\ \ | | |/ | |/|
| | * usb: common: rework CONFIG_USB_COMMON logicArnd Bergmann2016-04-181-1/+2
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-189-6/+5301
|\ \ \ | |/ / |/| |
| * | phy: tegra: Add Tegra210 supportThierry Reding2016-04-292-0/+2046
| * | phy: Add Tegra XUSB pad controller supportThierry Reding2016-04-297-0/+3211
| * | phy: core: Allow children node to be overriddenThierry Reding2016-04-291-6/+44
| |/
* | phy: rockchip-emmc: should be a child device of the GRFHeiko Stuebner2016-04-131-1/+4
* | phy: rockchip-dp: should be a child device of the GRFHeiko Stuebner2016-04-131-2/+5
|/
* Merge tag 'phy-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2016-03-056-109/+605
|\
| * phy: Fix armada375 compile test build on UMKrzysztof Kozlowski2016-03-011-1/+1
| * phy: rcar-gen3-usb2: remove HSUSB registers handlingYoshihiro Shimoda2016-03-011-72/+11
| * phy: rockchip-usb: add handler for usb-uart functionalityHeiko Stuebner2016-03-011-36/+197
| * phy: Add driver for rockchip Display Port PHYYakir Yang2016-03-013-0/+159
| * phy: add a driver for the Rockchip SoC internal eMMC PHYShawn Lin2016-03-013-0/+237
* | phy: twl4030: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-2/+2
* | phy: dm816x: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-2/+2
|/
* phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren2016-02-101-5/+8
* phy: twl4030-usb: Relase usb phy on unloadTony Lindgren2016-02-101-0/+1
* phy: core: fix wrong err handle for phy_power_onShawn Lin2016-02-101-7/+9
* phy: Restrict phy-hi6220-usb to HiSilicon arm64Geert Uytterhoeven2016-02-031-0/+1
* Merge tag 'phy-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2015-12-2611-234/+1331
|\
| * phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-17/+75
| * phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-1/+1
| * phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYKishon Vijay Abraham I2015-12-211-2/+32
| * phy: ti-pipe3: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-15/+73
| * phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-2/+3
| * phy: ti-pipe3: move mem resource initialization to a separate functionKishon Vijay Abraham I2015-12-211-19/+33
| * phy: ti-pipe3: move sysctrl initialization to a separate functionKishon Vijay Abraham I2015-12-211-33/+45
| * phy: ti-pipe3: move clk initialization to a separate functionKishon Vijay Abraham I2015-12-211-55/+72
| * phy: ti-pipe3: introduce local struct device* in probeKishon Vijay Abraham I2015-12-211-27/+27
| * phy: berlin-usb: don't set device's driver_dataJisheng Zhang2015-12-201-1/+0
| * phy: berlin-usb: remove non-necessary header filesJisheng Zhang2015-12-201-2/+0
| * phy: phy_brcmstb_sata: add support for MIPS-based platformsJaedon Shin2015-12-202-8/+20
| * phy: phy_brcmstb_sata: add data for phy versionJaedon Shin2015-12-201-3/+20
OpenPOWER on IntegriCloud