From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v4 2/8] mfd: pm8921: Update for genirq changes Date: Thu, 27 Feb 2014 08:34:08 +0000 Message-ID: <20140227083408.GV9195@lee--X1> References: <1393441166-32692-1-git-send-email-sboyd@codeaurora.org> <1393441166-32692-3-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-wg0-f47.google.com ([74.125.82.47]:46757 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbaB0IeN (ORCPT ); Thu, 27 Feb 2014 03:34:13 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so2569269wgh.6 for ; Thu, 27 Feb 2014 00:34:12 -0800 (PST) Content-Disposition: inline In-Reply-To: <1393441166-32692-3-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 > Since this code has been marked broken for some time a few genirq > tree wide changes weren't made. set_irq_wake() was renamed to > irq_set_irq_wake() in commit a0cd9ca2b (genirq: Namespace > cleanup, 2011-02-10) and commit 10a8c383 (irq: introduce entry > and exit functions for chained handlers) introduced the chained > irq functions but this driver wasn't updated to use them. Fix > these problems and remove the BROKEN marking on this driver. >=20 > Acked-by: Lee Jones > Signed-off-by: Stephen Boyd > --- > drivers/mfd/Kconfig | 1 - > drivers/mfd/pm8921-core.c | 7 +++++-- > 2 files changed, 5 insertions(+), 3 deletions(-) Applied, thanks. --=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: Thu, 27 Feb 2014 08:34:08 +0000 Subject: [PATCH v4 2/8] mfd: pm8921: Update for genirq changes In-Reply-To: <1393441166-32692-3-git-send-email-sboyd@codeaurora.org> References: <1393441166-32692-1-git-send-email-sboyd@codeaurora.org> <1393441166-32692-3-git-send-email-sboyd@codeaurora.org> Message-ID: <20140227083408.GV9195@lee--X1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > Since this code has been marked broken for some time a few genirq > tree wide changes weren't made. set_irq_wake() was renamed to > irq_set_irq_wake() in commit a0cd9ca2b (genirq: Namespace > cleanup, 2011-02-10) and commit 10a8c383 (irq: introduce entry > and exit functions for chained handlers) introduced the chained > irq functions but this driver wasn't updated to use them. Fix > these problems and remove the BROKEN marking on this driver. > > Acked-by: Lee Jones > Signed-off-by: Stephen Boyd > --- > drivers/mfd/Kconfig | 1 - > drivers/mfd/pm8921-core.c | 7 +++++-- > 2 files changed, 5 insertions(+), 3 deletions(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog