| Submitter | Cousson, Benoit |
|---|---|
| Date | March 14, 2012, 1:36 p.m. |
| Message ID | <4F609EF9.7040602@ti.com> |
| Download | mbox |
| Permalink | /patch/146617/ |
| 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 (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 1405AB6EEC for <incoming-imx@patchwork.ozlabs.org>; Thu, 15 Mar 2012 00:39:58 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S7oO1-0007Qv-Dr; Wed, 14 Mar 2012 13:37:05 +0000 Received: from comal.ext.ti.com ([198.47.26.152]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S7oNx-0007Pn-Un for linux-arm-kernel@lists.infradead.org; Wed, 14 Mar 2012 13:37:02 +0000 Received: from dlep26.itg.ti.com ([157.170.170.121]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id q2EDaxMW030758; Wed, 14 Mar 2012 08:36:59 -0500 Received: from DLEE74.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id q2EDaxYC014043; Wed, 14 Mar 2012 08:36:59 -0500 (CDT) Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Wed, 14 Mar 2012 08:36:59 -0500 Received: from [137.167.125.104] (cnc0919096.emea.dhcp.ti.com [137.167.125.104]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id q2EDavK0024175; Wed, 14 Mar 2012 08:36:58 -0500 Message-ID: <4F609EF9.7040602@ti.com> Date: Wed, 14 Mar 2012 14:36:57 +0100 From: "Cousson, Benoit" <b-cousson@ti.com> Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: <sameo@linux.intel.com> Subject: [GIT PULL] mfd: twl: Fix for irqdomain/next + SPARSE_IRQ + MMC card detect X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.152 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -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: Tero Kristo <t-kristo@ti.com>, "Ujfalusi, Peter" <peter.ujfalusi@ti.com>, tony Lindgren <tony@atomide.com>, linux-omap@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> 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 |
Hi Samuel, Here is a fix + cleanup + SPARSE_IRQ series for TWL4030 and TWL6030. I added the patch from Peter as well. Please note that this series does depend on the irqdomain/next series from Grant. It is based on your current for-next branch + Grant's series merged on top. Regards, Benoit The following changes since commit 81d14f4516578ca71d7f97612cb2b9cd4db0e7dd: Benoit Cousson (1): Merge remote branch 'grant/irqdomain/next' into HEAD are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/twl_irq_gpio_mmc_fix Benoit Cousson (8): mfd: twl6030-irq: Return twl6030_mmc_card_detect IRQ for board setup ARM: OMAP2+: board-omap4-*: Do not use anymore TWL6030_IRQ_BASE in board files mfd: twl-core: Remove references already defined in header file mfd: twl-core: Move IRQ allocation into twl[4030|6030]-irq files mfd: twl4030-irq: Make SIH SPARSE_IRQ capable mfd: twl-*: Replace pr_ macros by the dev_ equivalent and do various cleanups gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support gpio/twl: Add DT support to gpio-twl4030 driver Felipe Balbi (3): mfd: twl-core: don't depend on pdata->irq_base/end mfd: twl-core: remove unneeded header mfd: twl4030-irq: micro-optimization on IRQ handler Peter Ujfalusi (1): mfd: twl-core: Detach twl6040 from the pmic mfd driver .../devicetree/bindings/gpio/gpio-twl4030.txt | 23 +++ arch/arm/mach-omap2/board-4430sdp.c | 13 +- arch/arm/mach-omap2/board-omap4panda.c | 15 +- drivers/gpio/gpio-twl4030.c | 111 +++++++++------ drivers/mfd/twl-core.c | 154 +++++++++----------- drivers/mfd/twl-core.h | 4 +- drivers/mfd/twl4030-irq.c | 83 ++++++----- drivers/mfd/twl6030-irq.c | 71 ++++++---- include/linux/i2c/twl.h | 2 +- 9 files changed, 267 insertions(+), 209 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-twl4030.txt