linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/02] SH-Mobile ARM clock framework V2
Date: Wed, 12 May 2010 14:21:14 +0000	[thread overview]
Message-ID: <20100512142114.28459.16246.sendpatchset@t400s> (raw)

SH-Mobile ARM clock framework V2

[PATCH 01/02] ARM: mach-shmobile: Use shared clock framework
[PATCH 02/02] ARM: mach-shmobile: sh7372 clock framework support V2

These patches add SH-Mobile ARM clock framework support for sh7372
using the clock framework in drivers/sh that is shared with SH.

sh7377 and sh7367 clock framework tables will be posted in the not
so distant future.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Applies to the genesis-2.6 git tree + UIO. Also needs the
 shared clock framework code from SH in place.

 arch/arm/mach-shmobile/Kconfig               |    4 
 arch/arm/mach-shmobile/Makefile              |    4 
 arch/arm/mach-shmobile/board-ap4evb.c        |   16 -
 arch/arm/mach-shmobile/clock-sh7367.c        |   36 --
 arch/arm/mach-shmobile/clock-sh7372.c        |  387 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/clock.c               |   44 ++
 arch/arm/mach-shmobile/include/mach/common.h |    3 
 arch/arm/mach-shmobile/setup-sh7372.c        |    8 
 drivers/sh/Makefile                          |    2 
 9 files changed, 456 insertions(+), 48 deletions(-)

                 reply	other threads:[~2010-05-12 14:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100512142114.28459.16246.sendpatchset@t400s \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).