* [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property
@ 2024-12-17 0:36 Kuninori Morimoto
2024-12-17 5:53 ` Krzysztof Kozlowski
2024-12-17 18:30 ` Conor Dooley
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2024-12-17 0:36 UTC (permalink / raw)
To: Mark Brown, Rob Herring, Krzysztof Kozlowski; +Cc: linux-sound, devicetree
commit f8da001ae7a ("ASoC: audio-graph-card2: Purge absent supplies for
device tree nodes") marks multi/dpcm/c2c nodes as no suppliers. We no
longer need to use post-init-providers property to break fw_devlink cycle
(And no one is using it yet). Let's remove it.
Fixes: a2187d0dadf ("ASoC: dt-bindings: renesas,rsnd: add post-init-providers property")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v1 -> v2
- add missing DT maintainers
- Tidyup the git-log
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
index 6d0d1514cd421..e8a2acb926460 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
@@ -112,12 +112,6 @@ properties:
description: List of necessary clock names.
# details are defined below
- post-init-providers:
- description: At least if rsnd is using DPCM connection on Audio-Graph-Card2,
- fw_devlink might doesn't have enough information to break the cycle. rsnd
- driver will not be probed in such case. Same problem might occur with
- Multi-CPU/Codec or Codec2Codec.
-
# ports is below
port:
$ref: audio-graph-port.yaml#/definitions/port-base
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property
2024-12-17 0:36 [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property Kuninori Morimoto
@ 2024-12-17 5:53 ` Krzysztof Kozlowski
2024-12-17 18:30 ` Conor Dooley
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-17 5:53 UTC (permalink / raw)
To: Kuninori Morimoto, Mark Brown, Rob Herring, Krzysztof Kozlowski
Cc: linux-sound, devicetree
On 17/12/2024 01:36, Kuninori Morimoto wrote:
> commit f8da001ae7a ("ASoC: audio-graph-card2: Purge absent supplies for
> device tree nodes") marks multi/dpcm/c2c nodes as no suppliers. We no
> longer need to use post-init-providers property to break fw_devlink cycle
> (And no one is using it yet). Let's remove it.
>
> Fixes: a2187d0dadf ("ASoC: dt-bindings: renesas,rsnd: add post-init-providers property")
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> v1 -> v2
> - add missing DT maintainers
Only some of them? And some old addresses? You CC-ed an address, which
suggests you do not work on mainline kernel or you do not use
get_maintainers.pl/b4/patman. Please rebase and always work on mainline
or start using mentioned tools, so correct addresses will be used.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property
2024-12-17 0:36 [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property Kuninori Morimoto
2024-12-17 5:53 ` Krzysztof Kozlowski
@ 2024-12-17 18:30 ` Conor Dooley
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-12-17 18:30 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Rob Herring, Krzysztof Kozlowski, linux-sound,
devicetree
[-- Attachment #1: Type: text/plain, Size: 1889 bytes --]
On Tue, Dec 17, 2024 at 12:36:21AM +0000, Kuninori Morimoto wrote:
> commit f8da001ae7a ("ASoC: audio-graph-card2: Purge absent supplies for
> device tree nodes") marks multi/dpcm/c2c nodes as no suppliers. We no
> longer need to use post-init-providers property to break fw_devlink cycle
> (And no one is using it yet). Let's remove it.
>
> Fixes: a2187d0dadf ("ASoC: dt-bindings: renesas,rsnd: add post-init-providers property")
I'm not sure that this fixes tag is appropriate. I don't think this is a
fix for the cited commit, it is just now not required. If this were to
get backported, wouldn't stable be broken since the supply purging
commit doesn't appear to have a Fixes: tag or a CC: stable?
Thanks,
Conor.
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> v1 -> v2
> - add missing DT maintainers
> - Tidyup the git-log
>
> Documentation/devicetree/bindings/sound/renesas,rsnd.yaml | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
> index 6d0d1514cd421..e8a2acb926460 100644
> --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
> @@ -112,12 +112,6 @@ properties:
> description: List of necessary clock names.
> # details are defined below
>
> - post-init-providers:
> - description: At least if rsnd is using DPCM connection on Audio-Graph-Card2,
> - fw_devlink might doesn't have enough information to break the cycle. rsnd
> - driver will not be probed in such case. Same problem might occur with
> - Multi-CPU/Codec or Codec2Codec.
> -
> # ports is below
> port:
> $ref: audio-graph-port.yaml#/definitions/port-base
> --
> 2.43.0
>
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-17 18:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 0:36 [PATCH v2] ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property Kuninori Morimoto
2024-12-17 5:53 ` Krzysztof Kozlowski
2024-12-17 18:30 ` Conor Dooley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox