X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fipq40xx%2Fpatches-4.14%2F076-phy-qcom-ipq4019-usb-add-driver-for-QCOM-IPQ4019.patch;h=f93c80f52ef3e21432b1ca718185ecd92d678948;hb=18e942b6c4e51a5a717a121697a63f3f98d93b19;hp=4cab66b67734b1b1e0e19d798ee0b65fad2236bf;hpb=95672e04335ea0d7d8f468cec8f63d593cc6ede6;p=oweals%2Fopenwrt.git diff --git a/target/linux/ipq40xx/patches-4.14/076-phy-qcom-ipq4019-usb-add-driver-for-QCOM-IPQ4019.patch b/target/linux/ipq40xx/patches-4.14/076-phy-qcom-ipq4019-usb-add-driver-for-QCOM-IPQ4019.patch index 4cab66b677..f93c80f52e 100644 --- a/target/linux/ipq40xx/patches-4.14/076-phy-qcom-ipq4019-usb-add-driver-for-QCOM-IPQ4019.patch +++ b/target/linux/ipq40xx/patches-4.14/076-phy-qcom-ipq4019-usb-add-driver-for-QCOM-IPQ4019.patch @@ -15,10 +15,8 @@ Signed-off-by: John Crispin 3 files changed, 196 insertions(+) create mode 100644 drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c -Index: linux-4.14.54/drivers/phy/qualcomm/Kconfig -=================================================================== ---- linux-4.14.54.orig/drivers/phy/qualcomm/Kconfig -+++ linux-4.14.54/drivers/phy/qualcomm/Kconfig +--- a/drivers/phy/qualcomm/Kconfig ++++ b/drivers/phy/qualcomm/Kconfig @@ -8,6 +8,13 @@ config PHY_QCOM_APQ8064_SATA depends on OF select GENERIC_PHY @@ -33,10 +31,8 @@ Index: linux-4.14.54/drivers/phy/qualcomm/Kconfig config PHY_QCOM_IPQ806X_SATA tristate "Qualcomm IPQ806x SATA SerDes/PHY driver" depends on ARCH_QCOM -Index: linux-4.14.54/drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c -=================================================================== --- /dev/null -+++ linux-4.14.54/drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c ++++ b/drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c @@ -0,0 +1,188 @@ +/* + * Copyright (C) 2018 John Crispin @@ -226,10 +222,8 @@ Index: linux-4.14.54/drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c +MODULE_DESCRIPTION("QCOM/IPQ4019 USB phy driver"); +MODULE_AUTHOR("John Crispin "); +MODULE_LICENSE("GPL v2"); -Index: linux-4.14.54/drivers/phy/qualcomm/Makefile -=================================================================== ---- linux-4.14.54.orig/drivers/phy/qualcomm/Makefile -+++ linux-4.14.54/drivers/phy/qualcomm/Makefile +--- a/drivers/phy/qualcomm/Makefile ++++ b/drivers/phy/qualcomm/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o