public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/10] OMAP PRCM, clock: some cleanup patches for 2.6.35
@ 2010-04-26  7:04 Paul Walmsley
  2010-04-26  7:04 ` [PATCH 01/10] OMAP1 clock: fix section mismatch on clk_init Paul Walmsley
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Paul Walmsley @ 2010-04-26  7:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

these patches undertake some cleanup on the OMAP2/3 PRCM macros and the
OMAP clock code.  Nothing too earthshattering in this series -


- Paul

---

size:
   text    data     bss     dec     hex filename
3665327  200160  103840 3969327  3c912f vmlinux.omap3beagle.orig
3663919  200576  103392 3967887  3c8b8f vmlinux.omap3beagle.patched

Felipe Balbi (1):
      OMAP1 clock: fix section mismatch on clk_init

Paul Walmsley (9):
      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
      OMAP2+ clock: remove DEFAULT_RATE clksel_rate flag
      OMAP2+ clock: clean up clkt_clksel.c
      OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match reality
      OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx
      OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c


 arch/arm/mach-omap1/clock.c             |    2 
 arch/arm/mach-omap1/clock.h             |    2 
 arch/arm/mach-omap2/clkt2xxx_apll.c     |    4 
 arch/arm/mach-omap2/clkt_clksel.c       |  472 +++++++++++++++++++------------
 arch/arm/mach-omap2/clock.c             |    9 +
 arch/arm/mach-omap2/clock.h             |   11 -
 arch/arm/mach-omap2/clock2420_data.c    |   50 ++-
 arch/arm/mach-omap2/clock2430_data.c    |   54 ++--
 arch/arm/mach-omap2/clock3xxx_data.c    |  406 ++++++++++-----------------
 arch/arm/mach-omap2/clock_common_data.c |   12 -
 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 +
 arch/arm/plat-omap/clock.c              |   28 +-
 arch/arm/plat-omap/include/plat/clock.h |   14 -
 25 files changed, 1288 insertions(+), 1252 deletions(-)

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

end of thread, other threads:[~2010-04-26 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-26  7:04 [PATCH 00/10] OMAP PRCM, clock: some cleanup patches for 2.6.35 Paul Walmsley
2010-04-26  7:04 ` [PATCH 01/10] OMAP1 clock: fix section mismatch on clk_init Paul Walmsley
2010-04-26 18:11   ` Tony Lindgren
2010-04-26  7:04 ` [PATCH 02/10] OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes Paul Walmsley
2010-04-26  7:04 ` [PATCH 03/10] OMAP3 PRCM: convert OMAP3 " Paul Walmsley
2010-04-26  7:04 ` [PATCH 04/10] OMAP2+ PRCM: convert remaining " Paul Walmsley
2010-04-26  7:04 ` [PATCH 05/10] OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros Paul Walmsley
2010-04-26  7:04 ` [PATCH 06/10] OMAP2+ clock: remove DEFAULT_RATE clksel_rate flag Paul Walmsley
2010-04-26  7:04 ` [PATCH 07/10] OMAP2+ clock: clean up clkt_clksel.c Paul Walmsley
2010-04-26  7:04 ` [PATCH 08/10] OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match reality Paul Walmsley
2010-04-26  7:04 ` [PATCH 09/10] OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx Paul Walmsley
2010-04-26  7:04 ` [PATCH 10/10] OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox