From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH V2] spmi: pmic-arb: Enforce the ownership check optionally Date: Thu, 24 Aug 2017 20:18:20 +0800 Message-ID: <20170824121818.GE3685@dragon> References: <1503070110-15018-1-git-send-email-kgunda@codeaurora.org> <20170822085541.GB3685@dragon> <20170822203132.GC21656@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170822203132.GC21656@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: Kiran Gunda , gregkh@linuxfoundation.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 List-Id: linux-arm-msm@vger.kernel.org On Tue, Aug 22, 2017 at 01:31:32PM -0700, Stephen Boyd wrote: > Also, I see that on v4.13-rc series the read/write checks are > causing the led driver to fail in a different way: > > spmi spmi-0: error: impermissible write to peripheral sid:0 addr:0xc040 > qcom-spmi-gpio 200f000.spmi:pm8916@0:gpios@c000: write 0x40 failed > leds-gpio soc:leds: Error applying setting, reverse things back > spmi spmi-0: error: impermissible write to peripheral sid:0 addr:0xc041 > qcom-spmi-gpio 200f000.spmi:pm8916@0:gpios@c000: write 0x41 failed > leds-gpio: probe of soc:leds failed with error -1 > > Are you seeing similar behavior? Yes. I forgot to mention that, and leds-gpio failure is gone after applying Kiran's patch below. spmi: pmic-arb: remove the read/write access checks Shawn