devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Rowand <frowand.list@gmail.com>
To: Rob Herring <robh@kernel.org>, devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8
Date: Wed, 27 Oct 2021 21:34:24 -0500	[thread overview]
Message-ID: <65c90678-b612-d208-1db3-aa7e48d8975d@gmail.com> (raw)
In-Reply-To: <20211025172028.738446-1-robh@kernel.org>

On 10/25/21 12:20 PM, Rob Herring wrote:
> This adds the following commits from upstream:
> 
> 0a3a9d3449c8 checks: Add an interrupt-map check
> 8fd24744e361 checks: Ensure '#interrupt-cells' only exists in interrupt providers
> d8d1a9a77863 checks: Drop interrupt provider '#address-cells' check
> 52a16fd72824 checks: Make interrupt_provider check dependent on interrupts_extended_is_cell
> 37fd700685da treesource: Maintain phandle label/path on output
> e33ce1d6a8c7 flattree: Use '\n', not ';' to separate asm pseudo-ops
> d24cc189dca6 asm: Use assembler macros instead of cpp macros
> ff3a30c115ad asm: Use .asciz and .ascii instead of .string
> 5eb5927d81ee fdtdump: fix -Werror=int-to-pointer-cast
> 0869f8269161 libfdt: Add ALIGNMENT error string
> 69595a167f06 checks: Fix bus-range check
> 72d09e2682a4 Makefile: add -Wsign-compare to warning options
> b587787ef388 checks: Fix signedness comparisons warnings
> 69bed6c2418f dtc: Wrap phandle validity check
> 910221185560 fdtget: Fix signedness comparisons warnings
> d966f08fcd21 tests: Fix signedness comparisons warnings
> ecfb438c07fa dtc: Fix signedness comparisons warnings: pointer diff
> 5bec74a6d135 dtc: Fix signedness comparisons warnings: reservednum
> 24e7f511fd4a fdtdump: Fix signedness comparisons warnings
> b6910bec1161 Bump version to v1.6.1
> 21d61d18f968 Fix CID 1461557
> 4c2ef8f4d14c checks: Introduce is_multiple_of()
> e59ca36fb70e Make handling of cpp line information more tolerant
> 0c3fd9b6aceb checks: Drop interrupt_cells_is_cell check
> 6b3081abc4ac checks: Add check_is_cell() for all phandle+arg properties
> 2dffc192a77f yamltree: Remove marker ordering dependency
> 61e513439e40 pylibfdt: Rework "avoid unused variable warning" lines
> c8bddd106095 tests: add a positive gpio test case
> ad4abfadb687 checks: replace strstr and strrchr with strends
> 09c6a6e88718 dtc.h: add strends for suffix matching
> 9bb9b8d0b4a0 checks: tigthen up nr-gpios prop exception
> b07b62ee3342 libfdt: Add FDT alignment check to fdt_check_header()
> a2def5479950 libfdt: Check that the root-node name is empty
> 4ca61f84dc21 libfdt: Check that there is only one root node
> 34d708249a91 dtc: Remove -O dtbo support
> 8e7ff260f755 libfdt: Fix a possible "unchecked return value" warning
> 88875268c05c checks: Warn on node-name and property name being the same
> 9d2279e7e6ee checks: Change node-name check to match devicetree spec
> f527c867a8c6 util: limit gnu_printf format attribute to gcc >= 4.4.0
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> As usual, the diff is what's changed from upstream and not all that 
> meaningful to review.
> 
>  scripts/dtc/checks.c              | 222 ++++++++++++++++++++++--------
>  scripts/dtc/dtc-lexer.l           |   2 +-
>  scripts/dtc/dtc.c                 |   6 +-
>  scripts/dtc/dtc.h                 |  40 +++++-
>  scripts/dtc/flattree.c            |  11 +-
>  scripts/dtc/libfdt/fdt.c          |   4 +
>  scripts/dtc/libfdt/fdt_rw.c       |  18 ++-
>  scripts/dtc/libfdt/fdt_strerror.c |   1 +
>  scripts/dtc/libfdt/libfdt.h       |   7 +
>  scripts/dtc/livetree.c            |   6 +-
>  scripts/dtc/treesource.c          |  48 +++----
>  scripts/dtc/util.h                |   6 +-
>  scripts/dtc/version_gen.h         |   2 +-
>  scripts/dtc/yamltree.c            |  16 ++-
>  14 files changed, 275 insertions(+), 114 deletions(-)
> 
> diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
> index 17cb6890d45a..781ba1129a8e 100644
> --- a/scripts/dtc/checks.c
> +++ b/scripts/dtc/checks.c

< snip >

Cursory sanity check review.

Light testing: Build with a few config variations, boot dragonboard 8074.

Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Tested-by: Frank Rowand <frank.rowand@sony.com>

      reply	other threads:[~2021-10-28  2:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-25 17:20 [PATCH] scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8 Rob Herring
2021-10-28  2:34 ` Frank Rowand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65c90678-b612-d208-1db3-aa7e48d8975d@gmail.com \
    --to=frowand.list@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).