imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support
authorLuka Perkov <luka@openwrt.org>
Mon, 11 Aug 2014 20:35:10 +0000 (20:35 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 11 Aug 2014 20:35:10 +0000 (20:35 +0000)
commit6b2145fca6698555c8f1e5c5373a440f2088e7a3
treea64f715cba41287389630147006415e6c2a25bdb
parent7d82dc4a822da3d708c566444de19f81c0b0137f
imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support

The GW16083 Ethernet Expansion Mezzanine adds the following to supported
Gateworks baseboards:
 * 7-port Ethernet Switch
  * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module)
  * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected)

This series adds support for a phy driver that adds support for ENET5/ENET6
PHY adding initialization for those PHY's and a polling mechanism that detects
SFP insertion and configuration.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42147 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/linux/modules/netdevices.mk
target/linux/generic/config-3.14
target/linux/imx6/files-3.14/drivers/net/phy/gw16083.c [new file with mode: 0644]
target/linux/imx6/files-3.14/drivers/net/phy/gw16083.h [new file with mode: 0644]
target/linux/imx6/patches-3.14/202-net-igb-add-i210-i211-support-for-phy-read-write.patch [new file with mode: 0644]
target/linux/imx6/patches-3.14/203-net-igb-add-phy-read-write-functions-that-accept-phy.patch [new file with mode: 0644]
target/linux/imx6/patches-3.14/204-net-igb-register-mii_bus-for-SerDes-w-external-phy.patch [new file with mode: 0644]
target/linux/imx6/patches-3.14/205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch [new file with mode: 0644]
target/linux/imx6/patches-3.14/206-ARM-imx-ventana-added-GW16083-to-device-tree.patch [new file with mode: 0644]
target/linux/imx6/profiles/120-gateworks.mk