From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: Re: [PATCH 0/8] pinctrl: meson: add audio output pins Date: Fri, 24 Mar 2017 22:23:30 +0100 Message-ID: <1490390610.29739.18.camel@baylibre.com> References: <20170323165101.29262-1-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Kevin Hilman , Linus Walleij Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Carlo Caione , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, 2017-03-24 at 12:52 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > This patchset adds the pinctrl definition and the related device-tree > > bindings of the i2s output and spdif output pins on the meson gxbb and > > gxl SoCs. > > > > This is part of the ongoing work to bring audio output suppot on the > > meson family. It was tested on the gxbb p200 and gxl p230. > > Series looks good to me, > > However, I'm not sure about Linus's preference, but most maintainers > (myself included) prefer a small description in the changelog, even if > it restates (with slightly more description) what's already in the > $SUBJECT. Understood. thanks for pointing it out. This series was going to clash with Neil's pinctrl fixes anyway. I'll respin it taking this into account. > > Kevin