[PATCH 0/2] Common struct clk implementation, v10

Ben Dooks ben-linux at fluff.org
Thu Jan 6 20:33:32 EST 2011


On 05/01/11 03:51, Jeremy Kerr wrote:
> Hi all,
> 
> These patches are an attempt to allow platforms to share clock code. At
> present, the definitions of 'struct clk' are local to platform code,
> which makes allocating and initialising cross-platform clock sources
> difficult, and makes it impossible to compile a single image containing
> support for two ARM platforms with different struct clks.

no, it doesn't actually. you could do run-time link and select
the right arch support.



More information about the linux-arm-kernel mailing list