* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema [not found] <20200623114005.791643-1-yamada.masahiro@socionext.com> @ 2020-07-14 2:22 ` Rob Herring 2020-07-14 6:13 ` Masahiro Yamada 2020-07-14 16:39 ` Mark Brown 1 sibling, 1 reply; 7+ messages in thread From: Rob Herring @ 2020-07-14 2:22 UTC (permalink / raw) To: Masahiro Yamada Cc: devicetree, -, Katsuhiro Suzuki, Liam Girdwood, Rob Herring, linux-kernel, Mark Brown, Frank Rowand, linux-arm-kernel On Tue, 23 Jun 2020 20:40:05 +0900, Masahiro Yamada wrote: > Convert the UniPhier EVEA sound codec binding to DT schema format. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > Changes in v2: > - Add schema for subnode 'port' > > .../sound/socionext,uniphier-evea.yaml | 70 +++++++++++++++++++ > .../bindings/sound/uniphier,evea.txt | 26 ------- > 2 files changed, 70 insertions(+), 26 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/uniphier,evea.txt > Reviewed-by: Rob Herring <robh@kernel.org> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema 2020-07-14 2:22 ` [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema Rob Herring @ 2020-07-14 6:13 ` Masahiro Yamada 2020-07-14 9:52 ` Mark Brown 0 siblings, 1 reply; 7+ messages in thread From: Masahiro Yamada @ 2020-07-14 6:13 UTC (permalink / raw) To: Rob Herring Cc: DTML, -, Katsuhiro Suzuki, Liam Girdwood, Rob Herring, Linux Kernel Mailing List, Mark Brown, Frank Rowand, linux-arm-kernel On Tue, Jul 14, 2020 at 11:22 AM Rob Herring <robh@kernel.org> wrote: > > On Tue, 23 Jun 2020 20:40:05 +0900, Masahiro Yamada wrote: > > Convert the UniPhier EVEA sound codec binding to DT schema format. > > > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > > --- > > > > Changes in v2: > > - Add schema for subnode 'port' > > > > .../sound/socionext,uniphier-evea.yaml | 70 +++++++++++++++++++ > > .../bindings/sound/uniphier,evea.txt | 26 ------- > > 2 files changed, 70 insertions(+), 26 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml > > delete mode 100644 Documentation/devicetree/bindings/sound/uniphier,evea.txt > > > > Reviewed-by: Rob Herring <robh@kernel.org> What do you mean by Reviewed-by ? Do you expect this to go to the asoc tree? I just thought the schema conversion would go through the dt tree. -- Best Regards Masahiro Yamada _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema 2020-07-14 6:13 ` Masahiro Yamada @ 2020-07-14 9:52 ` Mark Brown 2020-07-14 11:08 ` Masahiro Yamada 2020-07-14 17:52 ` Rob Herring 0 siblings, 2 replies; 7+ messages in thread From: Mark Brown @ 2020-07-14 9:52 UTC (permalink / raw) To: Masahiro Yamada Cc: Rob Herring, -, DTML, Katsuhiro Suzuki, Liam Girdwood, Linux Kernel Mailing List, Rob Herring, Frank Rowand, linux-arm-kernel [-- Attachment #1.1: Type: text/plain, Size: 365 bytes --] On Tue, Jul 14, 2020 at 03:13:26PM +0900, Masahiro Yamada wrote: > What do you mean by Reviewed-by ? > Do you expect this to go to the asoc tree? > I just thought the schema conversion > would go through the dt tree. No, bindings changes usually go through the subsystem - if there's any other work on the binding then it'll usually also involve driver changes. [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] [-- Attachment #2: Type: text/plain, Size: 176 bytes --] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema 2020-07-14 9:52 ` Mark Brown @ 2020-07-14 11:08 ` Masahiro Yamada 2020-07-14 11:31 ` Mark Brown 2020-07-14 17:52 ` Rob Herring 1 sibling, 1 reply; 7+ messages in thread From: Masahiro Yamada @ 2020-07-14 11:08 UTC (permalink / raw) To: Mark Brown Cc: Rob Herring, -, DTML, Katsuhiro Suzuki, Liam Girdwood, Linux Kernel Mailing List, Rob Herring, Frank Rowand, linux-arm-kernel On Tue, Jul 14, 2020 at 6:53 PM Mark Brown <broonie@kernel.org> wrote: > > On Tue, Jul 14, 2020 at 03:13:26PM +0900, Masahiro Yamada wrote: > > > What do you mean by Reviewed-by ? > > Do you expect this to go to the asoc tree? > > > I just thought the schema conversion > > would go through the dt tree. > > No, bindings changes usually go through the subsystem - if there's any > other work on the binding then it'll usually also involve driver > changes. OK, then please apply the following two if they look good. https://lore.kernel.org/patchwork/patch/1261568/ https://lore.kernel.org/patchwork/patch/1261569/ Both got Rob's Reviewed-by. -- Best Regards Masahiro Yamada _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema 2020-07-14 11:08 ` Masahiro Yamada @ 2020-07-14 11:31 ` Mark Brown 0 siblings, 0 replies; 7+ messages in thread From: Mark Brown @ 2020-07-14 11:31 UTC (permalink / raw) To: Masahiro Yamada Cc: Rob Herring, -, DTML, Katsuhiro Suzuki, Liam Girdwood, Linux Kernel Mailing List, Rob Herring, Frank Rowand, linux-arm-kernel [-- Attachment #1.1: Type: text/plain, Size: 507 bytes --] On Tue, Jul 14, 2020 at 08:08:45PM +0900, Masahiro Yamada wrote: > On Tue, Jul 14, 2020 at 6:53 PM Mark Brown <broonie@kernel.org> wrote: > > No, bindings changes usually go through the subsystem - if there's any > > other work on the binding then it'll usually also involve driver > > changes. > OK, then please apply the following two if they look good. > https://lore.kernel.org/patchwork/patch/1261568/ > https://lore.kernel.org/patchwork/patch/1261569/ > Both got Rob's Reviewed-by. Only today... [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] [-- Attachment #2: Type: text/plain, Size: 176 bytes --] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema 2020-07-14 9:52 ` Mark Brown 2020-07-14 11:08 ` Masahiro Yamada @ 2020-07-14 17:52 ` Rob Herring 1 sibling, 0 replies; 7+ messages in thread From: Rob Herring @ 2020-07-14 17:52 UTC (permalink / raw) To: Mark Brown, Masahiro Yamada Cc: DTML, -, Katsuhiro Suzuki, Liam Girdwood, Linux Kernel Mailing List, Frank Rowand, linux-arm-kernel On Tue, Jul 14, 2020 at 3:53 AM Mark Brown <broonie@kernel.org> wrote: > > On Tue, Jul 14, 2020 at 03:13:26PM +0900, Masahiro Yamada wrote: > > > What do you mean by Reviewed-by ? > > Do you expect this to go to the asoc tree? Yes. > > I just thought the schema conversion > > would go through the dt tree. > > No, bindings changes usually go through the subsystem - if there's any > other work on the binding then it'll usually also involve driver > changes. I have been taking some conversions so I can test them when they are standalone, there's a low chance of other changes, and the maintainer tends to be slow to apply and pickup fixes (not Mark). Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema [not found] <20200623114005.791643-1-yamada.masahiro@socionext.com> 2020-07-14 2:22 ` [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema Rob Herring @ 2020-07-14 16:39 ` Mark Brown 1 sibling, 0 replies; 7+ messages in thread From: Mark Brown @ 2020-07-14 16:39 UTC (permalink / raw) To: Frank Rowand, devicetree, Masahiro Yamada, Rob Herring Cc: Katsuhiro Suzuki, -, Liam Girdwood, linux-arm-kernel, linux-kernel On Tue, 23 Jun 2020 20:40:05 +0900, Masahiro Yamada wrote: > Convert the UniPhier EVEA sound codec binding to DT schema format. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: Convert UniPhier EVEA codec to json-schema commit: 08277cd63797d97185284bc3e86d085fb9ff2adc 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-07-14 17:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200623114005.791643-1-yamada.masahiro@socionext.com>
2020-07-14 2:22 ` [PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema Rob Herring
2020-07-14 6:13 ` Masahiro Yamada
2020-07-14 9:52 ` Mark Brown
2020-07-14 11:08 ` Masahiro Yamada
2020-07-14 11:31 ` Mark Brown
2020-07-14 17:52 ` Rob Herring
2020-07-14 16:39 ` 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).