All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Chris Zhong <zyw@rock-chips.com>
Cc: dianders@chromium.org, tfiga@chromium.org, heiko@sntech.de,
	yzq@rock-chips.com, linux-rockchip@lists.infradead.org,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [RESEND PATCH 6/6] ASoC: rockchip: Add machine driver for cdn dp codec
Date: Wed, 1 Jun 2016 09:57:49 -0500	[thread overview]
Message-ID: <20160601145749.GA12362@rob-hp-laptop> (raw)
In-Reply-To: <1464345942-4795-7-git-send-email-zyw@rock-chips.com>

On Fri, May 27, 2016 at 06:45:42PM +0800, Chris Zhong wrote:
> The driver is used for cdn dp codec embedded in rk3399
> 
> Signed-off-by: Chris Zhong <zyw@rock-chips.com>
> 
> ---
> 
>  .../bindings/sound/rockchip-cdn-dp-audio.txt       |  12 ++

Acked-by: Rob Herring <robh@kernel.org>

>  sound/soc/rockchip/Kconfig                         |   9 ++
>  sound/soc/rockchip/Makefile                        |   2 +
>  sound/soc/rockchip/rockchip-cdn-dp-audio.c         | 167 +++++++++++++++++++++
>  4 files changed, 190 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/rockchip-cdn-dp-audio.txt
>  create mode 100644 sound/soc/rockchip/rockchip-cdn-dp-audio.c

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 6/6] ASoC: rockchip: Add machine driver for cdn dp codec
Date: Wed, 1 Jun 2016 09:57:49 -0500	[thread overview]
Message-ID: <20160601145749.GA12362@rob-hp-laptop> (raw)
In-Reply-To: <1464345942-4795-7-git-send-email-zyw@rock-chips.com>

On Fri, May 27, 2016 at 06:45:42PM +0800, Chris Zhong wrote:
> The driver is used for cdn dp codec embedded in rk3399
> 
> Signed-off-by: Chris Zhong <zyw@rock-chips.com>
> 
> ---
> 
>  .../bindings/sound/rockchip-cdn-dp-audio.txt       |  12 ++

Acked-by: Rob Herring <robh@kernel.org>

>  sound/soc/rockchip/Kconfig                         |   9 ++
>  sound/soc/rockchip/Makefile                        |   2 +
>  sound/soc/rockchip/rockchip-cdn-dp-audio.c         | 167 +++++++++++++++++++++
>  4 files changed, 190 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/rockchip-cdn-dp-audio.txt
>  create mode 100644 sound/soc/rockchip/rockchip-cdn-dp-audio.c

  reply	other threads:[~2016-06-01 14:57 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 10:45 [RESEND PATCH 0/6] Rockchip Type-C and DispplayPort driver Chris Zhong
2016-05-27 10:45 ` Chris Zhong
2016-05-27 10:45 ` Chris Zhong
2016-05-27 10:45 ` [RESEND PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399 Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-05-27 10:45 ` [RESEND PATCH 2/6] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-06-01 14:54   ` Rob Herring
2016-06-01 14:54     ` Rob Herring
2016-06-01 15:35     ` Chris Zhong
2016-06-01 15:35       ` Chris Zhong
2016-05-27 10:45 ` [RESEND PATCH 3/6] drm/rockchip: vop: add cdn DP support for rk3399 Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-06-01  1:19   ` Mark yao
2016-05-27 10:45 ` [RESEND PATCH 4/6] Documentation: bindings: add dt documentation for cdn DP controller Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-06-01 14:56   ` Rob Herring
2016-06-01 14:56     ` Rob Herring
2016-06-01 14:56     ` Rob Herring
2016-05-27 10:45 ` [RESEND PATCH 5/6] ASoC: cdn-dp: Add cdn DP codec driver Chris Zhong
2016-05-27 20:23   ` Mark Brown
2016-05-27 20:23     ` Mark Brown
2016-05-30  3:33     ` Vinod Koul
2016-05-30  7:26       ` Chris Zhong
2016-05-30  7:26         ` Chris Zhong
2016-05-30  7:47         ` Jyri Sarha
2016-05-30  7:47           ` Jyri Sarha
2016-05-30 12:26           ` Arnaud Pouliquen
2016-05-30 12:26             ` Arnaud Pouliquen
2016-05-27 10:45 ` [RESEND PATCH 6/6] ASoC: rockchip: Add machine driver for cdn dp codec Chris Zhong
2016-05-27 10:45   ` Chris Zhong
2016-06-01 14:57   ` Rob Herring [this message]
2016-06-01 14:57     ` Rob Herring

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=20160601145749.GA12362@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=perex@perex.cz \
    --cc=tfiga@chromium.org \
    --cc=tiwai@suse.com \
    --cc=yzq@rock-chips.com \
    --cc=zyw@rock-chips.com \
    /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.