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
Cc: khilman@deeprootsystems.com
Subject: [PATCH 0/4] OMAP2+ PRCM: standardize PRCM macros
Date: Tue, 20 Apr 2010 01:45:44 -0600	[thread overview]
Message-ID: <20100420074204.3015.56304.stgit@localhost.localdomain> (raw)

Hello,

This series standardizes the OMAP2+ PRCM register macro names to end
in _SHIFT for bitshift counts and _MASK for bitmasks.  This is already the
case for many of the macros, but others were unconverted; this series finally
fixes those and their users in mainline.

These patches will cause Kevin some merge pain, which is regrettable,
but there seems to be no good time to do this sort of thing.

This series should not result in any functional change.

Note that at this point, this series has been compile-tested only, not
boot-tested - that will happen shortly.  It's been compile-tested with
n8x0_defconfig, omap3_beagle_defconfig, and omap_4430sdp_defconfig.


- Paul


---

Paul Walmsley (4):
      OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes
      OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes
      OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes
      OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros


 arch/arm/mach-omap2/clkt2xxx_apll.c    |    4 
 arch/arm/mach-omap2/clock2420_data.c   |    4 
 arch/arm/mach-omap2/clockdomain.c      |    4 
 arch/arm/mach-omap2/cm-regbits-24xx.h  |  236 ++++++++++-----------
 arch/arm/mach-omap2/cm-regbits-34xx.h  |  222 ++++++++++----------
 arch/arm/mach-omap2/cm.h               |    5 
 arch/arm/mach-omap2/control.c          |    7 -
 arch/arm/mach-omap2/pm24xx.c           |  126 ++++++-----
 arch/arm/mach-omap2/pm34xx.c           |  202 +++++++++---------
 arch/arm/mach-omap2/powerdomain.c      |   26 +-
 arch/arm/mach-omap2/prcm-common.h      |  146 ++++++-------
 arch/arm/mach-omap2/prcm.c             |    4 
 arch/arm/mach-omap2/prm-regbits-24xx.h |  120 +++++------
 arch/arm/mach-omap2/prm-regbits-34xx.h |  360 ++++++++++++++++----------------
 arch/arm/mach-omap2/prm.h              |   18 +-
 15 files changed, 749 insertions(+), 735 deletions(-)


             reply	other threads:[~2010-04-20  7:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20  7:45 Paul Walmsley [this message]
2010-04-20  7:45 ` [PATCH 1/4] OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes Paul Walmsley
2010-04-20  7:45 ` [PATCH 2/4] OMAP3 PRCM: convert OMAP3 " Paul Walmsley
2010-04-20  7:45 ` [PATCH 3/4] OMAP2+ PRCM: convert remaining " Paul Walmsley
2010-04-20  7:45 ` [PATCH 4/4] OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros Paul Walmsley
2010-04-20 23:29 ` [PATCH 0/4] OMAP2+ PRCM: standardize PRCM macros Kevin Hilman

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=20100420074204.3015.56304.stgit@localhost.localdomain \
    --to=paul@pwsan.com \
    --cc=khilman@deeprootsystems.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