Message ID | 20230209-b4-amlogic-bindings-convert-take2-v1-0-c4fe9049def9@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings | expand |
Hi, On Thu, 09 Feb 2023 14:41:36 +0100, Neil Armstrong wrote: > Batch conversion of the following bindings: > - rtc-meson-vrtc.txt > - amlogic,gxbb-clkc.txt > - amlogic,gxbb-aoclkc.txt > - clk-measure.txt > > And in addition document the System Control registers top node. > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.4/drivers) [2/6] dt-bindings: soc: amlogic: convert clk-measure.txt to dt-schema https://git.kernel.org/amlogic/c/2227e738b30bf20380a48391a73752c52f5f5c6a These changes has been applied on the intermediate git tree [1]. The v6.4/drivers branch will then be sent via a formal Pull Request to the Linux SoC maintainers for inclusion in their intermediate git branches in order to be sent to Linus during the next merge window, or sooner if it's a set of fixes. In the cases of fixes, those will be merged in the current release candidate kernel and as soon they appear on the Linux master branch they will be backported to the previous Stable and Long-Stable kernels [2]. The intermediate git branches are merged daily in the linux-next tree [3], people are encouraged testing these pre-release kernels and report issues on the relevant mailing-lists. If problems are discovered on those changes, please submit a signed-off-by revert patch followed by a corrective changeset. [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Batch conversion of the following bindings: - rtc-meson-vrtc.txt - amlogic,gxbb-clkc.txt - amlogic,gxbb-aoclkc.txt - clk-measure.txt And in addition document the System Control registers top node. DT fixups will be posted once those conversion are fully reviewed. With this serie, the in-review and applied bindings documentation, the the following arm64 compatible are yet to be documented in dt-schema: ['amlogic,axg-audio-clkc'] ['amlogic,g12a-audio-clkc'] ['amlogic,sm1-audio-clkc'] ['amlogic,g12a-tohdmitx'] ['amlogic,sm1-tohdmitx', 'amlogic,g12a-tohdmitx'] ['everest,es7154'] ['everest,es7241'] ['ti,tas5707'] ['linux,spdif-dir'] ['gpio-fan'] ['pwm-fan'] For reference, the following bindings conversion patches are taken in account on top of next-20230208 tag : - https://lore.kernel.org/r/20230208093520.52843-2-jbrunet@baylibre.com - https://lore.kernel.org/r/3ffd1889-1966-47a8-9504-d44e452d5a31@gmail.com - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-7-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-5-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-4-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-3-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-2-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-1-e28dd31e3bed@linaro.org - https://lore.kernel.org/r/8cae0b08-8040-ef7b-da0e-92d9b3695249@gmail.com - https://lore.kernel.org/r/5b83767e-c53d-316f-df10-45a39dbd9c88@gmail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Neil Armstrong (6): dt-bindings: rtc: convert rtc-meson-vrtc.txt to dt-schema dt-bindings: soc: amlogic: convert clk-measure.txt to dt-schema dt-bindings: soc: amlogic: document System Control registers dt-bindings: soc: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema dt-bindings: soc: amlogic: convert amlogic,gxbb-aoclkc.txt to dt-schema dt-bindings: soc: amlogic: update sysctrl clock-controller subnode type .../bindings/clock/amlogic,gxbb-aoclkc.txt | 64 ----------- .../bindings/clock/amlogic,gxbb-aoclkc.yaml | 120 ++++++++++++++++++++ .../bindings/clock/amlogic,gxbb-clkc.txt | 53 --------- .../bindings/clock/amlogic,gxbb-clkc.yaml | 51 +++++++++ .../bindings/rtc/amlogic,meson-vrtc.yaml | 42 +++++++ .../devicetree/bindings/rtc/rtc-meson-vrtc.txt | 22 ---- .../soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 40 +++++++ .../soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml | 122 +++++++++++++++++++++ .../bindings/soc/amlogic/clk-measure.txt | 21 ---- 9 files changed, 375 insertions(+), 160 deletions(-) --- base-commit: 5b1c3cf237da1dec2945694a6b7e5a0b66272d53 change-id: 20230209-b4-amlogic-bindings-convert-take2-e2caf8e1c13f Best regards,