Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755935AbdCXTwz (ORCPT ); Fri, 24 Mar 2017 15:52:55 -0400 Received: from mail-pg0-f43.google.com ([74.125.83.43]:33464 "EHLO mail-pg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752556AbdCXTwr (ORCPT ); Fri, 24 Mar 2017 15:52:47 -0400 From: Kevin Hilman To: Jerome Brunet Cc: Linus Walleij , 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 Subject: Re: [PATCH 0/8] pinctrl: meson: add audio output pins Organization: BayLibre References: <20170323165101.29262-1-jbrunet@baylibre.com> Date: Fri, 24 Mar 2017 12:52:44 -0700 In-Reply-To: <20170323165101.29262-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Thu, 23 Mar 2017 17:50:53 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 588 Lines: 17 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. Kevin