Linux Device Tree Compiler
[Prev Page][Next Page]
- Re: [PATCH 4/4] libfdt: Protect buffer size checks against integer overflow, (continued)
- [PATCH v2 0/3] Improve output type formatting,
Rob Herring
- DTC 1.6.1 released, David Gibson
- [PATCH 0/5] Improve output type formatting,
Rob Herring
- [PATCH] pylibfdt: Rework "avoid unused variable warning" lines,
Tom Rini
- [PATCH 0/4] checks: clean up string parsing,
Ilya Lipnitskiy
- [PATCH] libfdt: Add FDT alignment check to fdt_check_header(),
Rob Herring
- [PATCH] checks: stop allowing nr-gpio, only allow nr-gpios,
Ilya Lipnitskiy
- [PATCH] libfdt: Fix the undefined behavior in fdt_num_mem_rsv(),
Bin Meng
- [PATCH] dtc: Update the build rule for pylibfdt,
Simon Glass
- [PATCH v3 1/6] libfdt: Tidy up pylibfdt build rule,
Simon Glass
- [PATCH v2 0/6] Makefile: Tidy up of-platdata file generation rules,
Simon Glass
- [PATCH 0/6] Makefile: Tidy up of-platdata file generation rules,
Simon Glass
- [PATCH v3 2/2] libfdt: Check that the root-node name is empty,
Simon Glass
- [PATCH v2 1/2] libfdt: Check that there is only one root node,
Simon Glass
- [PATCH 1/2] libfdt: Check that there is only one root node,
Simon Glass
- [PATCH] dtc: Return error when reading non-ascii chars,
montytyper
- [PATCH] dtc: Remove -O dtbo support,
Masahiro Yamada
- [PATCH] fdt_rw.c: Fix Unchecked return value error,
Ryan Long
- [PATCH] Unchecked return value error in fdt_rw.c,
Ryan Long
- [DTC][RFC] dtc: Allow better error reporting,
Viresh Kumar
- [PATCH] checks: Error on node-name and property name being the same,
Kumar Gala
- [PATCH] checks: Change node-name check to match devicetree spec,
Kumar Gala
- [PATCH] util: limit gnu_printf format attribute to gcc >= 4.4.0,
Jonathan Gray
- [PATCH] gitignore: Ignore the swp files,
Viresh Kumar
- [PATCH] gitignore: Add cscope files,
Viresh Kumar
- Address Update,
jdl
- [PATCH] srcpos: increase MAX_SRCFILE_DEPTH,
Ignacy Kuchciński
- [PATCH] dtc: Allow overlays to have .dtbo extension,
Viresh Kumar
- fdtdump.c: Compile error with GCC 11,
Sebastian Huber
- [PATCHv3] Set last_comp_version correctly in new dtb and fix potential version issues in fdt_open_into,
Justin Covell
- [PATCHv2] Set last_comp_version correctly in new dtb and fix potential version issues in fdt_open_into,
Justin Covell
- [PATCH] fdtoverlay: Prevent overlays from modifying phandle properties,
Paul Barker
- [PATCH] tests: Fix overlay_overlay_nosugar test case,
Paul Barker
- [PATCHv3] libfdt: Internally perform potentially unaligned loads, Tom Rini
- Testsuite failures on sparc64 due to unaligned access since 1.5.0,
John Paul Adrian Glaubitz
- [PATCH 0/5] Follow-up on meson,
marcandre . lureau
- [PATCH 5/5] build-sys: replace makefiles to wrap meson/ninja, marcandre . lureau
Re: [PATCH 0/5] Follow-up on meson, David Gibson
[PATCH 0/1] libfdt: Change last_comp_version to fit spec,
Justin Covell
[PATCHv2] libfdt: Internally perform potentially unaligned loads,
Tom Rini
[PATCH] libfdt: Internally perform potentially unaligned loads,
Tom Rini
[PATCH v6 0/4] Switch to meson build system,
marcandre . lureau
[PATCH] libfdt: Make fdt{32,64}_ld() default to assuming unaligned access is safe,
Tom Rini
[PATCH] libfdt: Check for 8-byte address alignment in fdt_ro_probe_(),
Tom Rini
[PATCH] libfdt: Default to assuming aligned reads are OK,
Tom Rini
Size growth?,
Tom Rini
[PATCH] libfdt: Fix kernel-doc comments,
Andre Przywara
[PATCH] libfdt: Document sequential write mechanism,
Andre Przywara
[PATCH 00/11] dtc: Fix signed/unsigned comparison warnings,
Andre Przywara
- [PATCH 01/11] tests: Fix signedness comparisons warnings, Andre Przywara
- [PATCH 02/11] convert-dtsv0: Fix signedness comparisons warning, Andre Przywara
- [PATCH 03/11] fdtdump: Fix signedness comparisons warnings, Andre Przywara
- [PATCH 04/11] fdtget: Fix signedness comparisons warnings, Andre Przywara
- [PATCH 05/11] dtc: Wrap phandle validity check, Andre Przywara
- [PATCH 06/11] dtc: Fix signedness comparisons warnings: change types, Andre Przywara
- [PATCH 07/11] dtc: Fix signedness comparisons warnings: reservednum, Andre Przywara
- [PATCH 08/11] dtc: Fix signedness comparisons warnings: Wrap (-1), Andre Przywara
- [PATCH 09/11] dtc: Fix signedness comparisons warnings: pointer diff, Andre Przywara
- [PATCH 10/11] checks: Fix signedness comparisons warnings, Andre Przywara
- [PATCH 11/11] Makefile: add -Wsign-compare to warning options, Andre Przywara
[PATCH v5 0/3] Add meson build system,
marcandre . lureau
[PATCH v4 0/4] Add meson build system,
marcandre . lureau
[PATCH v2 0/6] libfdt: Fix signed/unsigned comparison warnings,
Andre Przywara
[PATCH 1/2] checks: Allow PCI bridge child nodes without an address,
Rob Herring
[PATCH 00/14] libfdt: Fix signed/unsigned comparison warnings,
Andre Przywara
- [PATCH 03/14] libfdt: fdt_grab_space_(): Fix comparison warning, Andre Przywara
- [PATCH 02/14] libfdt: fdt_mem_rsv(): Fix comparison warnings, Andre Przywara
- [PATCH 01/14] libfdt: fdt_offset_ptr(): Fix comparison warnings, Andre Przywara
- [PATCH 08/14] libfdt: fdt_create_with_flags(): Fix comparison warning, Andre Przywara
- [PATCH 06/14] libfdt: fdt_get_string(): Fix comparison warnings, Andre Przywara
- [PATCH 04/14] libfdt: fdt_add_string_(): Fix comparison warning, Andre Przywara
- [PATCH 05/14] libfdt: fdt_move(): Fix comparison warnings, Andre Przywara
- [PATCH 07/14] libfdt: fdt_splice_(): Fix comparison warning, Andre Przywara
- [PATCH 14/14] libfdt: fdt_strerror(): Fix comparison warning, Andre Przywara
- [PATCH 12/14] libfdt: fdt_get_string(): Fix sequential write comparison warnings, Andre Przywara
- [PATCH 11/14] libfdt: overlay: Fix comparison warning, Andre Przywara
- [PATCH 13/14] libfdt: fdt_node_offset_by_phandle(): Fix comparison warning, Andre Przywara
- [PATCH 10/14] libfdt: libfdt_wip: Fix comparison warning, Andre Przywara
- [PATCH 09/14] libfdt: fdt_resize(): Fix comparison warning, Andre Przywara
- Re: [PATCH 00/14] libfdt: Fix signed/unsigned comparison warnings, David Gibson
[RFC PATCH v4 0/4] dtc: Add a plugin interface,
Andrei Ziureaev
[PATCH v3 0/4] Add meson build system,
marcandre . lureau
[PATCH v2 0/6] Introduce fdt_overlay_merge() to allow merge of overlay blob,
Gurbir Arora
[RFC PATCH v3 0/4] dtc: Add a plugin interface,
Andrei Ziureaev
[RFC PATCH v2 0/3] dtc: Add a plugin interface,
Andrei Ziureaev
error when compiling dts preprocessed with -g3,
Adrian Fiergolski
[PATCH] libfdt: fix fdt_check_node_offset_ w/ VALID_INPUT,
Frank Mehnert
libfdt / fdt_check_node_offset_ with VALID_INPUT,
Frank Mehnert
Windows host support,
mturney
[RFC PATCH 0/4] dtc: Add a plugin interface,
Andrei Ziureaev
[PATCH v2 0/6] dtc: Add support for signed operations,
Andrei Ziureaev
[PATCH] libfdt: fix fdt_check_full buffer overrun,
patrick . oppenlander
[PATCH 0/3] dtc: Preserve negative integers in yaml and dts output,
Andrei Ziureaev
[PATCH] dtc: Consider one-character strings as strings,
Geert Uytterhoeven
[PATCH v4 0/2] dtc: Improve checks for i2c reg properties,
Joel Stanley
[PATCH] libfdt: trivial typo fix,
patrick . oppenlander
[PATCH] libfdt: add extern "C" for C++,
patrick . oppenlander
[PATCH] libfdt: Correct condition for reordering blocks,
Simon Glass
Fwd: arch/arm/boot/compressed/fdt_rw.c:439:38: sparse: sparse: dubious: x | !y, Rob Herring
/bits/ encoding,
Rob Herring
libfdt: extern "C" for c++?,
Patrick Oppenlander
[PATCH v3 0/3] dtc: checks: Validate interrupt-map properties,
Andre Przywara
[PATCH v3 0/2] dtc: Improve checks for i2c reg properties,
Joel Stanley
[PATCH v2 0/2] dtc: Improve checks for i2c reg properties,
Joel Stanley
[PATCH] check: Add 10bit/slave i2c reg flags support,
Serge Semin
Re: [PATCH] libfdt: Remove superfluous NUL character from overlay symbols,
Simon Glass
Supporting aliases in PATHREFs,
Kumar Gala
[PATCH] checks: Remove warning for I2C_OWN_SLAVE_ADDRESS,
Joel Stanley
[PATCH v2 0/3] dtc: checks: Validate interrupt-map properties,
Andre Przywara
[PATCH 0/3] dtc: checks: Validate interrupt-map properties,
Andre Przywara
[RFC PATCH 0/2] dtc: checks: Validate interrupt-map properties,
Andre Przywara
[PATCH] Makefile: when building libfdt only, do not add unneeded deps,
Claudio Fontana
interested in Devicetree plumbers 2020 session?, Frank Rowand
Re: linux-next: build warning after merge of the aspeed tree,
Joel Stanley
bus error on sparc64 running type-preservation test,
Tom Turelinckx
valgrind tests don't test anything,
Arkadiusz Drabczyk
[PATCH] check: Inform about missing ranges,
Arkadiusz Drabczyk
[PATCH] libfdt: fix undefined behaviour in fdt_splice_(),
Jan Beulich
DTC 1.6.0, David Gibson
[PATCH] checks: Add 'dma-ranges' check,
Rob Herring
[PATCH 1/4] libfdt: Fix a few typos,
Simon Glass
[RFC PATCH v2 0/4] Add device tree build information,
Alexandre Torgue
[RFC PATCH v2 0/4],
Alexandre Torgue
[PATCH v7 0/8] libfdt: Allow more control of code size,
Simon Glass
[PATCH v6 0/8] libfdt: Allow more control of code size,
Simon Glass
[PATCH v6 8/8] libfdt: Allow exclusion of fdt_check_full(), Simon Glass
[PATCH v5 0/7] libfdt: Allow more control of code size,
Simon Glass
[PATCH] libfdt: place new nodes & properties after the parent's ones,
Marek Szyprowski
[PATCH] Revert "yamltree: Ensure consistent bracketing of properties with phandles",
Rob Herring
[PATCH] libfdt: Remove special handling for unaligned reads,
Tom Rini
[Index of Archives]
[Device Tree]
[Device Tree Spec]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]