Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752420AbdFHNxv (ORCPT ); Thu, 8 Jun 2017 09:53:51 -0400 Received: from mail-wr0-f171.google.com ([209.85.128.171]:35342 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298AbdFHNxt (ORCPT ); Thu, 8 Jun 2017 09:53:49 -0400 Message-ID: <1496930016.3552.45.camel@baylibre.com> Subject: Re: [PATCH] pinctrl: meson-gxl: add tsin_a pins From: Jerome Brunet To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Linus Walleij , Kevin Hilman , Carlo Caione , linux-gpio@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 08 Jun 2017 15:53:36 +0200 In-Reply-To: References: <20170608130948.16426-1-jbrunet@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-2.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 30 On Thu, 2017-06-08 at 15:49 +0200, Andreas Färber wrote: > Am 08.06.2017 um 15:09 schrieb Jerome Brunet: > > Add Tsin A pins to bank DV and X. > > We don't have a driver for the tsin yet but since the tsin A pinmux is > > enabled by default at boot time, declaring this pinmux is required to > > properly operate on GPIOX. > > > > Without this change, GPIOX 8, 9, 10 and 11 can't be driven as GPIO output > > as the tsin A seems to have priority. > > Should this get a Fixes header then for stable backports? Nothing is wrong with what is already in. This is merely an addition. If we go that way, all commit to this file should have a Fixes to the initial commit. This seems a bit extreme to me ... > > > > > Signed-off-by: Jerome Brunet > > --- > >  drivers/pinctrl/meson/pinctrl-meson-gxl.c | 36 > > +++++++++++++++++++++++++++++++ > >  1 file changed, 36 insertions(+) > > Looks OK AFAICT. > > Cheers, > Andreas >