ARM: Orion: Eth: Add clk/clkdev support.
The t_clk is moved from the shared part of the ethernet driver into the per port section. Each port can have its own gated clock, which it needs to enable/disable, as oppossed to there being one clock shared by all ports. In practice, only kirkwood supports this at the moment. Signed-off-by:Andrew Lunn <andrew@lunn.ch> Tested-by:
Jamie Lentin <jm@lentin.co.uk> Signed-off-by:
Mike Turquette <mturquette@linaro.org>
Showing
- arch/arm/mach-dove/common.c 1 addition, 2 deletionsarch/arm/mach-dove/common.c
- arch/arm/mach-kirkwood/common.c 7 additions, 5 deletionsarch/arm/mach-kirkwood/common.c
- arch/arm/mach-mv78xx0/common.c 4 additions, 4 deletionsarch/arm/mach-mv78xx0/common.c
- arch/arm/mach-orion5x/common.c 1 addition, 1 deletionarch/arm/mach-orion5x/common.c
- arch/arm/plat-orion/common.c 12 additions, 14 deletionsarch/arm/plat-orion/common.c
- arch/arm/plat-orion/include/plat/common.h 5 additions, 8 deletionsarch/arm/plat-orion/include/plat/common.h
- drivers/net/ethernet/marvell/mv643xx_eth.c 31 additions, 11 deletionsdrivers/net/ethernet/marvell/mv643xx_eth.c
- include/linux/mv643xx_eth.h 0 additions, 1 deletioninclude/linux/mv643xx_eth.h
Please register or sign in to comment