All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] dtc updates for 4.17
@ 2018-02-28 23:32 Rob Herring
  2018-02-28 23:32 ` [PATCH 1/6] kbuild: remove remaining use of undefined YACC_PREFIX Rob Herring
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Rob Herring @ 2018-02-28 23:32 UTC (permalink / raw)
  To: Masahiro Yamada, Frank Rowand; +Cc: devicetree, linux-kernel

This series updates building dtc with flex and bison rather than using 
the _shipped files and updates dtc to the current upstream version. The 
new dtc adds some new warnings, so turn off the noisiest ones. While 
here adjusting the warnings, we can also now re-enable some that have 
gotten fixed.

Yamada-san, I figured out why you wanted the dtc update after I wrote 
the patch to remove the shipped files... :) I guess you may already have 
a similar patch. I suppose the first patch should go into 4.16, but 
nothing needs the fix yet. So it may be easier if you can just ack it 
and I'll keep it with the rest of the series.

Rob

Rob Herring (6):
  kbuild: remove remaining use of undefined YACC_PREFIX
  kbuild: add dtc as dependency on .dtb files
  scripts: re-enable some now fixed dtc warnings
  scripts/dtc: generate lexer and parser during build instead of
    shipping
  scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
  scripts: turn off some new dtc warnings by default

 include/linux/libfdt_env.h           |    6 +-
 scripts/Makefile.lib                 |    9 +-
 scripts/dtc/Makefile                 |    6 +-
 scripts/dtc/checks.c                 |  439 ++++---
 scripts/dtc/dtc-lexer.lex.c_shipped  | 2259 ---------------------------------
 scripts/dtc/dtc-parser.tab.c_shipped | 2321 ----------------------------------
 scripts/dtc/dtc-parser.tab.h_shipped |  125 --
 scripts/dtc/dtc-parser.y             |   17 +-
 scripts/dtc/dtc.c                    |    7 +-
 scripts/dtc/dtc.h                    |   11 +-
 scripts/dtc/flattree.c               |    2 +-
 scripts/dtc/libfdt/fdt.c             |   13 +-
 scripts/dtc/libfdt/fdt.h             |    6 +-
 scripts/dtc/libfdt/fdt_overlay.c     |   51 +
 scripts/dtc/libfdt/fdt_ro.c          |  132 +-
 scripts/dtc/libfdt/fdt_rw.c          |   90 +-
 scripts/dtc/libfdt/fdt_sw.c          |   24 +-
 scripts/dtc/libfdt/fdt_wip.c         |   10 +-
 scripts/dtc/libfdt/libfdt.h          |   37 +-
 scripts/dtc/libfdt/libfdt_env.h      |   33 +-
 scripts/dtc/libfdt/libfdt_internal.h |   32 +-
 scripts/dtc/livetree.c               |   10 +-
 scripts/dtc/srcpos.c                 |    5 -
 scripts/dtc/srcpos.h                 |    6 +-
 scripts/dtc/update-dtc-source.sh     |    5 -
 scripts/dtc/util.h                   |    9 +-
 scripts/dtc/version_gen.h            |    2 +-
 27 files changed, 630 insertions(+), 5037 deletions(-)
 delete mode 100644 scripts/dtc/dtc-lexer.lex.c_shipped
 delete mode 100644 scripts/dtc/dtc-parser.tab.c_shipped
 delete mode 100644 scripts/dtc/dtc-parser.tab.h_shipped

-- 
2.14.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-03-01 18:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 23:32 [PATCH 0/6] dtc updates for 4.17 Rob Herring
2018-02-28 23:32 ` [PATCH 1/6] kbuild: remove remaining use of undefined YACC_PREFIX Rob Herring
2018-03-01  4:20   ` Masahiro Yamada
2018-03-01 11:35     ` Masahiro Yamada
2018-03-01 13:39       ` Rob Herring
2018-03-01 14:01         ` Masahiro Yamada
2018-03-01 15:38           ` Rob Herring
2018-02-28 23:32 ` [PATCH 2/6] kbuild: add dtc as dependency on .dtb files Rob Herring
2018-03-01  4:33   ` Masahiro Yamada
2018-03-01  5:45     ` Masahiro Yamada
2018-03-01 13:28       ` Rob Herring
2018-03-01 14:04         ` Masahiro Yamada
2018-02-28 23:32 ` [PATCH 3/6] scripts: re-enable some now fixed dtc warnings Rob Herring
2018-02-28 23:32 ` [PATCH 4/6] scripts/dtc: generate lexer and parser during build instead of shipping Rob Herring
2018-03-01  4:34   ` Masahiro Yamada
2018-03-01 18:13     ` Rob Herring
2018-02-28 23:32 ` [PATCH 5/6] scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 Rob Herring
2018-02-28 23:32 ` [PATCH 6/6] scripts: turn off some new dtc warnings by default Rob Herring
2018-03-01  4:43 ` [PATCH 0/6] dtc updates for 4.17 Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.