linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] omap late clock and system control module cleanup for v3.13 merge window
Date: Wed, 23 Oct 2013 07:36:42 -0700	[thread overview]
Message-ID: <mailman.11.1382539064.1056.linux-arm-kernel@lists.infradead.org> (raw)
In-Reply-To: <pull-1382539003-174282>

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/cm-scm-cleanup-signed

for you to fetch changes up to 54b89756a14aa1043507ce0811b4b6c02c5dddcc:

  Merge tag 'for-v3.13/cm-scm-cleanup-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.13/cm-scm-cleanup (2013-10-20 08:55:19 -0700)

----------------------------------------------------------------

Via Paul Walmsley <paul@pwsan.com>:

Move some of the OMAP2+ CM and System Control Module direct
register accesses into CM- and System Control
Module-specific "drivers" underneath arch/arm/mach-omap2/.  This
is a prerequisite for moving this code out of arch/arm/mach-omap2/ into
drivers/.

Basic test logs are available here:

http://www.pwsan.com/omap/testlogs/cm_scm_cleanup_a_v3.13/20131019101809/

----------------------------------------------------------------
Tero Kristo (5):
      ARM: OMAP2: CM/PM: remove direct register accesses outside CM code
      ARM: OMAP3: clock: add API to enable/disable autoidle for a single clock
      ARM: OMAP3: McBSP: do not access CM register directly
      ARM: OMAP3: CM/control: move CM scratchpad save to CM driver
      ARM: OMAP3: control: add API for setting IVA bootmode

Tony Lindgren (1):
      Merge tag 'for-v3.13/cm-scm-cleanup-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.13/cm-scm-cleanup

 arch/arm/mach-omap2/clkt2xxx_apll.c          |  4 +-
 arch/arm/mach-omap2/clkt2xxx_dpllcore.c      | 11 ++---
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 24 +++-------
 arch/arm/mach-omap2/clock.c                  | 38 ++++++++++++++++
 arch/arm/mach-omap2/clock.h                  |  2 +
 arch/arm/mach-omap2/cm2xxx.c                 | 67 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/cm2xxx.h                 |  8 ++++
 arch/arm/mach-omap2/cm3xxx.c                 | 22 +++++++++
 arch/arm/mach-omap2/cm3xxx.h                 |  1 +
 arch/arm/mach-omap2/control.c                | 54 +++++++---------------
 arch/arm/mach-omap2/control.h                |  1 +
 arch/arm/mach-omap2/mcbsp.c                  | 16 +++----
 arch/arm/mach-omap2/pm24xx.c                 | 24 +---------
 arch/arm/mach-omap2/pm34xx.c                 |  3 +-
 14 files changed, 177 insertions(+), 98 deletions(-)

  reply	other threads:[~2013-10-23 14:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-23 14:36 [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window Tony Lindgren
2013-10-23 14:36 ` Tony Lindgren [this message]
2013-10-23 14:36 ` [GIT PULL 3/4] omap late cpufreq changes " Tony Lindgren
2013-10-23 14:36 ` [GIT PULL 4/4] omap late device tree " Tony Lindgren
     [not found] ` <5267df04.8970e00a.02db.ffffd631SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:40   ` [GIT PULL 2/4] omap late clock and system control module cleanup " Olof Johansson
     [not found] ` <5267df06.8322e00a.08ac.ffffaad3SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:44   ` [GIT PULL 3/4] omap late cpufreq changes " Olof Johansson
     [not found] ` <5267df07.41abe00a.6620.ffffb906SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-28 21:49   ` [GIT PULL 4/4] omap late device tree " Olof Johansson

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=mailman.11.1382539064.1056.linux-arm-kernel@lists.infradead.org \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).