Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936271AbdCXVaJ (ORCPT ); Fri, 24 Mar 2017 17:30:09 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37626 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966639AbdCXVaB (ORCPT ); Fri, 24 Mar 2017 17:30:01 -0400 Message-ID: <1490390610.29739.18.camel@baylibre.com> Subject: Re: [PATCH 0/8] pinctrl: meson: add audio output pins From: Jerome Brunet To: Kevin Hilman , Linus Walleij Cc: Carlo Caione , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 24 Mar 2017 22:23:30 +0100 In-Reply-To: References: <20170323165101.29262-1-jbrunet@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 24 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