From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 08 Dec 2017 11:54:18 -0800 Subject: [PATCH] pinctrl: meson-axg: adjust spicc pin naming In-Reply-To: <20171208152909.15632-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 23:29:09 +0800") References: <20171208152909.15632-1-yixun.lan@amlogic.com> Message-ID: <7hvahhknbp.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Yixun Lan writes: > According to datasheet, we should use numbers for the pin naming > instead of letters. The patch here try to fix this to keep > the consistency. > > This patch should not bring any functional change. > > Fixes: 83c566806a68 ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC") > Suggested-by: Kevin Hilman > Signed-off-by: Yixun Lan Acked-by: Kevin Hilman > --- > The issue was raised by Kevin while review the SPI DT part patches, see [1] > [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-December/005641.html > > Note: the 'Fixes' is coming from pinctrl's tree 'for-next' branch Linus, please consider this change for your next branch. I'd like to get the names aligned with the datasheet before we have any users in DT. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] pinctrl: meson-axg: adjust spicc pin naming Date: Fri, 08 Dec 2017 11:54:18 -0800 Message-ID: <7hvahhknbp.fsf@baylibre.com> References: <20171208152909.15632-1-yixun.lan@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171208152909.15632-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 23:29:09 +0800") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Yixun Lan , Linus Walleij Cc: Neil Armstrong , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Carlo Caione , linux-amlogic@lists.infradead.org, Xingyu Chen , Jerome Brunet List-Id: linux-gpio@vger.kernel.org Yixun Lan writes: > According to datasheet, we should use numbers for the pin naming > instead of letters. The patch here try to fix this to keep > the consistency. > > This patch should not bring any functional change. > > Fixes: 83c566806a68 ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC") > Suggested-by: Kevin Hilman > Signed-off-by: Yixun Lan Acked-by: Kevin Hilman > --- > The issue was raised by Kevin while review the SPI DT part patches, see [1] > [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-December/005641.html > > Note: the 'Fixes' is coming from pinctrl's tree 'for-next' branch Linus, please consider this change for your next branch. I'd like to get the names aligned with the datasheet before we have any users in DT. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 08 Dec 2017 11:54:18 -0800 Subject: [PATCH] pinctrl: meson-axg: adjust spicc pin naming In-Reply-To: <20171208152909.15632-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 23:29:09 +0800") References: <20171208152909.15632-1-yixun.lan@amlogic.com> Message-ID: <7hvahhknbp.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Yixun Lan writes: > According to datasheet, we should use numbers for the pin naming > instead of letters. The patch here try to fix this to keep > the consistency. > > This patch should not bring any functional change. > > Fixes: 83c566806a68 ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC") > Suggested-by: Kevin Hilman > Signed-off-by: Yixun Lan Acked-by: Kevin Hilman > --- > The issue was raised by Kevin while review the SPI DT part patches, see [1] > [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-December/005641.html > > Note: the 'Fixes' is coming from pinctrl's tree 'for-next' branch Linus, please consider this change for your next branch. I'd like to get the names aligned with the datasheet before we have any users in DT. Thanks, Kevin