[RFC] sanitizing crazy clock data files

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Apr 15 15:36:54 EDT 2011


On Fri, Apr 15, 2011 at 09:08:05PM +0200, Sascha Hauer wrote:
> The following tries to solve the chicken-egg problem we have with the
> common struct clk support and its users.

Thanks for doing this.  This really shows exactly what I wanted to know.

>  drivers/clk/Kconfig                     |    6 +
>  drivers/clk/Makefile                    |    2 +
>  drivers/clk/clk-divider.c               |  132 +++
>  drivers/clk/clk-mux.c                   |   92 ++
>  drivers/clk/clk.c                       |  104 ++
>  include/linux/clk.h                     |   68 ++
>  16 files changed, 1395 insertions(+), 1831 deletions(-)

If we can have more people using the generic mux and divider stuff,
that should cut many more hundreds of LOC from arch/arm.

This is exactly the kind of stuff we need to be seeing.

1. How does this fit in with the other MX stuff?
2. Is it based upon Jeremy's git tree, and is Jeremy's git tree a stable
   base for this?
3. Is this sufficiently separated that it can be pulled as-is?



More information about the linux-arm-kernel mailing list