This patch set adds USB support to ipq806x. There are 3 main code areas which we modify: *target/linux/generic/config-*: add missing option which show-up when enabling USB on this target *target/linux/ipq806x: add patches & update configs accordingly *package/kernel/linux/modules/usb.mk: add 3 packages for dwc3, dwc3-qcom and the corresponding PHYs
Patches only concern 3.18 for now. 4.0 patches will come later as they get updated & posted on LKML. Mathieu Olivari (6): ipq806x: clean-up kernel config file linux: Add missing config options to generic configs ipq806x: enable usb support kernel: add package for dwc3 & dwc3-qcom drivers ipq806x: add platform usb support ipq806x: enable usb3 packages in default profile package/kernel/linux/modules/usb.mk | 53 +++ target/linux/generic/config-3.14 | 5 + target/linux/generic/config-3.18 | 12 + target/linux/generic/config-4.0 | 12 + target/linux/ipq806x/Makefile | 2 +- target/linux/ipq806x/config-3.18 | 2 +- target/linux/ipq806x/config-4.0 | 5 +- ...b-phy-Add-Qualcomm-DWC3-HS-SS-PHY-drivers.patch | 511 +++++++++++++++++++++ ...1-ARM-qcom-add-USB-nodes-to-ipq806x-ap148.patch | 125 +++++ ...qcom-gsbi-Add-support-for-ADM-CRCI-muxing.patch | 258 +++++++++++ .../103-ARM-DT-ipq8064-Add-TCSR-support.patch | 65 +++ .../patches-3.18/700-add-gmac-dts-suport.patch | 21 +- target/linux/ipq806x/profiles/default.mk | 3 +- 13 files changed, 1056 insertions(+), 18 deletions(-) create mode 100644 target/linux/ipq806x/patches-3.18/100-usb-phy-Add-Qualcomm-DWC3-HS-SS-PHY-drivers.patch create mode 100644 target/linux/ipq806x/patches-3.18/101-ARM-qcom-add-USB-nodes-to-ipq806x-ap148.patch create mode 100644 target/linux/ipq806x/patches-3.18/102-soc-qcom-gsbi-Add-support-for-ADM-CRCI-muxing.patch create mode 100644 target/linux/ipq806x/patches-3.18/103-ARM-DT-ipq8064-Add-TCSR-support.patch -- 1.9.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
