Add support for 4.4 LTS kernel for imx6. Notable changes are: * Dropped 045-imx-thermal-use-cpu-temperature-grade-info-for-thresholds as it's now in the 4.4 kernel. * Added 042-ARM-dts-imx-ventana-fix-PWM-pinmux-for-Ventana-boards.patch as it's accepted upstream, but not in the 4.4 kernel. * Changed name of patch from 037-ARM-dts-imx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch to 037-ARM-dts-imx-ventana-Allow-HDMI-and-LVDS-to-work-simultaneously.patch to match upstream * Added Micrel PHY (pending commit in patchwork) in kernel config. This PHY is used by many IMX targets anyways. * Added PWM Support in kernel config (pending commit in patchwork)
Pushpal Sidhu (2): imx6: add 4.4 support imx6: move to 4.4 kernel target/linux/imx6/Makefile | 2 +- target/linux/imx6/config-4.4 | 405 +++++++++++++++ target/linux/imx6/files-4.4/drivers/net/phy/gw16083.c | 1046 +++++++++++++++++++++++++++++++++++++++ target/linux/imx6/files-4.4/drivers/net/phy/gw16083.h | 123 +++++ .../imx6/patches-4.4/035-ARM-dts-imx-ventana-set-GW54xx-PMIC-swbst-regulator-.patch | 26 + .../imx6/patches-4.4/036-ARM-dts-imx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch | 33 ++ .../037-ARM-dts-imx-ventana-Allow-HDMI-and-LVDS-to-work-simultaneously.patch | 70 +++ target/linux/imx6/patches-4.4/040-ARM-dts-imx-ventana-add-pwm-nodes.patch | 264 ++++++++++ .../linux/imx6/patches-4.4/041-ARM-dts-imx-ventana-add-spi-support-for-gw52xx.patch | 33 ++ .../patches-4.4/042-ARM-dts-imx-ventana-fix-PWM-pinmux-for-Ventana-boards.patch | 61 +++ target/linux/imx6/patches-4.4/100-bootargs.patch | 11 + .../imx6/patches-4.4/202-net-igb-add-i210-i211-support-for-phy-read-write.patch | 129 +++++ .../imx6/patches-4.4/203-net-igb-add-phy-read-write-functions-that-accept-phy.patch | 260 ++++++++++ .../imx6/patches-4.4/204-net-igb-register-mii_bus-for-SerDes-w-external-phy.patch | 308 ++++++++++++ .../imx6/patches-4.4/205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch | 27 + .../linux/imx6/patches-4.4/206-ARM-imx-ventana-added-GW16083-to-device-tree.patch | 56 +++ .../imx6/patches-4.4/207-i2c-imx-add-retries-for-NAK-s-on-ventana-boards.patch | 22 + target/linux/imx6/patches-4.4/208-sky2-allow-mac-to-come-from-dt.patch | 28 ++ target/linux/imx6/patches-4.4/209-ARM-imx-ventana-add-sky2-alias.patch | 20 + 19 files changed, 2923 insertions(+), 1 deletion(-) - Pushpal _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel