From patchwork Tue Oct 16 16:24:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pawel Moll X-Patchwork-Id: 191827 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 B17C32C0087 for ; Wed, 17 Oct 2012 03:26:56 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TO9wK-0001kg-3G; Tue, 16 Oct 2012 16:24:20 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TO9wG-0001kS-0v for linux-arm-kernel@lists.infradead.org; Tue, 16 Oct 2012 16:24:17 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 16 Oct 2012 17:24:12 +0100 Received: from [10.1.205.146] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 16 Oct 2012 17:24:10 +0100 Message-ID: <1350404650.1242.20.camel@hornet> Subject: [GIT PULL] Versatile Express updates for v3.8 From: Pawel Moll To: arm@kernel.org Date: Tue, 16 Oct 2012 17:24:10 +0100 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-OriginalArrivalTime: 16 Oct 2012 16:24:10.0403 (UTC) FILETIME=[AC25AF30:01CDABBA] X-MC-Unique: 112101617241221801 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 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, Olof, Would you be so kind to pull the updates for Versatile Express? It's the same stuff as discussed last month (I've just added a couple of fixes for bugs reported by Tixy) plus the hwmon driver (the maintainer acked it and chosen to get it merged through the arm-soc tree). Thanks! Paweł The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.linaro.org/people/pawelmoll/linux.git vexpress-v3.7-rc1 for you to fetch changes up to 1a84f27233a708e39e50d023e58b7ba14bf52171: ARM: vexpress: Make the debug UART detection more specific (2012-10-16 17:12:58 +0100) ---------------------------------------------------------------- Pawel Moll (8): hwmon: Versatile Express hwmon driver mfd: Versatile Express config infrastructure mfd: Versatile Express system registers driver ARM: vexpress: Reset driver ARM: vexpress: Add config bus components and clocks to DTs ARM: vexpress: Start using new Versatile Express infrastructure ARM: vexpress: Remove motherboard dependencies in the DTS files ARM: vexpress: Make the debug UART detection more specific .../devicetree/bindings/arm/vexpress-sysreg.txt | 50 ++ Documentation/devicetree/bindings/arm/vexpress.txt | 98 +++- .../devicetree/bindings/hwmon/vexpress.txt | 23 + Documentation/hwmon/vexpress | 34 ++ arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 146 +++++- arch/arm/boot/dts/vexpress-v2m.dtsi | 146 +++++- arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts | 121 ++++- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 186 ++++++- arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 84 ++- arch/arm/boot/dts/vexpress-v2p-ca9.dts | 136 ++++- arch/arm/include/asm/hardware/sp810.h | 6 - arch/arm/include/debug/vexpress.S | 10 +- arch/arm/mach-vexpress/Kconfig | 4 +- arch/arm/mach-vexpress/Makefile | 2 +- arch/arm/mach-vexpress/ct-ca9x4.c | 41 +- arch/arm/mach-vexpress/include/mach/motherboard.h | 81 --- arch/arm/mach-vexpress/platsmp.c | 3 +- arch/arm/mach-vexpress/reset.c | 141 +++++ arch/arm/mach-vexpress/v2m.c | 349 ++++--------- drivers/hwmon/Kconfig | 8 + drivers/hwmon/Makefile | 1 + drivers/hwmon/vexpress.c | 229 ++++++++ drivers/mfd/Kconfig | 6 + drivers/mfd/Makefile | 1 + drivers/mfd/vexpress-config.c | 277 ++++++++++ drivers/mfd/vexpress-sysreg.c | 552 ++++++++++++++++++++ include/linux/vexpress.h | 121 +++++ 27 files changed, 2435 insertions(+), 421 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/vexpress-sysreg.txt create mode 100644 Documentation/devicetree/bindings/hwmon/vexpress.txt create mode 100644 Documentation/hwmon/vexpress create mode 100644 arch/arm/mach-vexpress/reset.c create mode 100644 drivers/hwmon/vexpress.c create mode 100644 drivers/mfd/vexpress-config.c create mode 100644 drivers/mfd/vexpress-sysreg.c create mode 100644 include/linux/vexpress.h