Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751993AbdHAE4A (ORCPT ); Tue, 1 Aug 2017 00:56:00 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:47554 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012AbdHAEz6 (ORCPT ); Tue, 1 Aug 2017 00:55:58 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 01 Aug 2017 10:25:55 +0530 From: kgunda@codeaurora.org To: gregkh@linuxfoundation.org, sboyd@codeaurora.org Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH V2 00/12]: spmi: pmic-arb: Support for HW v5 and other fixes In-Reply-To: <1501225847-27807-1-git-send-email-kgunda@codeaurora.org> References: <1501225847-27807-1-git-send-email-kgunda@codeaurora.org> Message-ID: User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2337 Lines: 67 On 2017-07-28 12:40, Kiran Gunda wrote: > v2: > > * [PATCH V2 04/12] spmi: pmic-arb: optimize qpnpint_irq_set_type > function > Added Stephen's Reviewed-by tag. > > * [PATCH V2 05/12] spmi: pmic-arb: fix memory allocation for > mapping_table > Added Fixes tag and Stephen's Reviewed-by tag. > > * [PATCH V2 02/12] spmi: pmic-arb: rename pa_xx to pmic_arb_xx and > other cleanup > Added Stephen's Reviewed-by tag. > > * [PATCH V2 06/12] spmi: pmic-arb: replace the writel_relaxed with > __raw_writel > Added Fixes tag. > > * [PATCH V2 03/12] spmi: pmic-arb: clean up pmic_arb_find_apid function > Fixed alignement issue and added Stephen's reviewed-by tag. > > Now all the patches in this series are reviewed and acked by Stephen > boyd and are ready > for merge. > > v1: > > * This patch series add the support for pmic arbiter hardware v5 along > with > the few bug fixes and code cleanup. > > * This new series is the combined series of > [PATCH V3 0/5]: spmi: pmic-arb: Fixup patches and > [PATCH V4 0/4]: spmi: pmic-arb: support for V5 HW and bug fixes, > which are > being reviewed by Stephen Boyd. > > * This series depends on the below patch uploaded by Stephen Boyd > https://patchwork.kernel.org/patch/9810723/. > > David Collins (1): > spmi: pmic-arb: add support for HW version 5 > > Fenglin Wu (1): > spmi: pmic-arb: Remove checking opc value not less than 0 > > Kiran Gunda (10): > spmi: pmic-arb: remove the read/write access checks > spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other cleanup > spmi: pmic-arb: clean up pmic_arb_find_apid function > spmi: pmic-arb: optimize qpnpint_irq_set_type function > spmi: pmic-arb: fix memory allocation for mapping_table > spmi: pmic-arb: replace the writel_relaxed with __raw_writel > spmi: pmic-arb: return the value instead of passing by pointer > spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup > capability > spmi: pmic-arb: return __iomem pointer instead of offset > spmi: pmic-arb: fix a possible null pointer dereference > > drivers/spmi/spmi-pmic-arb.c | 825 > +++++++++++++++++++++++++------------------ > 1 file changed, 481 insertions(+), 344 deletions(-) Hi Greg, Could you please pull this patch series in to your tree? All these patches are reviewed and acked by Stephen boyd.