All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 6/6] SPEAr: Switch to common clock framework
Date: Thu, 19 Apr 2012 19:59:14 +0000	[thread overview]
Message-ID: <201204191959.15182.arnd@arndb.de> (raw)
In-Reply-To: <ddade82f0666c3186b8a694aa2b79acd3f7e5d50.1334852395.git.viresh.kumar@st.com>

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@st.com>

Acked-by: Arnd Bergmann <arnd@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

  parent reply	other threads:[~2012-04-19 19:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-19 16:28 [PATCH V2 0/6] SPEAr: Move to common clock framework Viresh Kumar
2012-04-19 16:28 ` [PATCH V2 1/6] SPEAr: clk: Add VCO-PLL Synthesizer clock Viresh Kumar
2012-04-23 19:15   ` Turquette, Mike
2012-04-23 19:31   ` Turquette, Mike
2012-04-24  3:40     ` Viresh Kumar
2012-04-19 16:28 ` [PATCH V2 2/6] SPEAr: clk: Add Auxiliary " Viresh Kumar
2012-04-23 12:33   ` viresh kumar
2012-04-19 16:28 ` [PATCH V2 3/6] SPEAr: clk: Add Fractional " Viresh Kumar
2012-04-19 16:28 ` [PATCH V2 4/6] SPEAr: clk: Add General Purpose Timer " Viresh Kumar
2012-04-19 16:28 ` [PATCH V2 5/6] SPEAr: Call clk_prepare() before calling clk_enable Viresh Kumar
     [not found] ` <ddade82f0666c3186b8a694aa2b79acd3f7e5d50.1334852395.git.viresh.kumar@st.com>
2012-04-19 19:59   ` Arnd Bergmann [this message]
2012-04-20  3:28     ` [PATCH V2 6/6] SPEAr: Switch to common clock framework Viresh Kumar
2012-04-20 16:02       ` Arnd Bergmann
2012-04-20 16:57         ` viresh kumar
2012-04-23 20:56   ` Turquette, Mike
     [not found]   ` <CAJOA=zOvyJ9pqEqnhmU1CqHy1uPUOyC=c7VtKjkjK91cbHkGHw@mail.gmail.com>
2012-04-24  4:09     ` Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201204191959.15182.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.