devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Frank Rowand <frowand.list@gmail.com>,
	Mark Rutland <mark.rutland@arm.com>,
	arm@kernel.org
Subject: [PATCH 0/3] dtc updates for 4.12
Date: Tue, 21 Mar 2017 11:19:55 -0500	[thread overview]
Message-ID: <20170321161958.9658-1-robh@kernel.org> (raw)

This series syncs dtc with current mainline. The primary motivation is 
to pull in the new checks I've worked on. This gives lots of new 
warnings which are turned off by default.

Arm-soc folks, I've left the PCI checks enabled as they are pretty much 
all real errors and there aren't that many (about 1200, but that's lots 
of duplicates). I have a patch for some of them.

Rob

Rob Herring (3):
  scripts/dtc: automate getting dtc version and log in update script
  scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6
  dtc: update warning settings for new bus and node/property name checks

 scripts/Makefile.lib                 |   9 +-
 scripts/dtc/checks.c                 | 361 +++++++++++++++++++++++++++++++----
 scripts/dtc/data.c                   |  16 +-
 scripts/dtc/dtc-lexer.l              |   3 +-
 scripts/dtc/dtc-lexer.lex.c_shipped  |  77 ++++----
 scripts/dtc/dtc-parser.tab.c_shipped |   6 +-
 scripts/dtc/dtc-parser.y             |   6 +-
 scripts/dtc/dtc.c                    |   9 +-
 scripts/dtc/dtc.h                    |  11 +-
 scripts/dtc/flattree.c               |  58 +++---
 scripts/dtc/libfdt/fdt_rw.c          |   3 +-
 scripts/dtc/libfdt/libfdt.h          |  51 ++++-
 scripts/dtc/libfdt/libfdt_env.h      |  26 +--
 scripts/dtc/livetree.c               |  22 ++-
 scripts/dtc/srcpos.c                 |   2 +-
 scripts/dtc/srcpos.h                 |  11 +-
 scripts/dtc/treesource.c             |   6 +-
 scripts/dtc/update-dtc-source.sh     |  20 +-
 scripts/dtc/util.c                   |  11 +-
 scripts/dtc/util.h                   |  24 ++-
 scripts/dtc/version_gen.h            |   2 +-
 21 files changed, 550 insertions(+), 184 deletions(-)

-- 
2.10.1

             reply	other threads:[~2017-03-21 16:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21 16:19 Rob Herring [this message]
2017-03-21 16:19 ` [PATCH 1/3] scripts/dtc: automate getting dtc version and log in update script Rob Herring
2017-03-21 16:19 ` [PATCH 2/3] scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6 Rob Herring
2017-03-21 16:19 ` [PATCH 3/3] dtc: update warning settings for new bus and node/property name checks Rob Herring
2017-03-21 16:49 ` [PATCH 0/3] dtc updates for 4.12 Florian Fainelli
2017-03-21 19:36   ` Rob Herring
2017-03-21 19:15 ` Olof Johansson
     [not found]   ` <CAOesGMiWFPERPapOLCW4iqSuFWiqesBBjGN0ny6XjzFXNfKr4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-21 19:55     ` Rob Herring
2017-03-29 21:41       ` Rob Herring

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=20170321161958.9658-1-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=arm@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    /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).