From patchwork Wed Sep 28 10:38:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] DEBUG_LL platform updates for 3.2 Date: Wed, 28 Sep 2011 00:38:16 -0000 From: Will Deacon X-Patchwork-Id: 116748 Message-Id: <20110928103815.GA8344@e102144-lin.cambridge.arm.com> To: arnd@arndb.de Cc: shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org Hi Arnd, Please pull these DEBUG_LL platform updates for 3.2. You can find the core updates (actually all resident in arch/arm/Kconfig.debug) in Russell's for-next branch. I think Stephen Boyd was planning to move MSM to the new code as well, but I've not seen any code yet so I guess that can go in later. Thanks! Will The following changes since commit 589593ec8b1790c0d9ea227a3811f819eff4f977: Stephen Boyd (1): ARM: 7097/1: debug: Move DEBUG_ICEDCC into the DEBUG_LL choice are available in the git repository at: git://linux-arm.org/linux-2.6-wd.git for-arnd Shawn Guo (1): arm/imx: use Kconfig choice for low-level debug UART selection Will Deacon (2): ARM: plat-samsung: use Kconfig choice for debug UART selection ARM: realview: use Kconfig choice for debug UART selection arch/arm/Kconfig.debug | 117 ++++++++++++++++++-- arch/arm/mach-mxs/include/mach/debug-macro.S | 12 +-- arch/arm/mach-realview/include/mach/debug-macro.S | 17 +--- arch/arm/plat-mxc/include/mach/debug-macro.S | 38 +------ arch/arm/plat-samsung/Kconfig | 7 ++ 5 files changed, 122 insertions(+), 69 deletions(-)