[PATCH 0/2] dtc: dt-check-style: Improvements for continued properties

Krzysztof Kozlowski posted 2 patches 2 weeks ago
scripts/dtc/dt-check-style                         | 42 +++++++++--------
.../dtc/dt-style-selftest/bad/dts-blank-lines.dts  | 37 +++++++++++++++
.../dt-style-selftest/bad/yaml-blank-lines.yaml    | 54 ++++++++++++++++++++++
.../expected/dts-blank-lines.dts.txt               |  6 +++
.../expected/yaml-blank-lines.yaml.txt             |  6 +++
5 files changed, 125 insertions(+), 20 deletions(-)
[PATCH 0/2] dtc: dt-check-style: Improvements for continued properties
Posted by Krzysztof Kozlowski 2 weeks ago
Merging
=======
On top of:
https://patch.msgid.link/20260909-b4-dts-style-checker-continued-lines-v3-0-474bb324ae53@oss.qualcomm.com

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      dtc: dt-check-style: Re-work classifying property continuations
      dtc: dt-check-style: Handle multiple blank lines in continued properties

 scripts/dtc/dt-check-style                         | 42 +++++++++--------
 .../dtc/dt-style-selftest/bad/dts-blank-lines.dts  | 37 +++++++++++++++
 .../dt-style-selftest/bad/yaml-blank-lines.yaml    | 54 ++++++++++++++++++++++
 .../expected/dts-blank-lines.dts.txt               |  6 +++
 .../expected/yaml-blank-lines.yaml.txt             |  6 +++
 5 files changed, 125 insertions(+), 20 deletions(-)
---
base-commit: 664f1ec11b4dc75f6de70a52e8219f812b6e57b3
change-id: 20260911-dts-style-checker-blank-lines-13149dbf830b
prerequisite-change-id: 20260909-b4-dts-style-checker-continued-lines-c6895bacb860:v3
prerequisite-patch-id: 14fa558b453aaf560eb17d163500a433e38890bf
prerequisite-patch-id: f8ccd89f399b61ec1dc867ec7955a009c8c7b694
prerequisite-patch-id: 833114edb0c81877ed1182563426ba9695b81081
prerequisite-patch-id: 2ee62b9fd3ca36941fa9191b55136afb2bd699ed
prerequisite-patch-id: 464e2f568391edd2c3a39ea0d8920756a19e3159
prerequisite-patch-id: 0ddb7cb6bf6ba3503500ba8735ef77169a403edf
prerequisite-patch-id: 1fe3a764be34bc423a0e6abe13112948d0d948f0

Best regards,
--  
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Re: [PATCH 0/2] dtc: dt-check-style: Improvements for continued properties
Posted by Rob Herring 1 week, 1 day ago
On Fri, Sep 11, 2026 at 01:42:03PM +0200, Krzysztof Kozlowski wrote:
> Merging
> =======
> On top of:
> https://patch.msgid.link/20260909-b4-dts-style-checker-continued-lines-v3-0-474bb324ae53@oss.qualcomm.com
> 
> Best regards,
> Krzysztof
> 
> ---
> Krzysztof Kozlowski (2):
>       dtc: dt-check-style: Re-work classifying property continuations
>       dtc: dt-check-style: Handle multiple blank lines in continued properties

Applied, thanks!

Rob