From patchwork Tue Jun 21 09:39:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 101266 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C99F8B6F75 for ; Tue, 21 Jun 2011 19:40:01 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QYxR4-0002D8-Mu; Tue, 21 Jun 2011 09:39:54 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QYxR4-0000vZ-Bt; Tue, 21 Jun 2011 09:39:54 +0000 Received: from mail-qw0-f49.google.com ([209.85.216.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QYxQw-0000v2-QS for linux-arm-kernel@lists.infradead.org; Tue, 21 Jun 2011 09:39:51 +0000 Received: by qwi2 with SMTP id 2so2319659qwi.36 for ; Tue, 21 Jun 2011 02:39:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.75.73 with SMTP id x9mr4970684qaj.244.1308649184498; Tue, 21 Jun 2011 02:39:44 -0700 (PDT) Received: by 10.224.89.7 with HTTP; Tue, 21 Jun 2011 02:39:44 -0700 (PDT) Date: Tue, 21 Jun 2011 11:39:44 +0200 Message-ID: Subject: [GIT PULL] U300 and Ux500 patches for the arm-soc tree From: Linus Walleij To: ArndBergmann X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110621_053946_996267_B7F8E22D X-CRM114-Status: GOOD ( 13.30 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.49 listed in list.dnswl.org] Cc: Thomas Gleixner , linaro-dev@lists.linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, These are a number of trivial-and-simple patches that have been reviewed on the LAKML mailing list. They are independent patches that are mostly self-descriptive. The clock added for TWD play with a patch that will be merged out-of-order with this one, that makes the timer core reschedule events on the localtimer when the CPU changes frequency. Marc Zyngier is carrying that patch as part of the localtimer consolidation attempt. There might be more coming, but this is good to pull in as a base for the soc tree. The following changes since commit 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f: Linux 3.0-rc4 (2011-06-20 20:25:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git for-arnd Linus Walleij (8): mach-ux500: add HREFv60 Kconfig option mach-ux500: fix HREFv60 regression mach-ux500: correct MMC/SDI parameters mach-ux500: activate USB in the U8500 defconfig mach-ux500: complete regulator constraints for MOP500 board mach-ux500: register a clock for the SMP TWD mach-u300: cleanup clockevent code mach-u300: set apropriate FIFO trigger levels Mattias Wallin (1): mach-ux500: iomap PRCMU TCDM memory arch/arm/configs/u8500_defconfig | 6 +++- arch/arm/mach-u300/spi.c | 4 +- arch/arm/mach-u300/timer.c | 33 ++++++----------- arch/arm/mach-ux500/Kconfig | 8 ++++- arch/arm/mach-ux500/board-mop500-regulators.c | 9 ++++- arch/arm/mach-ux500/board-mop500-sdi.c | 42 +++++++++++++++------ arch/arm/mach-ux500/board-mop500.c | 3 ++ arch/arm/mach-ux500/clock.c | 48 +++++++++++++++++++++++++ arch/arm/mach-ux500/cpu-db5500.c | 1 + 9 files changed, 116 insertions(+), 38 deletions(-)