Linux Device Tree Compiler
[Prev Page][Next Page]
- Re: [PATCH] checks: Detect cascoda,ca8210 extclock-gpio false-positive, (continued)
- DTC v1.4.7 released,
David Gibson
- [PATCH v2] libfdt: fdt_address_cells() and fdt_size_cells(),
Sebastian Huber
- [PATCH] libfdt: fdt_address_cells() and fdt_size_cells(),
Sebastian Huber
- [PATCH 1/2] livetree: Set phandle properties type to uint32,
Rob Herring
- [PATCH 1/5] pylibfdt: Allow switch to Python 3 via environment variable PYTHON,
frenzy
- [PATCH v6 0/1] pylibfdt: Enhance pylibfdt support to cover sequential-write,
Simon Glass
- [PATCH] dtc and Python 3,
Lumir Balhar
- [PATCH v5 0/2] pylibfdt: Enhance pylibfdt support to cover sequential-write,
Simon Glass
- [PATCH v2 00/29] binman: Add more tests and support for updating the device tree,
Simon Glass
- [PATCH v4] Preserve datatype markers when emitting dts format,
Rob Herring
- [RFC] libfdt: Add helpers for accessing unaligned words,
David Gibson
- [PATCH v4 0/1] pylibfdt: Enhance pylibfdt support to cover sequential-write,
Simon Glass
- [PATCH 1/3] tests: fix grep for checks error messages,
Rob Herring
- [PATCH v3 0/4] pylibfdt: Enhance pylibfdt support to cover sequential-write,
Simon Glass
- [PATCH] pylibfdt: Update the bytearray size with pack(),
Simon Glass
- [PATCH v5] pylibfdt: Allow reading integer values from properties,
Simon Glass
- [PATCH] pylibfdt: Use an unsigned type for fdt32_t,
Simon Glass
- Is fdt64_to_cpu() supposed to result in non-aligned access?,
Cyril Novikov
- [PATCH v2 00/10] pylibfdt: Enhance pylibfdt support to cover sequential-write,
Simon Glass
- [PATCH v2 01/10] pylibfdt: Reorder functions to match libfdt.h, Simon Glass
- [PATCH v2 02/10] pylibfdt: Add support for fdt_next_node(), Simon Glass
- [PATCH v2 03/10] pylibfdt: Add support for the rest of the header functions, Simon Glass
- [PATCH v2 04/10] pylibfdt: Add support for reading the memory reserve map, Simon Glass
- [PATCH v2 05/10] pylibfdt: Support device-tree creation/expansion, Simon Glass
- [PATCH v2 06/10] pylibfdt: Add functions to update properties, Simon Glass
- [PATCH v2 07/10] pylibfdt: Add functions to set and get properties as strings, Simon Glass
- [PATCH v2 08/10] pylibfdt: Avoid accessing the internal _fdt member in tests, Simon Glass
- [PATCH v2 09/10] pylibfdt: Support setting the name of a node, Simon Glass
- [PATCH v2 10/10] pylibfdt: Support the sequential-write interface, Simon Glass
- Re: [PATCH v2 00/10] pylibfdt: Enhance pylibfdt support to cover sequential-write, David Gibson
[PATCH v4 1/2] pylibfdt: Return string instead of bytearray from getprop(),
Simon Glass
[PATCH v2 1/2] fdtget: Add documentation,
Simon Glass
[PATCH 00/29] binman: Add more tests and support for updating the device tree,
Simon Glass
[PATCH] scripts/dtc: Fixed format mismatch in fprintf,
nixiaoming
[PATCH 01/10] pylibfdt: Reorder functions to match libfdt.h,
Simon Glass
- [PATCH 02/10] pylibfdt: Add support for fdt_next_node(), Simon Glass
- [PATCH 03/10] pylibfdt: Add support for the rest of the header functions, Simon Glass
- [PATCH 04/10] pylibfdt: Add support for reading the memory reserve map, Simon Glass
- [PATCH 06/10] pylibfdt: Add functions to update properties, Simon Glass
- [PATCH 07/10] pylibfdt: Add functions to set and get properties as strings, Simon Glass
- [PATCH 08/10] pylibfdt: Avoid accessing the internal _fdt member in tests, Simon Glass
- [PATCH 05/10] pylibfdt: Support device-tree creation/expansion, Simon Glass
- [PATCH 09/10] pylibfdt: Support setting the name of a node, Simon Glass
- [PATCH 10/10] pylibfdt: Support the sequential-write interface, Simon Glass
- Re: [PATCH 01/10] pylibfdt: Reorder functions to match libfdt.h, David Gibson
[PATCH 1/2] fdtget: Add documentation,
Simon Glass
[PATCH v3] fdtget: Support decoding phandles,
Simon Glass
[PATCH v3 1/4] pylibfdt: Add a method to access the device tree directly,
Simon Glass
[PATCH v3 0/2] Preserve datatypes in DTC,
Rob Herring
[PATCH v2 1/2] dtc: add ability to make nodes conditional on them being referenced,
Maxime Ripard
RFC: Encoding property deletion in FDT,
Phil Elwell
[PATCH v2] checks: drop warning for missing PCI bridge bus-range,
Rob Herring
[PATCH v7] libfdt: add helper to read address and size from reg, Andrew F. Davis
[PATCHv2 00/13] Improve libfdt's memory safety,
David Gibson
- [PATCHv2 04/13] libfdt: Safer access to strings section, David Gibson
- [PATCHv2 01/13] libfdt: Clean up header checking functions, David Gibson
- [PATCHv2 02/13] libfdt: Improve sequential write state checking, David Gibson
- [PATCHv2 03/13] libfdt: Make fdt_check_header() more thorough, David Gibson
- [PATCHv2 06/13] libfdt: Safer access to memory reservations, David Gibson
- [PATCHv2 07/13] Consolidate utilfdt_read_len() variants, David Gibson
- [PATCHv2 08/13] libfdt: Add fdt_header_size(), David Gibson
- [PATCHv2 05/13] libfdt: Propagate name errors in fdt_getprop_by_offset(), David Gibson
- [PATCHv2 10/13] tests: Remove unused #define, David Gibson
- [PATCHv2 11/13] tests: Better handling of valgrind errors saving blobs, David Gibson
- [PATCHv2 09/13] Use size_t for blob lengths in utilfdt_read*, David Gibson
- [PATCHv2 13/13] libfdt: Add fdt_check_full() function, David Gibson
- [PATCHv2 12/13] tests: Use valgrind client requests for better checking, David Gibson
Re: [PATCHv2 00/13] Improve libfdt's memory safety, Simon Glass
Re: [PATCHv2 00/13] Improve libfdt's memory safety, Alexey Kardashevskiy
RE: integer lost format from dtb to dts,
Yuan, Linyu (NSB - CN/Shanghai)
[PATCH dtc] checks: Print duplicate node name instead of parent name,
Geert Uytterhoeven
[PATCH 00/12] Improve libfdt's memory safety,
David Gibson
[PATCH 04/12] libfdt: Propagate name errors in fdt_getprop_by_offset(), David Gibson
[PATCH 05/12] libfdt: Safer access to memory reservations, David Gibson
[PATCH 06/12] Consolidate utilfdt_read_len() variants, David Gibson
[PATCH 08/12] Use size_t for blob lengths in utilfdt_read*, David Gibson
[PATCH 07/12] libfdt: Add fdt_header_size(), David Gibson
[PATCH 09/12] tests: Remove unused #define, David Gibson
[PATCH 10/12] tests: Better handling of valgrind errors saving blobs, David Gibson
[PATCH 12/12] libfdt: Add fdt_check_full() function, David Gibson
[PATCH 11/12] tests: Use valgrind client requests for better checking, David Gibson
[PATCH v2 0/2] Preserve datatypes in DTC,
Grant Likely
[PATCH] checks: drop warning for missing PCI bridge bus-range,
Rob Herring
[PATCH 6/6] libfdt: overlay: copy nodes/sections, Srivatsa Vaddagiri
[PATCH 5/6] libfdt: overlay: remove resolved symbols, Srivatsa Vaddagiri
[PATCH 4/6] libfdt: overlay: Ignore unresolved symbols during overlay,
Srivatsa Vaddagiri
[PATCH 3/6] libfdt: overlay: rename-fragments,
Srivatsa Vaddagiri
[PATCH 2/6] libfdt: overlay: Add debug code,
Srivatsa Vaddagiri
[PATCH 1/6] libfdt: overlay: Pass pointer to blob pointer in fdt_overlay_apply(),
Srivatsa Vaddagiri
[PATCH 0/6] Extend fdt_overlay_apply() to allow merge of overlay blobs,
Srivatsa Vaddagiri
[PATCH 1/2] libfdt: Improve fdt_get_phandle,
Mario Six
Maintaining a copy of dtc on github,
Grant Likely
[PATCH v2] checks: add a check for duplicate unit-addresses of child nodes,
Rob Herring
[PATCH] checks: add a check for duplicate unit-addresses of child nodes,
Rob Herring
[PATCH] libfdt: include "..." instead of <...> from libfdt.h,
Masahiro Yamada
[PATCH 0/2] request for help -- do not apply patch,
frowand . list
[PATCH v2] mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias,
Geert Uytterhoeven
[PATCH/RFC dtc 0/2] Drop unit addresses from overlay fragments,
Geert Uytterhoeven
Overlay sugar syntax (was: Re: [PATCH v6 3/4] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes),
Geert Uytterhoeven
[PATCH v3] checks: add graph binding checks,
Rob Herring
[PATCH v6] libfdt: add helpers to read address and size from reg,
Andrew F. Davis
[PATCH 1/2] dtc: add ability to make nodes conditional on them being referenced,
Maxime Ripard
[PATCH 0/3 v4] annotations,
Julia Lawall
[PATCH v5] libfdt: add helpers to read address and size from reg,
Andrew F. Davis
[PATCH 0/3] checks: failure message improvements,
Rob Herring
[PATCH 0/3 v3] annotations,
Julia Lawall
[RFC] devicetree: new FDT format version,
Frank Rowand
[PATCH] srcpos: drop special handling of tab,
Julia Lawall
[PATCH 0/3 v2] annotations,
Julia Lawall
[PATCH] srcpos: correct column numbers,
Julia Lawall
[PATCH] dtdiff: change to POSIX shell,
Mike Frysinger
Overlay syntactic sugar clarification,
Kyle Evans
[RFC PATCH] checks: Use source position information for check failures,
Rob Herring
[PATCH] libfdt: overlay: Add missing license, Maxime Ripard
[PATCH 0/5] annotations,
Julia Lawall
columns,
Julia Lawall
[PATCH] Avoid installing pylibfdt when dependencies are missing,
Simon Glass
Re: [PATCH v2 1/2] overlays: auto allocate phandles for nodes in base fdt,
Kyle Evans
[PATCH] Makefile.tests: Add LIBDL make(1) variable for portability sake,
kevans
[PATCH] Makefile: Split INSTALL out into INSTALL_{PROGRAM,LIB,DATA,SCRIPT},
kevans
DTC v1.4.6 released,
David Gibson
[PATCH v3 0/2] overlays: auto allocate phandles for nodes in base fdt,
kevans
[PATCH] Attempt to auto-detect stat(1) being used if not given proper invocation,
kevans
[PATCH] fdtoverlay: Switch from using alloca to malloc,
kevans
[PATCH] tests: Improve compatibility with other platforms,
kevans
__local_fixups__ format,
Kyle Evans
[PATCHv2 0/2] overlays: auto allocate phandles for nodes in base fdt,
kevans
[Index of Archives]
[Device Tree]
[Device Tree Spec]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]