[RFC] sanitizing crazy clock data files

Sascha Hauer s.hauer at pengutronix.de
Fri Apr 15 16:12:32 EDT 2011


On Fri, Apr 15, 2011 at 08:36:54PM +0100, Russell King - ARM Linux wrote:
> 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?

The other regular i.MXs should fit into this fine, they have the same
patterns. mxs is different though, instead of enable bits they have
disable bits and dividers are one based instead of zero. We can probably
extend the patterns to handle some additional flags, but I haven't
looked deeply into it.

> 2. Is it based upon Jeremy's git tree, and is Jeremy's git tree a stable
>    base for this?

It's a very late series from Jeremy, I don't know if it's exactly the
latest. I'll rebase it. Jeremys git tree is here:

git://kernel.ubuntu.com/jk/dt/linux-2.6.git

> 3. Is this sufficiently separated that it can be pulled as-is?

Should be, but it's the result of a long day, so I hesitate to say yes.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the linux-arm-kernel mailing list