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/8] Fixes for OMAP2/3 SDRC/clock for 2.6.31-rc*
Date: Fri, 24 Jul 2009 20:11:18 -0600	[thread overview]
Message-ID: <20090725021102.29059.94214.stgit@localhost.localdomain> (raw)

This series contains fixes for 2.6.31-rc* for the OMAP2/3 SDRC SDRAM
controller and the OMAP2/3 clock code.

Boot-tested on BeagleBoard rev C2 and N800.  Additional CORE DVFS
testing run on BeagleBoard rev C2.


- Paul

---

size:
   text	   data	    bss	    dec	    hex	filename
3451158	 197824	 104656	3753638	 3946a6	vmlinux.beagle.orig
3452322	 198592	 104656	3755570	 394e32	vmlinux.beagle


Jean Pihet (2):
      OMAP3 SDRC: add support for 2 SDRAM chip selects
      OMAP3: Setup MUX settings for SDRC CKE signals

Paul Walmsley (4):
      OMAP2/3 SDRC: don't set SDRC_POWER.PWDENA on boot
      OMAP2/3 clock: split, rename omap2_wait_clock_ready()
      OMAP2 clock: 2430 I2CHS uses non-standard CM_IDLEST register
      OMAP3 clock: correct module IDLEST bits: SSI; DSS; USBHOST; HSOTGUSB

Rajendra Nayak (2):
      OMAP3 SDRC: Fix freeze when scaling CORE dpll to < 83Mhz
      OMAP3 SDRC: Move the clk stabilization delay to the right place


 arch/arm/mach-omap2/board-2430sdp.c      |    2 
 arch/arm/mach-omap2/board-3430sdp.c      |    2 
 arch/arm/mach-omap2/board-4430sdp.c      |    2 
 arch/arm/mach-omap2/board-apollon.c      |    2 
 arch/arm/mach-omap2/board-generic.c      |    2 
 arch/arm/mach-omap2/board-h4.c           |    2 
 arch/arm/mach-omap2/board-ldp.c          |    2 
 arch/arm/mach-omap2/board-omap3beagle.c  |    7 +
 arch/arm/mach-omap2/board-omap3evm.c     |    2 
 arch/arm/mach-omap2/board-omap3pandora.c |    8 +-
 arch/arm/mach-omap2/board-overo.c        |    8 +-
 arch/arm/mach-omap2/board-rx51.c         |    6 +
 arch/arm/mach-omap2/board-zoom2.c        |    2 
 arch/arm/mach-omap2/clock.c              |  156 +++++++++++++++---------------
 arch/arm/mach-omap2/clock.h              |    6 +
 arch/arm/mach-omap2/clock24xx.c          |   37 +++++++
 arch/arm/mach-omap2/clock24xx.h          |    4 -
 arch/arm/mach-omap2/clock34xx.c          |  155 +++++++++++++++++++++++++++---
 arch/arm/mach-omap2/clock34xx.h          |   85 ++++++++++++++--
 arch/arm/mach-omap2/io.c                 |    5 +
 arch/arm/mach-omap2/mux.c                |    6 +
 arch/arm/mach-omap2/prcm.c               |   43 ++++++++
 arch/arm/mach-omap2/sdrc.c               |   68 +++++++++----
 arch/arm/mach-omap2/sram34xx.S           |  143 +++++++++++++++++++++-------
 arch/arm/plat-omap/include/mach/clock.h  |    2 
 arch/arm/plat-omap/include/mach/io.h     |    3 -
 arch/arm/plat-omap/include/mach/mux.h    |    4 +
 arch/arm/plat-omap/include/mach/prcm.h   |    1 
 arch/arm/plat-omap/include/mach/sdrc.h   |   11 ++
 arch/arm/plat-omap/include/mach/sram.h   |   23 ++--
 arch/arm/plat-omap/sram.c                |   30 +++---
 31 files changed, 623 insertions(+), 206 deletions(-)



             reply	other threads:[~2009-07-25  2:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-25  2:11 Paul Walmsley [this message]
2009-07-25  2:11 ` [PATCH 1/8] OMAP3 SDRC: add support for 2 SDRAM chip selects Paul Walmsley
2009-07-25  2:11 ` [PATCH 2/8] OMAP3: Setup MUX settings for SDRC CKE signals Paul Walmsley
2009-07-25  2:11 ` [PATCH 4/8] OMAP3 SDRC: Fix freeze when scaling CORE dpll to < 83Mhz Paul Walmsley
2009-07-25  2:11 ` [PATCH 3/8] OMAP2/3 SDRC: don't set SDRC_POWER.PWDENA on boot Paul Walmsley
2009-07-25  2:11 ` [PATCH 5/8] OMAP3 SDRC: Move the clk stabilization delay to the right place Paul Walmsley
2009-07-25  2:11 ` [PATCH 6/8] OMAP2/3 clock: split, rename omap2_wait_clock_ready() Paul Walmsley
2009-07-25  2:11 ` [PATCH 7/8] OMAP2 clock: 2430 I2CHS uses non-standard CM_IDLEST register Paul Walmsley
2009-07-25  2:11 ` [PATCH 8/8] OMAP3 clock: correct module IDLEST bits: SSI; DSS; USBHOST; HSOTGUSB 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=20090725021102.29059.94214.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