From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751694AbdFHTR5 (ORCPT ); Thu, 8 Jun 2017 15:17:57 -0400 Received: from mail-ot0-f195.google.com ([74.125.82.195]:33992 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbdFHTRz (ORCPT ); Thu, 8 Jun 2017 15:17:55 -0400 Date: Thu, 8 Jun 2017 14:17:53 -0500 From: Rob Herring To: Richard Fitzgerald Cc: lee.jones@linaro.org, broonie@kernel.org, linus.walleij@linaro.org, gnurou@gmail.com, tglx@linutronix.de, jason@lakedaemon.net, alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 13/17] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs Message-ID: <20170608191753.aq2hsgcf5fwnelnd@rob-hp-laptop> References: <1496415790-19164-1-git-send-email-rf@opensource.wolfsonmicro.com> <1496415790-19164-14-git-send-email-rf@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496415790-19164-14-git-send-email-rf@opensource.wolfsonmicro.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2017 at 04:03:06PM +0100, Richard Fitzgerald wrote: > The Cirrus Logic Madera codecs are a family of related codecs with > extensive digital and analogue I/O, digital mixing and routing, > signal processing and programmable DSPs. > > Signed-off-by: Richard Fitzgerald > --- > Changes since V2: > - Edits to take account of removing the child driver node and moving these > bindings to be part of the parent MFD node > - Improve descriptions of dmic-ref and inmode > - Changed example to use defined constants instead of magic numbers > > Documentation/devicetree/bindings/sound/madera.txt | 67 ++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/madera.txt > > diff --git a/Documentation/devicetree/bindings/sound/madera.txt b/Documentation/devicetree/bindings/sound/madera.txt > new file mode 100644 > index 0000000..1114fcf > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/madera.txt > @@ -0,0 +1,67 @@ > +Cirrus Logic Madera class audio codecs > + > +This describes audio configuration bindings for these codecs. > + > +See also the core bindings for the parent MFD driver: > +See Documentation/devicetree/bindings/mfd/madera.txt > + > +and defines for values used in these bindings: > +include/dt-bindings/sound/madera.h This file should be part of this commit. With that, Acked-by: Rob Herring