devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-09 04:56:39 to 2021-11-07 22:43:46 UTC [more...]

[PATCH v4 0/4] Introduce fdtgrep for subsetting and hashing FDTs
 2021-11-07 22:43 UTC  (5+ messages)
  ` [PATCH v4 1/4] README: Explain how to add a new API function
  ` [PATCH v4 2/4] libfdt: Add functions to find regions in an FDT
  ` [PATCH v4 3/4] Add fdtgrep to grep and hash FDTs
  ` [PATCH v4 4/4] Add tests for fdtgrep

[PATCH v6 0/4] Switch to meson build system
 2021-11-05 21:01 UTC  (3+ messages)
` [PATCH v6 1/4] pylibfdt: allow build out of tree

A question about generated phandle during dtb=>dts conversion
 2021-11-05  3:57 UTC  (4+ messages)

[PATCH v3 0/5] Improve output type formatting
 2021-11-03 22:48 UTC  (22+ messages)
  ` [PATCH v3 1/5] Move marker functions to dtc.h
  ` [PATCH v3 2/5] Add has_type_markers() helper
  ` [PATCH v3 3/5] checks: Add markers on known properties
  ` [PATCH v3 4/5] dtc: Drop dts source restriction for yaml output
  ` [PATCH v3 5/5] treesource: Maintain phandle label/path on output

dtc 1.6.0 overlay full-path reference in array produces broken property names
 2021-11-01  6:19 UTC  (4+ messages)

[PATCH 1/2] checks: Add an interrupt-map check
 2021-10-21  4:51 UTC  (4+ messages)
  ` [PATCH 2/2] checks: Add a sanity check for #.*-cells property value

[PATCH v2 1/5] checks: Make interrupt_provider check dependent on interrupts_extended_is_cell
 2021-10-15 19:28 UTC  (12+ messages)
  ` [PATCH v2 2/5] checks: Add an interrupt-map check
  ` [PATCH v2 3/5] checks: Drop interrupt provider '#address-cells' check
  ` [PATCH v2 4/5] checks: Ensure '#interrupt-cells' only exists in interrupt providers
  ` [PATCH v2 5/5] checks: Add a sanity check for #.*-cells property value

error when compiling dts preprocessed with -g3
 2021-10-14 22:00 UTC  (11+ messages)

[PATCH 1/3] checks: Add an interrupt-map check
 2021-10-13  3:43 UTC  (8+ messages)
  ` [PATCH 2/3] checks: Drop interrupt provider '#address-cells' check
  ` [PATCH 3/3] checks: Ensure '#interrupt-cells' only exists in interrupt providers

[PATCH] fdtdump: fix -Werror=int-to-pointer-cast
 2021-08-26  0:58 UTC  (3+ messages)

[PATCH v2 0/3] Improve output type formatting
 2021-07-26 18:32 UTC  (10+ messages)
  ` [PATCH v2 1/3] checks: Add markers on known properties
  ` [PATCH v2 2/3] dtc: Drop dts source restriction for yaml output
  ` [PATCH v2 3/3] treesource: Maintain phandle label/path on output

[PATCH] checks: Fix bus-range check
 2021-06-30  0:32 UTC  (2+ messages)

[PATCH v3 0/5] dtc: Fix signed/unsigned comparison warnings
 2021-06-21  5:35 UTC  (11+ messages)
  ` [PATCH v3 1/5] tests: Fix signedness comparisons warnings
  ` [PATCH v3 2/5] fdtget: "
  ` [PATCH v3 3/5] dtc: Wrap phandle validity check
  ` [PATCH v3 4/5] checks: Fix signedness comparisons warnings
  ` [PATCH v3 5/5] Makefile: add -Wsign-compare to warning options

[PATCH 0/5] Follow-up on meson
 2021-06-19  9:31 UTC  (8+ messages)
` [PATCH 4/5] travis: install meson
` [PATCH 5/5] build-sys: replace makefiles to wrap meson/ninja

[PATCH v2 0/8] dtc: Fix signed/unsigned comparison warnings
 2021-06-19  5:45 UTC  (21+ messages)
  ` [PATCH v2 1/8] tests: Fix signedness comparisons warnings
  ` [PATCH v2 2/8] fdtdump: "
  ` [PATCH v2 3/8] fdtget: "
  ` [PATCH v2 4/8] dtc: Wrap phandle validity check
  ` [PATCH v2 5/8] dtc: Fix signedness comparisons warnings: reservednum
  ` [PATCH v2 6/8] dtc: Fix signedness comparisons warnings: pointer diff
  ` [PATCH v2 7/8] checks: Fix signedness comparisons warnings
  ` [PATCH v2 8/8] Makefile: add -Wsign-compare to warning options

[PATCH 0/5] Improve output type formatting
 2021-06-15 14:25 UTC  (15+ messages)
  ` [PATCH 1/5] yamltree: Remove marker ordering dependency
  ` [PATCH 2/5] checks: Add check_is_cell() for all phandle+arg properties
  ` [PATCH 3/5] checks: Drop interrupt_cells_is_cell check
  ` [PATCH 4/5] checks: Add markers on known properties
  ` [PATCH 5/5] dtc: Drop dts source restriction for yaml output

[PATCH 00/11] dtc: Fix signed/unsigned comparison warnings
 2021-06-15  2:58 UTC  (5+ messages)
` [PATCH 01/11] tests: Fix signedness comparisons warnings

[PATCH 0/4] libfdt: Check for integer overflows
 2021-06-15  0:42 UTC  (9+ messages)
  ` [PATCH 1/4] libfdt: Check for invalid memreserve block
  ` [PATCH 2/4] tests: Enhance truncated_memrsv to test fdt_open_into()
  ` [PATCH 3/4] libfdt: Check DT struct size for integer overflow
  ` [PATCH 4/4] libfdt: Protect buffer size checks against "

[PATCH v2] libfdt: Document sequential write mechanism
 2021-06-14 10:57 UTC 

DTC 1.6.1 released
 2021-06-08 10:38 UTC 

[PATCH] pylibfdt: Rework "avoid unused variable warning" lines
 2021-05-25  3:27 UTC  (2+ messages)

[PATCH 0/4] checks: clean up string parsing
 2021-05-04  4:53 UTC  (6+ messages)
  ` [PATCH 1/4] checks: tigthen up nr-gpios prop exception
  ` [PATCH 2/4] dtc.h: add strends for suffix matching
  ` [PATCH 3/4] checks: replace strstr and strrchr with strends
  ` [PATCH 4/4] tests: add a positive gpio test case

[PATCH] libfdt: Fix the undefined behavior in fdt_num_mem_rsv()
 2021-04-20  1:30 UTC  (6+ messages)

[PATCH] checks: stop allowing nr-gpio, only allow nr-gpios
 2021-04-12  4:30 UTC  (6+ messages)
  ` [PATCH v2] checks: tigthen up nr-gpios prop exception
      ` [PATCH v3] "

[PATCH] libfdt: Add FDT alignment check to fdt_check_header()
 2021-04-07 18:39 UTC  (8+ messages)

[PATCH] dtc: Update the build rule for pylibfdt
 2021-04-06  4:34 UTC  (2+ messages)

[PATCH v3 1/6] libfdt: Tidy up pylibfdt build rule
 2021-03-26  6:08 UTC  (2+ messages)

[PATCH v2 0/6] Makefile: Tidy up of-platdata file generation rules
 2021-03-26  3:18 UTC  (3+ messages)
` [PATCH v2 1/6] libfdt: Tidy up pylibfdt build rule

[PATCH 0/6] Makefile: Tidy up of-platdata file generation rules
 2021-03-24  7:07 UTC  (2+ messages)
` [PATCH 1/6] dtc: Tidy up pylibfdt build rule

[PATCH] dtc: Return error when reading non-ascii chars
 2021-03-23  3:32 UTC  (2+ messages)

[PATCH v3 2/2] libfdt: Check that the root-node name is empty
 2021-03-23  1:13 UTC  (2+ messages)

[PATCH v2 1/2] libfdt: Check that there is only one root node
 2021-03-23  0:57 UTC  (4+ messages)
  ` [PATCH v2 2/2] libfdt: Check that the root-node name is empty

[PATCH 1/2] libfdt: Check that there is only one root node
 2021-03-23  0:03 UTC  (4+ messages)
  ` [PATCH 2/2] libfdt: Check that the root-node name is empty

[PATCH] dtc: Remove -O dtbo support
 2021-03-12  1:58 UTC  (2+ messages)

[PATCH] fdtoverlay: Prevent overlays from modifying phandle properties
 2021-03-09  4:56 UTC  (6+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).