linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: rockchip: add bindings for i2s
@ 2017-07-31  1:47 Sugar Zhang
  2017-08-03 23:37 ` Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sugar Zhang @ 2017-07-31  1:47 UTC (permalink / raw)
  To: heiko, broonie
  Cc: linux-rockchip, Sugar Zhang, Liam Girdwood, Rob Herring,
	Mark Rutland, alsa-devel, devicetree, linux-arm-kernel,
	linux-kernel

This patch add bindings for rk3036/rk3228/rk3328/rk3366 i2s.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---

 Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
index 206aba1..b208a75 100644
--- a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
@@ -7,8 +7,12 @@ Required properties:
 
 - compatible: should be one of the following:
    - "rockchip,rk3066-i2s": for rk3066
+   - "rockchip,rk3036-i2s", "rockchip,rk3066-i2s": for rk3036
    - "rockchip,rk3188-i2s", "rockchip,rk3066-i2s": for rk3188
+   - "rockchip,rk3228-i2s", "rockchip,rk3066-i2s": for rk3228
    - "rockchip,rk3288-i2s", "rockchip,rk3066-i2s": for rk3288
+   - "rockchip,rk3328-i2s", "rockchip,rk3066-i2s": for rk3328
+   - "rockchip,rk3366-i2s", "rockchip,rk3066-i2s": for rk3366
    - "rockchip,rk3368-i2s", "rockchip,rk3066-i2s": for rk3368
    - "rockchip,rk3399-i2s", "rockchip,rk3066-i2s": for rk3399
 - reg: physical base address of the controller and length of memory mapped
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: rockchip: add bindings for i2s
  2017-07-31  1:47 [PATCH] ASoC: rockchip: add bindings for i2s Sugar Zhang
@ 2017-08-03 23:37 ` Rob Herring
  2017-08-07 11:36 ` Mark Brown
  2017-08-07 11:51 ` Applied "ASoC: rockchip: add bindings for i2s" to the asoc tree Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2017-08-03 23:37 UTC (permalink / raw)
  To: Sugar Zhang
  Cc: heiko, broonie, linux-rockchip, Liam Girdwood, Mark Rutland,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel

On Mon, Jul 31, 2017 at 09:47:51AM +0800, Sugar Zhang wrote:
> This patch add bindings for rk3036/rk3228/rk3328/rk3366 i2s.
> 
> Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
> ---
> 
>  Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 4 ++++
>  1 file changed, 4 insertions(+)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: rockchip: add bindings for i2s
  2017-07-31  1:47 [PATCH] ASoC: rockchip: add bindings for i2s Sugar Zhang
  2017-08-03 23:37 ` Rob Herring
@ 2017-08-07 11:36 ` Mark Brown
  2017-08-07 11:51 ` Applied "ASoC: rockchip: add bindings for i2s" to the asoc tree Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2017-08-07 11:36 UTC (permalink / raw)
  To: Sugar Zhang
  Cc: heiko, linux-rockchip, Liam Girdwood, Rob Herring, Mark Rutland,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

On Mon, Jul 31, 2017 at 09:47:51AM +0800, Sugar Zhang wrote:
> This patch add bindings for rk3036/rk3228/rk3328/rk3366 i2s.

Can we please also add these to the driver so that we'll match on those.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Applied "ASoC: rockchip: add bindings for i2s" to the asoc tree
  2017-07-31  1:47 [PATCH] ASoC: rockchip: add bindings for i2s Sugar Zhang
  2017-08-03 23:37 ` Rob Herring
  2017-08-07 11:36 ` Mark Brown
@ 2017-08-07 11:51 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2017-08-07 11:51 UTC (permalink / raw)
  To: Sugar Zhang
  Cc: Rob Herring, Mark Brown, heiko, broonie, Mark Rutland,
	devicetree, alsa-devel, Liam Girdwood, linux-kernel,
	linux-rockchip, Rob Herring, linux-arm-kernel, alsa-devel

The patch

   ASoC: rockchip: add bindings for i2s

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 3508cade13ba43ebafbee9064fa6114e857afd20 Mon Sep 17 00:00:00 2001
From: Sugar Zhang <sugar.zhang@rock-chips.com>
Date: Mon, 31 Jul 2017 09:47:51 +0800
Subject: [PATCH] ASoC: rockchip: add bindings for i2s

This patch add bindings for rk3036/rk3228/rk3328/rk3366 i2s.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
index 206aba1b34bb..b208a752576c 100644
--- a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
@@ -7,8 +7,12 @@ Required properties:
 
 - compatible: should be one of the following:
    - "rockchip,rk3066-i2s": for rk3066
+   - "rockchip,rk3036-i2s", "rockchip,rk3066-i2s": for rk3036
    - "rockchip,rk3188-i2s", "rockchip,rk3066-i2s": for rk3188
+   - "rockchip,rk3228-i2s", "rockchip,rk3066-i2s": for rk3228
    - "rockchip,rk3288-i2s", "rockchip,rk3066-i2s": for rk3288
+   - "rockchip,rk3328-i2s", "rockchip,rk3066-i2s": for rk3328
+   - "rockchip,rk3366-i2s", "rockchip,rk3066-i2s": for rk3366
    - "rockchip,rk3368-i2s", "rockchip,rk3066-i2s": for rk3368
    - "rockchip,rk3399-i2s", "rockchip,rk3066-i2s": for rk3399
 - reg: physical base address of the controller and length of memory mapped
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-07 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31  1:47 [PATCH] ASoC: rockchip: add bindings for i2s Sugar Zhang
2017-08-03 23:37 ` Rob Herring
2017-08-07 11:36 ` Mark Brown
2017-08-07 11:51 ` Applied "ASoC: rockchip: add bindings for i2s" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).