MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices.
authorAnoop P A <anoop.pa@gmail.com>
Tue, 25 Jan 2011 17:54:09 +0000 (23:24 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 25 Mar 2011 17:45:14 +0000 (18:45 +0100)
commitec9ac747be8c42a653468295162cbc02d0a8a8a6
tree130e96b2c47f125b2d434edd63308e56e06709b9
parent5027070b3ca2eb90adbf40c2d67f792818ae9077
MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices.

Some of MSP family SoC's come with legacy 100Mbps mspeth while some comes
with newer Gigabit TSMAC.Following patch adds platform support for both
types of MAC's.
If TSMAC is not selected assume platform having legacy mspeth.  Add
gpio_macros as well which is required for resetting the PHY.

[Ralf: Killed all typedefs.]

Signed-off-by: Anoop P A <anoop.pa@gmail.com>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2048/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pmc-sierra/msp71xx/msp_gpio_macros.h [new file with mode: 0644]
arch/mips/pmc-sierra/Kconfig
arch/mips/pmc-sierra/msp71xx/Makefile
arch/mips/pmc-sierra/msp71xx/msp_eth.c [new file with mode: 0644]