| Submitter | Arnd Bergmann |
|---|---|
| Date | July 23, 2012, 8:32 p.m. |
| Message ID | <1343075561-17446-14-git-send-email-arnd@arndb.de> |
| Download | mbox |
| Permalink | /patch/182205/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 792E92C00A5 for <incoming-imx@patchwork.ozlabs.org>; Fri, 7 Sep 2012 00:52:20 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9dLU-00030P-Qz; Thu, 06 Sep 2012 14:46:19 +0000 Received: from moutng.kundenserver.de ([212.227.126.186]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StPJQ-0001SB-1H for linux-arm-kernel@lists.infradead.org; Mon, 23 Jul 2012 20:33:20 +0000 Received: from klappe2.lan (HSI-KBW-149-172-5-253.hsi13.kabel-badenwuerttemberg.de [149.172.5.253]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0MUo84-1TKvVM1vuG-00YCTo; Mon, 23 Jul 2012 22:32:48 +0200 From: Arnd Bergmann <arnd@arndb.de> To: Linus Torvalds <torvalds@linux-foundation.org> Subject: [GIT PULL 13/15] arm-soc: pincontrol drivers Date: Mon, 23 Jul 2012 22:32:39 +0200 Message-Id: <1343075561-17446-14-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1343075561-17446-1-git-send-email-arnd@arndb.de> References: <1343075561-17446-1-git-send-email-arnd@arndb.de> X-Provags-ID: V02:K0:dDaDHMAOotZwTvpfqexe1k4w3Z5LJTeGt9RYBBfX7DT sLpUc0z5DJI7Uw7h0pZjJeKGpEj6kECBcr/OoQOrR4b6TQ0mfS XVBJ3uxWU+PYj54BzXS8/cXuCXLpHYNNT7O9uZ9PypfgLgde6D pxijilOVKLH7IYcMaihuw+bfNn4A9aGkGmsK0nJiTCB/bI9LLK qeAWBOX5b+cjcff8sv9kHPhxfPnUpKt8EPRJK66fzFuzcwCYXE +5NT7sV+99eMdCE/P5nAyK//nCpDz6wYJRfwjcIl8BzGpU+PoR 0OIWj4GazXXyVGsQC2oG76xPhBleRPWSuiQt2fH4QVofd1moAu Ef3hmR0neyOJdEFYm2cUUeNwXj/gauTngbqXHe3a+ X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Thu, 06 Sep 2012 10:43:42 -0400 Cc: arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 |
The following changes since commit ca24a145573124732152daff105ba68cc9a2b545: Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm (2012-07-01 11:02:25 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git next/pinctrl for you to fetch changes up to 8ee41a62a3800b8450985d2970fd985421ad7043: Merge branch 'prima2/pinctrl' into next/pinctrl (2012-07-04 16:54:54 +0200) ---------------------------------------------------------------- arm-soc: pincontrol drivers We are converting platforms to use the pinctrl framework over time, rather than using platform specific code for the same effect. This adds the respective driver for the prima2 platform. ---------------------------------------------------------------- Arnd Bergmann (4): Merge branch 'prima2/drivers' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel into next/pinctrl ARM: prima2: enable gpiolib unconditionally Merge branch 'prima2/pinctrl' into next/pinctrl Merge branch 'next/pinctrl' into for-next Barry Song (1): PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaII arch/arm/Kconfig | 1 + arch/arm/mach-prima2/include/mach/gpio.h | 13 + arch/arm/mach-prima2/include/mach/irqs.h | 2 +- drivers/pinctrl/pinctrl-sirf.c | 489 +++++++++++++++++++++++++++++- 4 files changed, 503 insertions(+), 2 deletions(-)