From patchwork Wed Mar 6 00:53:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Masney X-Patchwork-Id: 1052086 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=onstation.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=onstation.org header.i=@onstation.org header.b="dPgWgDjq"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44DZzZ0JZxz9sMM for ; Wed, 6 Mar 2019 11:54:50 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727773AbfCFAxx (ORCPT ); Tue, 5 Mar 2019 19:53:53 -0500 Received: from onstation.org ([52.200.56.107]:51254 "EHLO onstation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726297AbfCFAxx (ORCPT ); Tue, 5 Mar 2019 19:53:53 -0500 Received: from localhost.localdomain (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id BC8DF3C9; Wed, 6 Mar 2019 00:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=onstation.org; s=default; t=1551833632; bh=9dgb/JkTXa739KeHoSJt8HaLT0U8tkOhGTPq5budb5c=; h=From:To:Cc:Subject:Date:From; b=dPgWgDjqeqoJxWUj4GCQ1K+Uw8hOkCydFLoNjIdM8XNTPgn9QZDCh+016c/d085v4 c4/QOLdy9ff2bJexzkk25YNO7tRM39E8ncSooI7FF+naAX4Y/AEXppIfyumH1mBmz5 CPqHqSg2QvjtZn2+VEEttqtGVzflUAN6w5BINR4s= From: Brian Masney To: andy.gross@linaro.org Cc: david.brown@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, linux-gpio@vger.kernel.org Subject: [PATCH 0/8] qcom: spmi/ssbi gpio: correct gpio hogging Date: Tue, 5 Mar 2019 19:53:08 -0500 Message-Id: <20190306005316.12232-1-masneyb@onstation.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Here are some patches that fix gpio hogging for all boards that use spmi-gpio and ssbi-gpio. These depend on the following two patches that were merged in 4.20-rc1: commit 149a96047237 ("pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issues") commit 7ed078557738 ("pinctrl: qcom: ssbi-gpio: fix gpio-hog related boot issues") I've already fixed pm8941 for the Nexus 5 and that fix is queued to go into v5.1 during this merge window: https://lore.kernel.org/lkml/20181101001149.13453-7-masneyb@onstation.org/ Andy: You may want to consider submitting these post rc1 as a fix for v5.1 and possibly marking these for stable. Brian Masney (8): ARM: dts: qcom: apq8064: add gpio-ranges ARM: dts: qcom: mdm9615: add gpio-ranges ARM: dts: qcom: msm8660: add gpio-ranges ARM: dts: qcom: pma8084: add gpio-ranges arm64: dts: qcom: pm8005: add gpio-ranges arm64: dts: qcom: pm8998: add gpio-ranges arm64: dts: qcom: pmi8994: add gpio-ranges arm64: dts: qcom: pmi8998: add gpio-ranges arch/arm/boot/dts/qcom-apq8064.dtsi | 1 + arch/arm/boot/dts/qcom-mdm9615.dtsi | 1 + arch/arm/boot/dts/qcom-msm8660.dtsi | 1 + arch/arm/boot/dts/qcom-pma8084.dtsi | 1 + arch/arm64/boot/dts/qcom/pm8005.dtsi | 1 + arch/arm64/boot/dts/qcom/pm8998.dtsi | 1 + arch/arm64/boot/dts/qcom/pmi8994.dtsi | 1 + arch/arm64/boot/dts/qcom/pmi8998.dtsi | 1 + 8 files changed, 8 insertions(+) Reviewed-by: Linus Walleij