phy: backport generic phy framework from kernel-3.18
authorlyz <lyz@rock-chips.com>
Tue, 9 Dec 2014 12:31:32 +0000 (20:31 +0800)
committerlyz <lyz@rock-chips.com>
Tue, 9 Dec 2014 12:36:43 +0000 (20:36 +0800)
commit23805582e3bbb67ba5b6c3952ac7a9f77b9913ce
tree24d2a8af0eefbc516e63be099a2f045607046e60
parentdd1d4beb1598f3fb71f4b0ef6549fef9e4793449
phy: backport generic phy framework from kernel-3.18
54 files changed:
Documentation/devicetree/bindings/phy/apm-xgene-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/bcm-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/berlin-sata-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/hix5hd2-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/phy-bindings.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/phy-miphy365x.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/phy-stih407-usb.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/qcom-apq8064-sata-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/qcom-dwc3-usb-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/qcom-ipq806x-sata-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/samsung-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/st-spear-miphy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt [new file with mode: 0644]
Documentation/devicetree/bindings/phy/ti-phy.txt [new file with mode: 0644]
drivers/Kconfig
drivers/Makefile
drivers/phy/Kconfig [new file with mode: 0644]
drivers/phy/Makefile [new file with mode: 0644]
drivers/phy/phy-bcm-kona-usb2.c [new file with mode: 0644]
drivers/phy/phy-berlin-sata.c [new file with mode: 0644]
drivers/phy/phy-core.c [new file with mode: 0644]
drivers/phy/phy-exynos-dp-video.c [new file with mode: 0644]
drivers/phy/phy-exynos-mipi-video.c [new file with mode: 0644]
drivers/phy/phy-exynos4210-usb2.c [new file with mode: 0644]
drivers/phy/phy-exynos4x12-usb2.c [new file with mode: 0644]
drivers/phy/phy-exynos5-usbdrd.c [new file with mode: 0644]
drivers/phy/phy-exynos5250-sata.c [new file with mode: 0644]
drivers/phy/phy-exynos5250-usb2.c [new file with mode: 0644]
drivers/phy/phy-hix5hd2-sata.c [new file with mode: 0644]
drivers/phy/phy-miphy365x.c [new file with mode: 0644]
drivers/phy/phy-mvebu-sata.c [new file with mode: 0644]
drivers/phy/phy-omap-control.c [new file with mode: 0644]
drivers/phy/phy-omap-usb2.c [new file with mode: 0644]
drivers/phy/phy-qcom-apq8064-sata.c [new file with mode: 0644]
drivers/phy/phy-qcom-ipq806x-sata.c [new file with mode: 0644]
drivers/phy/phy-rcar-gen2.c [new file with mode: 0644]
drivers/phy/phy-rockchip-usb.c [new file with mode: 0644]
drivers/phy/phy-s5pv210-usb2.c [new file with mode: 0644]
drivers/phy/phy-samsung-usb2.c [new file with mode: 0644]
drivers/phy/phy-samsung-usb2.h [new file with mode: 0644]
drivers/phy/phy-spear1310-miphy.c [new file with mode: 0644]
drivers/phy/phy-spear1340-miphy.c [new file with mode: 0644]
drivers/phy/phy-stih407-usb.c [new file with mode: 0644]
drivers/phy/phy-stih41x-usb.c [new file with mode: 0644]
drivers/phy/phy-sun4i-usb.c [new file with mode: 0644]
drivers/phy/phy-ti-pipe3.c [new file with mode: 0644]
drivers/phy/phy-twl4030-usb.c [new file with mode: 0644]
drivers/phy/phy-xgene.c [new file with mode: 0644]
include/linux/phy/omap_control_phy.h [new file with mode: 0644]
include/linux/phy/omap_usb.h [new file with mode: 0644]
include/linux/phy/phy.h [new file with mode: 0644]