* [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces
@ 2026-08-30 8:40 Krzysztof Kozlowski
2026-09-02 19:39 ` Frank Li
2026-09-03 18:47 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-30 8:40 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Frank Li, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, Oleksij Rempel, linux-sound, devicetree, imx,
linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
YAML files do not use tabs, even within the values in DTS. No
functional change, although dt-style-check will warn about it
("[tab-in-yaml] tab character not allowed in DTS example").
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
Changes in v2:
1. Correct logic in commit msg spaces->tabs
---
Documentation/devicetree/bindings/sound/imx-audmux.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/imx-audmux.yaml b/Documentation/devicetree/bindings/sound/imx-audmux.yaml
index dab45c310670..501af1add3c1 100644
--- a/Documentation/devicetree/bindings/sound/imx-audmux.yaml
+++ b/Documentation/devicetree/bindings/sound/imx-audmux.yaml
@@ -101,10 +101,10 @@ examples:
mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
- IMX_AUDMUX_V2_PTCR_SYN 0
- IMX_AUDMUX_V2_PTCR_TFSEL(2) 0
- IMX_AUDMUX_V2_PTCR_TCSEL(2) 0
- IMX_AUDMUX_V2_PTCR_TFSDIR 0
+ IMX_AUDMUX_V2_PTCR_SYN 0
+ IMX_AUDMUX_V2_PTCR_TFSEL(2) 0
+ IMX_AUDMUX_V2_PTCR_TCSEL(2) 0
+ IMX_AUDMUX_V2_PTCR_TFSDIR 0
IMX_AUDMUX_V2_PTCR_TCLKDIR IMX_AUDMUX_V2_PDCR_RXDSEL(2)
>;
};
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces
2026-08-30 8:40 [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces Krzysztof Kozlowski
@ 2026-09-02 19:39 ` Frank Li
2026-09-03 18:47 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Frank Li @ 2026-09-02 19:39 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Frank Li, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, Oleksij Rempel, linux-sound, devicetree, imx,
linux-arm-kernel, linux-kernel
On Sun, Aug 30, 2026 at 10:40:47AM +0200, Krzysztof Kozlowski wrote:
> YAML files do not use tabs, even within the values in DTS. No
> functional change, although dt-style-check will warn about it
> ("[tab-in-yaml] tab character not allowed in DTS example").
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> ---
Reviewed-by: Frank Li <Frank.Li@nxp.com>
>
> Changes in v2:
> 1. Correct logic in commit msg spaces->tabs
> ---
> Documentation/devicetree/bindings/sound/imx-audmux.yaml | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/imx-audmux.yaml b/Documentation/devicetree/bindings/sound/imx-audmux.yaml
> index dab45c310670..501af1add3c1 100644
> --- a/Documentation/devicetree/bindings/sound/imx-audmux.yaml
> +++ b/Documentation/devicetree/bindings/sound/imx-audmux.yaml
> @@ -101,10 +101,10 @@ examples:
> mux-ssi1 {
> fsl,audmux-port = <0>;
> fsl,port-config = <
> - IMX_AUDMUX_V2_PTCR_SYN 0
> - IMX_AUDMUX_V2_PTCR_TFSEL(2) 0
> - IMX_AUDMUX_V2_PTCR_TCSEL(2) 0
> - IMX_AUDMUX_V2_PTCR_TFSDIR 0
> + IMX_AUDMUX_V2_PTCR_SYN 0
> + IMX_AUDMUX_V2_PTCR_TFSEL(2) 0
> + IMX_AUDMUX_V2_PTCR_TCSEL(2) 0
> + IMX_AUDMUX_V2_PTCR_TFSDIR 0
> IMX_AUDMUX_V2_PTCR_TCLKDIR IMX_AUDMUX_V2_PDCR_RXDSEL(2)
> >;
> };
> --
> 2.53.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces
2026-08-30 8:40 [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces Krzysztof Kozlowski
2026-09-02 19:39 ` Frank Li
@ 2026-09-03 18:47 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-09-03 18:47 UTC (permalink / raw)
To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Frank Li, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Oleksij Rempel, linux-sound, devicetree, imx, linux-arm-kernel,
linux-kernel, Krzysztof Kozlowski
On Sun, 30 Aug 2026 10:40:47 +0200, Krzysztof Kozlowski wrote:
> ASoC: dt-bindings: imx-audmux: Replace tabs with spaces
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.4
Thanks!
[1/1] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces
https://git.kernel.org/broonie/sound/c/9e6ad2ba055f
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] 3+ messages in thread
end of thread, other threads:[~2026-09-03 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-30 8:40 [PATCH v2] ASoC: dt-bindings: imx-audmux: Replace tabs with spaces Krzysztof Kozlowski
2026-09-02 19:39 ` Frank Li
2026-09-03 18:47 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox