imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Aug 2014 20:35:10 +0000 (20:35 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Aug 2014 20:35:10 +0000 (20:35 +0000)
commit162d44d5882c0b9ab1279bc6f013c82d6ffd8bc8
treea64f715cba41287389630147006415e6c2a25bdb
parentd4342694314cfed75d6996bf7f0324317083cacb
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