[PATCH V2 6/6] SPEAr: Switch to common clock framework

Arnd Bergmann arnd at arndb.de
Thu Apr 19 15:59:14 EDT 2012


On Thursday 19 April 2012, Viresh Kumar wrote:
> SPEAr SoCs used its own clock framework since now. From now on they will move to
> use common clock framework.
> 
> This patch updates existing SPEAr machine support to adapt for common clock
> framework.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar at st.com>

Acked-by: Arnd Bergmann <arnd at arndb.de>

> ---
>  MAINTAINERS                                     |    4 +-
>  arch/arm/Kconfig                                |    1 +
>  arch/arm/mach-spear3xx/Makefile                 |    2 +-
>  arch/arm/mach-spear3xx/clock.c                  |  892 --------------------
>  arch/arm/mach-spear3xx/include/mach/generic.h   |    4 +-
>  arch/arm/mach-spear3xx/include/mach/misc_regs.h |    2 +
>  arch/arm/mach-spear3xx/include/mach/spear.h     |   13 +
>  arch/arm/mach-spear3xx/spear300.c               |    1 -
>  arch/arm/mach-spear3xx/spear310.c               |    1 -
>  arch/arm/mach-spear3xx/spear320.c               |   12 +-
>  arch/arm/mach-spear3xx/spear3xx.c               |    2 +
>  arch/arm/mach-spear6xx/Makefile                 |    2 +-
>  arch/arm/mach-spear6xx/clock.c                  |  789 ------------------
>  arch/arm/mach-spear6xx/include/mach/misc_regs.h |    2 +
>  arch/arm/mach-spear6xx/spear6xx.c               |    5 +-
>  arch/arm/plat-spear/Makefile                    |    2 +-
>  arch/arm/plat-spear/clock.c                     | 1005 -----------------------
>  arch/arm/plat-spear/include/plat/clock.h        |  249 ------
>  drivers/clk/spear/Makefile                      |    3 +
>  drivers/clk/spear/spear3xx_clock.c              |  612 ++++++++++++++
>  drivers/clk/spear/spear6xx_clock.c              |  342 ++++++++
>  21 files changed, 994 insertions(+), 2951 deletions(-)

Great diffstat!

	Arnd



More information about the linux-arm-kernel mailing list