All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
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
Date: Thu, 8 Jun 2017 14:17:53 -0500	[thread overview]
Message-ID: <20170608191753.aq2hsgcf5fwnelnd@rob-hp-laptop> (raw)
In-Reply-To: <1496415790-19164-14-git-send-email-rf@opensource.wolfsonmicro.com>

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 <rf@opensource.wolfsonmicro.com>
> ---
> 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 <robh@kernel.org>

  reply	other threads:[~2017-06-08 19:17 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-02 15:02 [PATCH v3 00/17] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs Richard Fitzgerald
2017-06-02 15:02 ` Richard Fitzgerald
2017-06-02 15:02 ` [PATCH v3 01/17] mfd: madera: Add register definitions for Cirrus Logic Madera codecs Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
     [not found]   ` <1496415790-19164-2-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-05 10:07     ` Lee Jones
2017-06-05 10:07       ` Lee Jones
2017-06-26  8:33       ` Richard Fitzgerald
2017-06-26  8:33         ` Richard Fitzgerald
2017-06-28 19:26         ` Mark Brown
2017-06-29  9:11           ` Richard Fitzgerald
2017-06-29  9:11             ` Richard Fitzgerald
2017-06-30 12:35             ` Mark Brown
2017-06-30 12:35               ` Mark Brown
2017-07-03 10:33   ` Lee Jones
2017-07-03 10:52     ` Joe Perches
2017-07-03 11:21       ` Lee Jones
2017-07-03 11:21         ` Lee Jones
2017-07-03 11:26         ` Joe Perches
2017-07-03 11:26           ` Joe Perches
2017-06-02 15:02 ` [PATCH v3 02/17] mfd: madera: Add DT bindings " Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
2017-06-05 10:13   ` Lee Jones
2017-06-08 19:12   ` Rob Herring
2017-06-02 15:02 ` [PATCH v3 03/17] mfd: madera: Add common support " Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
     [not found]   ` <1496415790-19164-4-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-05 10:32     ` Lee Jones
2017-06-05 10:32       ` Lee Jones
2017-06-05 10:40       ` Joe Perches
2017-06-05 10:40         ` Joe Perches
2017-06-02 15:02 ` [PATCH v3 04/17] mfd: madera: Register map tables for Cirrus Logic CS47L35 Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
     [not found]   ` <1496415790-19164-5-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-05 10:33     ` Lee Jones
2017-06-05 10:33       ` Lee Jones
2017-06-02 15:02 ` [PATCH v3 05/17] mfd: madera: Register map tables for Cirrus Logic CS47L85 Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
2017-06-05 10:33   ` Lee Jones
2017-06-05 10:42     ` Joe Perches
2017-06-05 10:42       ` Joe Perches
2017-06-02 15:02 ` [PATCH v3 06/17] mfd: madera: Register map tables for Cirrus Logic CS47L90/91 Richard Fitzgerald
2017-06-02 15:02   ` Richard Fitzgerald
2017-06-05 10:05   ` Lee Jones
2017-06-05 10:05     ` Lee Jones
2017-06-02 15:03 ` [PATCH v3 07/17] regulator: arizona-micsupp: Add support for Cirrus Logic Madera codecs Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-05 17:10   ` Rob Herring
2017-06-05 17:10     ` Rob Herring
2017-07-27 11:45     ` Richard Fitzgerald
2017-07-27 11:45       ` [alsa-devel] " Richard Fitzgerald
2017-07-27 15:05       ` Mark Brown
2017-07-27 15:05         ` [alsa-devel] " Mark Brown
2017-06-02 15:03 ` [PATCH v3 08/17] regulator: arizona-ldo1: " Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-02 15:03 ` [PATCH v3 09/17] irqchip: Add driver " Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
     [not found] ` <1496415790-19164-1-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-02 15:03   ` [PATCH v3 10/17] pinctrl: madera: Add DT bindings " Richard Fitzgerald
2017-06-02 15:03     ` Richard Fitzgerald
     [not found]     ` <1496415790-19164-11-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-08 19:15       ` Rob Herring
2017-06-08 19:15         ` Rob Herring
2017-06-02 15:03   ` [PATCH v3 14/17] ASoC: madera: Add common support " Richard Fitzgerald
2017-06-02 15:03     ` Richard Fitzgerald
2017-06-02 15:03   ` [PATCH v3 16/17] ASoC: cs47l85: Add codec driver for Cirrus Logic CS47L85 Richard Fitzgerald
2017-06-02 15:03     ` Richard Fitzgerald
2017-06-02 15:03 ` [PATCH v3 11/17] pinctrl: madera: Add driver for Cirrus Logic Madera codecs Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-03  0:26   ` [alsa-devel] " kbuild test robot
     [not found]   ` <1496415790-19164-12-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2017-06-09  9:13     ` Linus Walleij
2017-06-09  9:13       ` Linus Walleij
2017-06-02 15:03 ` [PATCH v3 12/17] gpio: madera: Support Cirrus Logic Madera class codecs Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-09  9:08   ` Linus Walleij
2017-06-09  9:08     ` Linus Walleij
2017-06-02 15:03 ` [PATCH v3 13/17] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-08 19:17   ` Rob Herring [this message]
2017-06-02 15:03 ` [PATCH v3 15/17] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35 Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald
2017-06-02 15:03 ` [PATCH v3 17/17] ASoC: cs47l90: Add codec driver for Cirrus Logic CS47L90 Richard Fitzgerald
2017-06-02 15:03   ` Richard Fitzgerald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170608191753.aq2hsgcf5fwnelnd@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gnurou@gmail.com \
    --cc=jason@lakedaemon.net \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=rf@opensource.wolfsonmicro.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.