[ARM] pxa: allow clk aliases
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 30 Jun 2008 18:47:59 +0000 (19:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 9 Jul 2008 19:54:14 +0000 (20:54 +0100)
commitbdb08cb2d3491d441dd403dfb88d90ba90fb7232
tree390117716c0f4f30a50636a5a0ef1e828e48d1fa
parent5e329d1c7f5fe6adfee99c783fa98bda7dae8ac5
[ARM] pxa: allow clk aliases

We need to support more than one name+device for a struct clk for a
small number of peripherals.  We do this by re-using struct clk alias
to another struct clk - IOW, if we find that the entry we're using is
an alias, we return the aliased entry not the one we found.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/clock.c
arch/arm/mach-pxa/clock.h
arch/arm/mach-pxa/pxa25x.c