From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH 7/8] mfd: pm8921: Migrate to irqdomains Date: Wed, 11 Dec 2013 09:53:49 +0000 Message-ID: <20131211095349.GI16780@lee--X1> References: <1386718523-2587-1-git-send-email-sboyd@codeaurora.org> <1386718523-2587-8-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-yh0-f47.google.com ([209.85.213.47]:37353 "EHLO mail-yh0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053Ab3LKJxy (ORCPT ); Wed, 11 Dec 2013 04:53:54 -0500 Received: by mail-yh0-f47.google.com with SMTP id 29so4772910yhl.6 for ; Wed, 11 Dec 2013 01:53:54 -0800 (PST) Content-Disposition: inline In-Reply-To: <1386718523-2587-8-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Samuel Ortiz , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org > Convert this driver to use irqdomains so that the PMIC's child > devices can be converted to devicetree. >=20 > Signed-off-by: Stephen Boyd > --- > drivers/mfd/pm8921-core.c | 186 ++++++++++++++--------------= ---------- > include/linux/mfd/pm8xxx/irq.h | 59 ------------ > include/linux/mfd/pm8xxx/pm8921.h | 30 ------ > 3 files changed, 66 insertions(+), 209 deletions(-) > delete mode 100644 include/linux/mfd/pm8xxx/irq.h > delete mode 100644 include/linux/mfd/pm8xxx/pm8921.h I'd like to review this patch by applying it, which I can't do until patch 5 has been fixed. Please resubmit once it's been rectified. --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Wed, 11 Dec 2013 09:53:49 +0000 Subject: [PATCH 7/8] mfd: pm8921: Migrate to irqdomains In-Reply-To: <1386718523-2587-8-git-send-email-sboyd@codeaurora.org> References: <1386718523-2587-1-git-send-email-sboyd@codeaurora.org> <1386718523-2587-8-git-send-email-sboyd@codeaurora.org> Message-ID: <20131211095349.GI16780@lee--X1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > Convert this driver to use irqdomains so that the PMIC's child > devices can be converted to devicetree. > > Signed-off-by: Stephen Boyd > --- > drivers/mfd/pm8921-core.c | 186 ++++++++++++++------------------------ > include/linux/mfd/pm8xxx/irq.h | 59 ------------ > include/linux/mfd/pm8xxx/pm8921.h | 30 ------ > 3 files changed, 66 insertions(+), 209 deletions(-) > delete mode 100644 include/linux/mfd/pm8xxx/irq.h > delete mode 100644 include/linux/mfd/pm8xxx/pm8921.h I'd like to review this patch by applying it, which I can't do until patch 5 has been fixed. Please resubmit once it's been rectified. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog