[OpenWrt-Devel] Update imx6 kernel

Pushpal Sidhu psidhu at gateworks.com
Mon Dec 21 17:25:10 EST 2015


Hi,

Patch series aims to cleanup the imx6 target by removing dead/unused code (3.18 files), adding 4.3 support, adding 4.3 equivalent patches for currenly submitted imx6 patches to OpenWrt (currently submitted are to the 4.1 kernel), and finally switching to the 4.3 kernel to get upstream benefits. Patch 020-ARM-dts-Gateworks-GW5510-support-i.MX6.patch was accepted in mainline and is not ported forward to 4.3.

These patches were tested against the following hardware:
 * GW54xx
 * GW53xx
 * GW52xx
 * GW51xx
 * GW552x
 * GW551x

Pushpal Sidhu (10):
      imx6: drop lingering files
      imx6: Add 4.3 support
      imx6: ventana: add ecspi3 host controller for GW52xx
      imx6: Add gen2 disable patch
      imx6: add RS485 gpio-based txen support
      imx6: Add pwm nodes
      imx6: imx: thermal: use CPU temperature grade info for thresholds
      imx6: add i2c retries for Ventana /dev/i2c-0
      imx6: fix device-tree mac address assignment for ventana sky2/eth1
      imx6: Move to 4.3 kernel

 target/linux/imx6/Makefile                                                          |    2 +-
 target/linux/imx6/config-4.3                                                        |  410 +++++++++++++++
 target/linux/imx6/files-3.18/drivers/net/phy/gw16083.c                              |  949 -----------------------------------
 target/linux/imx6/files-3.18/drivers/net/phy/gw16083.h                              |  123 -----
 target/linux/imx6/files-4.3/drivers/net/phy/gw16083.c                               | 1046 +++++++++++++++++++++++++++++++++++++++
 target/linux/imx6/files-4.3/drivers/net/phy/gw16083.h                               |  123 +++++
 .../imx6/patches-4.3/035-ARM-dts-imx-ventana-set-GW54xx-PMIC-swbst-regulator-.patch |   28 ++
 .../imx6/patches-4.3/036-ARM-dts-imx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch   |   37 ++
 .../imx6/patches-4.3/037-ARM-dts-imx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch   |   76 +++
 target/linux/imx6/patches-4.3/040-ARM-dts-imx-ventana-add-pwm-nodes.patch           |  276 +++++++++++
 .../linux/imx6/patches-4.3/041-ARM-dts-imx-ventana-add-spi-support-for-gw52xx.patch |   35 ++
 .../imx6/patches-4.3/045-imx-thermal-use-cpu-temperature-grade-info-for-thresholds  |  114 +++++
 target/linux/imx6/patches-4.3/100-bootargs.patch                                    |   13 +
 .../imx6/patches-4.3/202-net-igb-add-i210-i211-support-for-phy-read-write.patch     |  131 +++++
 .../imx6/patches-4.3/203-net-igb-add-phy-read-write-functions-that-accept-phy.patch |  266 ++++++++++
 .../imx6/patches-4.3/204-net-igb-register-mii_bus-for-SerDes-w-external-phy.patch   |  314 ++++++++++++
 .../imx6/patches-4.3/205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch |   31 ++
 .../linux/imx6/patches-4.3/206-ARM-imx-ventana-added-GW16083-to-device-tree.patch   |   64 +++
 .../imx6/patches-4.3/207-i2c-imx-add-retries-for-NAK-s-on-ventana-boards.patch      |   24 +
 target/linux/imx6/patches-4.3/208-sky2-allow-mac-to-come-from-dt.patch              |   30 ++
 target/linux/imx6/patches-4.3/209-ARM-imx-ventana-add-sky2-alias.patch              |   24 +
 target/linux/imx6/patches-4.3/210-disable_gen2.patch                                |   30 ++
 target/linux/imx6/patches-4.3/300-imx-serial-rs485-gpio-txen-support.patch          |  186 +++++++
 target/linux/imx6/patches-4.3/301-imx-ventana-add-rs485-txen-gpio-support.patch     |   60 +++
 24 files changed, 3319 insertions(+), 1073 deletions(-)

- Pushpal
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list