* [PATCH v3] ASoC: dt-bindings: renesas,fsi: use patternProperties for FSI-A/B
@ 2020-07-16 0:29 Kuninori Morimoto
2020-07-16 15:20 ` Mark Brown
2020-07-16 23:57 ` [PATCH v3] ASoC: dt-bindings: renesas, fsi: " Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2020-07-16 0:29 UTC (permalink / raw)
To: Rob Herring, Mark Brown; +Cc: alsa-devel, devicetree
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
FSI has FSI-A and FSI-B, and has fsia-xxx/fsib-xxx properties.
This patch uses patternProperties, and reduce verbose settings.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/87o8osxlow.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87pn9v39eo.wl-kuninori.morimoto.gx@renesas.com
---
v2 -> v3
- add Reviewd-by
- add Link
.../bindings/sound/renesas,fsi.yaml | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/renesas,fsi.yaml b/Documentation/devicetree/bindings/sound/renesas,fsi.yaml
index 8a4406be387a..0dd3f7361399 100644
--- a/Documentation/devicetree/bindings/sound/renesas,fsi.yaml
+++ b/Documentation/devicetree/bindings/sound/renesas,fsi.yaml
@@ -43,30 +43,19 @@ properties:
'#sound-dai-cells':
const: 1
- fsia,spdif-connection:
+patternProperties:
+ "^fsi(a|b),spdif-connection$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI is connected by S/PDIF
- fsia,stream-mode-support:
+ "^fsi(a|b),stream-mode-support$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI supports 16bit stream mode
- fsia,use-internal-clock:
+ "^fsi(a|b),use-internal-clock$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI uses internal clock when master mode
- fsib,spdif-connection:
- $ref: /schemas/types.yaml#/definitions/flag
- description: same as fsia
-
- fsib,stream-mode-support:
- $ref: /schemas/types.yaml#/definitions/flag
- description: same as fsia
-
- fsib,use-internal-clock:
- $ref: /schemas/types.yaml#/definitions/flag
- description: same as fsia
-
required:
- compatible
- reg
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v3] ASoC: dt-bindings: renesas,fsi: use patternProperties for FSI-A/B
2020-07-16 0:29 [PATCH v3] ASoC: dt-bindings: renesas,fsi: use patternProperties for FSI-A/B Kuninori Morimoto
@ 2020-07-16 15:20 ` Mark Brown
2020-07-16 23:57 ` [PATCH v3] ASoC: dt-bindings: renesas, fsi: " Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-07-16 15:20 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: Rob Herring, alsa-devel, devicetree
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
On Thu, Jul 16, 2020 at 09:29:10AM +0900, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> FSI has FSI-A and FSI-B, and has fsia-xxx/fsib-xxx properties.
> This patch uses patternProperties, and reduce verbose settings.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Link: https://lore.kernel.org/r/87o8osxlow.wl-kuninori.morimoto.gx@renesas.com
> Link: https://lore.kernel.org/r/87pn9v39eo.wl-kuninori.morimoto.gx@renesas.com
> ---
> v2 -> v3
> - add Reviewd-by
> - add Link
Please don't resend patches for just acks and reviews, if I'm waiting
for reviews it causes confusion since I'll queue the reviewed version
then have to unqueue it when I see the resend. I use tooling which
picks up reviews from the list.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] ASoC: dt-bindings: renesas, fsi: use patternProperties for FSI-A/B
2020-07-16 0:29 [PATCH v3] ASoC: dt-bindings: renesas,fsi: use patternProperties for FSI-A/B Kuninori Morimoto
2020-07-16 15:20 ` Mark Brown
@ 2020-07-16 23:57 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-07-16 23:57 UTC (permalink / raw)
To: Kuninori Morimoto, Rob Herring; +Cc: alsa-devel, devicetree
On 16 Jul 2020 09:29:10 +0900, Kuninori Morimoto wrote:
> FSI has FSI-A and FSI-B, and has fsia-xxx/fsib-xxx properties.
> This patch uses patternProperties, and reduce verbose settings.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: renesas, fsi: use patternProperties for FSI-A/B
commit: d235b282369813c53fdd512d61402b6a7cda1603
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:[~2020-07-16 23:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 0:29 [PATCH v3] ASoC: dt-bindings: renesas,fsi: use patternProperties for FSI-A/B Kuninori Morimoto
2020-07-16 15:20 ` Mark Brown
2020-07-16 23:57 ` [PATCH v3] ASoC: dt-bindings: renesas, fsi: " 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).