public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Walmsley <paul@pwsan.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk
Date: Tue, 16 Sep 2008 08:18:40 -0600	[thread overview]
Message-ID: <20080916141809.13182.31144.stgit@localhost.localdomain> (raw)

Add a new field, prcm_mod, to the OMAP2/3 struct clk.  Major effects
of this change include:

- the removal of the register rewriting code for OMAP2xxx clock framework,

- the resolution of gcc and sparse warnings for the clock code,

- the removal of many __force void __iomem * casts in the clock tree,

- and the reduction of the register address field size in struct clk by two
  bytes per clk.


This series applies on top of the "OMAP2/3 clock: revise DPLL bypass
handling in clock tree" series.  This series is a prerequisite for the
IDLEST handling revision patches, following shortly.

Boot-tested on 3430SDP and 2430SDP.

---

   text    data     bss     dec     hex filename
3457748  160200  106600 3724548  38d504 vmlinux.3430sdp.orig
3457832  159768  106600 3724200  38d3a8 vmlinux.3430sdp

 arch/arm/mach-omap2/clock.c             |  223 +++++-----
 arch/arm/mach-omap2/clock.h             |    3 
 arch/arm/mach-omap2/clock24xx.c         |   58 ---
 arch/arm/mach-omap2/clock24xx.h         |  458 +++++++++++++--------
 arch/arm/mach-omap2/clock34xx.c         |   27 +
 arch/arm/mach-omap2/clock34xx.h         |  672 ++++++++++++++++++++-----------
 arch/arm/mach-omap2/cm.h                |    3 
 arch/arm/plat-omap/common.c             |    1 
 arch/arm/plat-omap/include/mach/clock.h |   26 +
 9 files changed, 874 insertions(+), 597 deletions(-)


             reply	other threads:[~2008-09-16 14:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-16 14:18 Paul Walmsley [this message]
2008-09-16 14:18 ` [PATCH 1/3] OMAP3 clock: split mcbspX_src_fck from mcbspX_fck Paul Walmsley
2008-09-16 14:18 ` [PATCH 2/3] OMAP2/3 clock: shorten some variable names in clock.c for legibility Paul Walmsley
2008-09-16 23:25 ` [PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk Tony Lindgren
2008-09-17  8:28   ` Paul Walmsley

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=20080916141809.13182.31144.stgit@localhost.localdomain \
    --to=paul@pwsan.com \
    --cc=linux-omap@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