]> Pileus Git - ~andy/linux/commit
ARM: Orion: Eth: Add clk/clkdev support.
authorAndrew Lunn <andrew@lunn.ch>
Sat, 24 Dec 2011 00:24:24 +0000 (01:24 +0100)
committerMike Turquette <mturquette@linaro.org>
Tue, 8 May 2012 23:33:56 +0000 (16:33 -0700)
commit452503ebc7cc4cce5b9e52cf2f03255365a53234
treeecf09f091b74cad5d40e1d10cbf6df35ad97ef15
parent4574b886698dfad6209102fed6136622b5fe1c21
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>
arch/arm/mach-dove/common.c
arch/arm/mach-kirkwood/common.c
arch/arm/mach-mv78xx0/common.c
arch/arm/mach-orion5x/common.c
arch/arm/plat-orion/common.c
arch/arm/plat-orion/include/plat/common.h
drivers/net/ethernet/marvell/mv643xx_eth.c
include/linux/mv643xx_eth.h