devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-06 16:27:20 to 2020-03-05 14:04:45 UTC [more...]

[PATCH] libfdt: fix undefined behaviour in fdt_splice_()
 2020-03-05 14:04 UTC 

DTC 1.6.0
 2020-03-04  6:42 UTC 

[PATCH] checks: Add 'dma-ranges' check
 2020-03-03 23:30 UTC  (2+ messages)

[PATCH 1/4] libfdt: Fix a few typos
 2020-03-02 23:01 UTC  (5+ messages)
  ` [PATCH 2/4] libfdt: Improve comments in some of the assumptions
  ` [PATCH 3/4] libfdt: Add support for disabling internal checks
  ` [PATCH 4/4] libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checks

[RFC PATCH v2 0/4] Add device tree build information
 2020-03-02 12:55 UTC  (16+ messages)
  ` [RFC PATCH v2 1/4] scripts: Add script to generate dtb "
  ` [RFC PATCH v2 2/4] of: fdt: print "
  ` [RFC PATCH v2 4/4] script: make automatic dtb build info generation
` [RFC PATCH v2 3/4] ARM: dts: stm32: Add dtb build information entry for stm32mp157c-dk2

[RFC PATCH v2 0/4]
 2020-02-26 16:38 UTC  (7+ messages)
` [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
  ` [RFC PATCH v2 2/4] of: fdt: print "
` [RFC PATCH v2 3/4] ARM: dts: stm32: Add dtb build information entry for stm32mp157c-dk2
` [RFC PATCH v2 4/4] script: make automatic dtb build info generation

[PATCH v7 0/8] libfdt: Allow more control of code size
 2020-02-24  5:58 UTC  (14+ messages)
  ` [PATCH v7 1/8] libfdt: De-inline fdt_header_size()
  ` [PATCH v7 2/8] Add a way to control the level of checks in the code
  ` [PATCH v7 3/8] libfdt: Add support for disabling dtb checks
  ` [PATCH v7 4/8] libfdt: Add support for disabling sanity checks
  ` [PATCH v7 5/8] libfdt: Add support for disabling rollback handling
  ` [PATCH v7 6/8] libfdt: Add support for disabling version checks
  ` [PATCH v7 7/8] libfdt: Add support for disabling ordering check/fixup
  ` [PATCH v7 8/8] libfdt: Allow exclusion of fdt_check_full()

[PATCH] libfdt: place new nodes & properties after the parent's ones
 2020-02-12 19:25 UTC  (8+ messages)

[PATCH v6 0/8] libfdt: Allow more control of code size
 2020-02-12  5:39 UTC  (15+ messages)
  ` [PATCH v6 1/8] libfdt: De-inline fdt_header_size()
  ` [PATCH v6 2/8] Add a way to control the level of checks in the code
  ` [PATCH v6 3/8] libfdt: Add support for disabling dtb checks
  ` [PATCH v6 4/8] libfdt: Add support for disabling sanity checks
  ` [PATCH v6 5/8] libfdt: Add support for disabling rollback handling
  ` [PATCH v6 6/8] libfdt: Add support for disabling version checks
  ` [PATCH v6 7/8] libfdt: Add support for disabling ordering check/fixup
  ` [PATCH v6 8/8] libfdt: Allow exclusion of fdt_check_full()

[PATCH v5 0/7] libfdt: Allow more control of code size
 2020-02-12  2:05 UTC  (20+ messages)
  ` [PATCH v5 1/7] libfdt: De-inline fdt_header_size()
  ` [PATCH v5 2/7] Add a way to control the level of checks in the code
  ` [PATCH v5 3/7] libfdt: Add support for disabling dtb checks
  ` [PATCH v5 4/7] libfdt: Add support for disabling sanity checks
  ` [PATCH v5 5/7] libfdt: Add support for disabling rollback handling
  ` [PATCH v5 6/7] libfdt: Add support for disabling version checks
  ` [PATCH v5 7/7] libfdt: Allow exclusion of fdt_check_full()

[PATCH] libfdt: Remove special handling for unaligned reads
 2020-02-07  5:23 UTC  (26+ messages)

[PATCH v4 2/6] Add a way to control the level of checks in the code
 2020-02-06  5:38 UTC  (18+ messages)
        ` [PATCH v4 1/6] libfdt: De-inline fdt_header_size()
    ` [PATCH v4 3/6] libfdt: Add support for disabling sanity checks
    ` [PATCH v4 4/6] libfdt: Add support for disabling rollback handling
    ` [PATCH v4 5/6] libfdt: Add support for disabling version checks
    ` [PATCH v4 6/6] libfdt: Allow exclusion of fdt_check_full()

[PATCH] Revert "yamltree: Ensure consistent bracketing of properties with phandles"
 2020-01-29  3:42 UTC  (2+ messages)

[RFC PATCH 0/3] Add device tree build information
 2020-01-23 14:05 UTC  (35+ messages)
` [RFC PATCH 1/3] dtc: Add dtb build information option
  ` [RFC PATCH 2/3] of: fdt: print dtb build information
  ` [RFC PATCH 3/3] scripts: Use -B dtc option to generate "

[PATCH] libfdt: Correct signed/unsigned comparisons
 2020-01-17  9:23 UTC  (4+ messages)

[PATCH] Remove redundant YYLOC global declaration
 2020-01-16  1:33 UTC  (2+ messages)

dtc for .dts file linting
 2020-01-12 22:08 UTC 

[PATCH 00/53] binman: Support replacing entries in an existing image
 2019-07-29 21:22 UTC  (3+ messages)
` [PATCH 37/53] libfdt: Copy the struct region in fdt_resize()

SPDX conversion under scripts/dtc/ of Linux Kernel
 2019-06-20  7:45 UTC  (4+ messages)

[PATCH] fdt: Fix string property comparison overflow
 2019-01-03 21:29 UTC 

[RESEND PATCHv2 1/4] ARM: dts: add support for building DT overlays
 2018-09-06 21:00 UTC  (4+ messages)
    ` [RESEND PATCHv2 3/4] arm64: "

[PATCH v1] dtc: Add set-ldshared.patch
 2018-07-30 14:46 UTC  (4+ messages)

[PATCH] libfdt: Update to latest pylibfdt implementation
 2018-07-26 20:02 UTC 

[PATCH v2 00/29] binman: Add more tests and support for updating the device tree
 2018-07-09 19:52 UTC  (7+ messages)
` [PATCH v2 07/29] libfdt: Bring in proposed pylibfdt changes
` [PATCH v2 08/29] libfdt: Fix the Python pack() function
` [PATCH v2 09/29] libfdt: Add get_property() and del_node()


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).