Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751304AbdH1OIb (ORCPT ); Mon, 28 Aug 2017 10:08:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:46870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbdH1OI3 (ORCPT ); Mon, 28 Aug 2017 10:08:29 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 080D721A2F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Mon, 28 Aug 2017 22:08:01 +0800 From: Shawn Guo To: Greg KH Cc: Kiran Gunda , sboyd@codeaurora.org, Rob Herring , Mark Rutland , Abhijeet Dharmapurikar , David Collins , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH V2] spmi: pmic-arb: Enforce the ownership check optionally Message-ID: <20170828140759.GC3525@dragon> References: <1503070110-15018-1-git-send-email-kgunda@codeaurora.org> <20170828115328.GA26757@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828115328.GA26757@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 31 On Mon, Aug 28, 2017 at 01:53:28PM +0200, Greg KH wrote: > On Fri, Aug 18, 2017 at 08:58:29PM +0530, Kiran Gunda wrote: > > The peripheral ownership check is not necessary on single master > > platforms. Hence, enforce the peripheral ownership check optionally. > > > > Signed-off-by: Kiran Gunda > > Tested-by: Shawn Guo > > --- > > v2: > > Fixed the commit message. > > Added Shawn's 'Tested-by' tag. > > > > v1: > > This patch depends on the below patch series. Please take this patch > > along with this series. > > > > [PATCH V2 00/12]: spmi: pmic-arb: Support for HW v5 and other fixes > > > > Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt | 6 ++++++ > > drivers/spmi/spmi-pmic-arb.c | 7 ++++++- > > 2 files changed, 12 insertions(+), 1 deletion(-) > > This doesn't apply on top of the other spmi patches I just added to my > tree. Did I mess something up here? Sorry, Greg. We should have told you that this patch is obsolete and replaced by the one below, which you just applied to char-misc-testing. spmi: pmic-arb: Move the ownership check to irq_chip callback Shawn