All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] OMAP2+ PRCM: standardize PRCM macros
@ 2010-04-20  7:45 Paul Walmsley
  2010-04-20  7:45 ` [PATCH 1/4] OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes Paul Walmsley
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Walmsley @ 2010-04-20  7:45 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman

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(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-20 23:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-20  7:45 [PATCH 0/4] OMAP2+ PRCM: standardize PRCM macros Paul Walmsley
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

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.