[PATCHv2] clk: socfpga: Map the clk manager base address in the clock driver
Arnd Bergmann
arnd at arndb.de
Mon Dec 9 19:26:24 EST 2013
On Tuesday 10 December 2013, dinguyen at altera.com wrote:
> From: Dinh Nguyen <dinguyen at altera.com>
>
> The clk manager's base address was being mapped in SOCFPGA's arch code and
> being extern'ed out to the clock driver. This method is not correct, and the
> arch code was not really doing anything with that clk manager anyways.
>
> This patch moves the mapping of the clk manager's base address in the clock
> driver itself. Cleans up CLK_OF_DECLARE() into a single registration of all
> the clocks.
>
> Suggested-by: Arnd Bergmann <arnd at arndb.de>
> Signed-off-by: Dinh Nguyen <dinguyen at altera.com>
Acked-by: Arnd Bergmann <arnd at arndb.de>
More information about the linux-arm-kernel
mailing list