Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752064AbdHASHh (ORCPT ); Tue, 1 Aug 2017 14:07:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41012 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945AbdHASHf (ORCPT ); Tue, 1 Aug 2017 14:07:35 -0400 Date: Tue, 1 Aug 2017 11:07:33 -0700 From: Greg KH To: kgunda@codeaurora.org Cc: sboyd@codeaurora.org, 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 Message-ID: <20170801180733.GB31628@kroah.com> References: <1501225847-27807-1-git-send-email-kgunda@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2620 Lines: 73 On Tue, Aug 01, 2017 at 10:25:55AM +0530, kgunda@codeaurora.org wrote: > 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. Will do, give me some time to catch up on misc drivers like this... thanks, greg k-h