* [PATCH v1 0/4] Patches to update for rockchip spdif
@ 2021-08-24 10:15 Sugar Zhang
  2021-08-24 10:16 ` [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif Sugar Zhang
  2021-08-26 14:15 ` [PATCH v1 0/4] Patches to update for rockchip spdif Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Sugar Zhang @ 2021-08-24 10:15 UTC (permalink / raw)
  To: broonie, heiko
  Cc: linux-rockchip, Sugar Zhang, Jaroslav Kysela, devicetree,
	alsa-devel, linux-kernel, Takashi Iwai, Liam Girdwood,
	Rob Herring, linux-arm-kernel
These patches fixup or update for rockchip spdif.
Sugar Zhang (4):
  ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatile
  ASoC: rockchip: spdif: Fix some coding style
  ASoC: rockchip: spdif: Add support for rk3568 spdif
  ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif
 .../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
 sound/soc/rockchip/rockchip_spdif.c                | 38 ++++++++++++----------
 2 files changed, 22 insertions(+), 17 deletions(-)
-- 
2.7.4
^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif
  2021-08-24 10:15 [PATCH v1 0/4] Patches to update for rockchip spdif Sugar Zhang
@ 2021-08-24 10:16 ` Sugar Zhang
  2021-08-24 18:03   ` Rob Herring
  2021-08-26 14:15 ` [PATCH v1 0/4] Patches to update for rockchip spdif Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Sugar Zhang @ 2021-08-24 10:16 UTC (permalink / raw)
  To: broonie, heiko
  Cc: linux-rockchip, Sugar Zhang, Liam Girdwood, Rob Herring,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel
This patch adds compatible string for rk3568 spdif.
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---
 Documentation/devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
 1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml b/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
index 62a61b6..d0a24bf 100644
--- a/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
+++ b/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
@@ -23,6 +23,7 @@ properties:
       - const: rockchip,rk3366-spdif
       - const: rockchip,rk3368-spdif
       - const: rockchip,rk3399-spdif
+      - const: rockchip,rk3568-spdif
       - items:
           - enum:
               - rockchip,rk3188-spdif
-- 
2.7.4
^ permalink raw reply related	[flat|nested] 4+ messages in thread
* Re: [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif
  2021-08-24 10:16 ` [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif Sugar Zhang
@ 2021-08-24 18:03   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-08-24 18:03 UTC (permalink / raw)
  To: Sugar Zhang
  Cc: linux-kernel, alsa-devel, Rob Herring, broonie, Liam Girdwood,
	devicetree, linux-rockchip, heiko, linux-arm-kernel
On Tue, 24 Aug 2021 18:16:02 +0800, Sugar Zhang wrote:
> This patch adds compatible string for rk3568 spdif.
> 
> Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
> ---
> 
>  Documentation/devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [PATCH v1 0/4] Patches to update for rockchip spdif
  2021-08-24 10:15 [PATCH v1 0/4] Patches to update for rockchip spdif Sugar Zhang
  2021-08-24 10:16 ` [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif Sugar Zhang
@ 2021-08-26 14:15 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-08-26 14:15 UTC (permalink / raw)
  To: heiko, Sugar Zhang
  Cc: Mark Brown, devicetree, linux-arm-kernel, alsa-devel, Rob Herring,
	Liam Girdwood, Takashi Iwai, linux-rockchip, Jaroslav Kysela,
	linux-kernel
On Tue, 24 Aug 2021 18:15:58 +0800, Sugar Zhang wrote:
> These patches fixup or update for rockchip spdif.
> 
> 
> Sugar Zhang (4):
>   ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatile
>   ASoC: rockchip: spdif: Fix some coding style
>   ASoC: rockchip: spdif: Add support for rk3568 spdif
>   ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif
> 
> [...]
Applied to
   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/4] ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatile
      commit: 023a3f3a1c4f9be9cc1ae92579ba816120fb5807
[2/4] ASoC: rockchip: spdif: Fix some coding style
      commit: acc8b9d117912c2d5952868fba0d4fca49cde3c8
[3/4] ASoC: rockchip: spdif: Add support for rk3568 spdif
      commit: c5d4f09feb9f74e704d87a304f0c20001488fe10
[4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif
      commit: e79ef3c2cfe0b39878496eac87450698a2e84e3f
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
^ permalink raw reply	[flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-26 14:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-24 10:15 [PATCH v1 0/4] Patches to update for rockchip spdif Sugar Zhang
2021-08-24 10:16 ` [PATCH v1 4/4] ASoC: dt-bindings: rockchip: Add compatible for rk3568 spdif Sugar Zhang
2021-08-24 18:03   ` Rob Herring
2021-08-26 14:15 ` [PATCH v1 0/4] Patches to update for rockchip spdif 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).