public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will.deacon@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL 9/13] arm-soc updates spanning multiple platforms
Date: Tue, 1 Nov 2011 13:32:26 +0100	[thread overview]
Message-ID: <201111011332.26469.arnd@arndb.de> (raw)
In-Reply-To: <201111010348.13214.arnd@arndb.de>

These are two patch series from Will Deacon that progress towards having a single kernel
across multiple arm soc families. One is for the early debug output code and the other
one is cleaning up the cpu mapping.

	Arnd

The following changes since commit 5116bf33b95b3b6aeae7903443afcf7379425f2e:

  Merge branch 'next/board' into for-next (2011-11-01 00:39:05 +0100)

are available in the git repository at:

  git://git.linaro.org/people/arnd/arm-soc.git ..BRANCH.NOT.VERIFIED..

Arnd Bergmann (1):
      Merge branches 'cross-platform/debug_ll' and 'cross-platform/cpu-mapping' into next/cross-platform

Shawn Guo (1):
      arm/imx: use Kconfig choice for low-level debug UART selection

Will Deacon (7):
      ARM: exynos4: convert logical CPU numbers to physical numbers
      ARM: msm: convert logical CPU numbers to physical numbers
      ARM: shmobile: convert logical CPU numbers to physical numbers
      ARM: ux500: convert logical CPU numbers to physical numbers
      ARM: versatile: convert logical CPU numbers to physical numbers
      ARM: plat-samsung: use Kconfig choice for debug UART selection
      ARM: realview: use Kconfig choice for debug UART selection


 arch/arm/Kconfig                                  |   25 ++++
 arch/arm/Kconfig.debug                            |  117 +++++++++++++++--
 arch/arm/common/gic.c                             |   17 ++-
 arch/arm/include/asm/cputype.h                    |    6 +
 arch/arm/include/asm/exception.h                  |   19 +++
 arch/arm/include/asm/localtimer.h                 |    4 +
 arch/arm/include/asm/smp.h                        |   11 ++
 arch/arm/include/asm/system.h                     |    7 -
 arch/arm/include/asm/topology.h                   |   33 +++++
 arch/arm/kernel/Makefile                          |    1 +
 arch/arm/kernel/irq.c                             |    2 +-
 arch/arm/kernel/smp.c                             |   32 +++++-
 arch/arm/kernel/smp_scu.c                         |    2 +-
 arch/arm/kernel/topology.c                        |  148 +++++++++++++++++++++
 arch/arm/kernel/traps.c                           |    1 +
 arch/arm/mach-exynos4/hotplug.c                   |    2 +-
 arch/arm/mach-exynos4/platsmp.c                   |    2 +-
 arch/arm/mach-msm/hotplug.c                       |    2 +-
 arch/arm/mach-msm/platsmp.c                       |    2 +-
 arch/arm/mach-mxs/include/mach/debug-macro.S      |   12 +--
 arch/arm/mach-pxa/irq.c                           |    2 +
 arch/arm/mach-realview/hotplug.c                  |    2 +-
 arch/arm/mach-realview/include/mach/debug-macro.S |   17 +--
 arch/arm/mach-shmobile/smp-sh73a0.c               |    6 +-
 arch/arm/mach-ux500/hotplug.c                     |    2 +-
 arch/arm/mach-ux500/platsmp.c                     |    2 +-
 arch/arm/mach-vexpress/hotplug.c                  |    2 +-
 arch/arm/mm/fault.c                               |    1 +
 arch/arm/plat-mxc/include/mach/debug-macro.S      |   38 +-----
 arch/arm/plat-samsung/Kconfig                     |    7 +
 arch/arm/plat-versatile/platsmp.c                 |    2 +-
 31 files changed, 434 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/include/asm/exception.h
 create mode 100644 arch/arm/kernel/topology.c


  parent reply	other threads:[~2011-11-02  2:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201111010348.13214.arnd@arndb.de>
2011-11-01  3:01 ` [GIT PULL 1/13] arm-soc bug fixes Arnd Bergmann
2011-11-01  3:13 ` [GIT PULL 2/13] arm-soc cleanups Arnd Bergmann
2011-11-01  3:15 ` [GIT PULL 3/13] arm-soc driver Arnd Bergmann
2011-11-02  2:35   ` Arnd Bergmann
2011-11-01  3:21 ` [GIT PULL 5/13] arm-soc power management updates Arnd Bergmann
2011-11-01  3:24 ` [GIT PULL 4/13] arm-soc timer updates Arnd Bergmann
2011-11-01  3:27 ` [GIT PULL 6/13] arm-soc platform removal Arnd Bergmann
2011-11-01  3:45 ` [GIT PULL 7/13] arm-soc board dsupport Arnd Bergmann
2011-11-01  3:51 ` [GIT PULL 8/13] arm-soc general updates Arnd Bergmann
2011-11-01 12:32 ` Arnd Bergmann [this message]
2011-11-02  2:34   ` [GIT PULL 9/13] arm-soc updates spanning multiple platforms Arnd Bergmann
2011-11-02  1:57 ` [GIT PULL 10/13] arm-soc cleanups, part 2 Arnd Bergmann
2011-11-02  2:03 ` [GIT PULL 11/13] arm-soc device tree conversions Arnd Bergmann
2011-11-02  2:21 ` [GIT PULL 12/12] arm-soc new soc ports Arnd Bergmann

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=201111011332.26469.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will.deacon@arm.com \
    /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