summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtb_platdata.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Order the structures internally by nameSimon Glass2020-10-291-7/+14
* dtoc: Document the return value of scan_structs()Simon Glass2020-10-291-0/+15
* dtoc: Use a namedtuple for _linksSimon Glass2020-10-291-4/+12
* dtoc: Extract inner loop from output_node()Simon Glass2020-10-291-40/+49
* dtoc: remove compatible string aliases supportWalter Lozano2020-07-281-13/+0
* dtoc: look for compatible string aliases in driver listWalter Lozano2020-07-281-22/+23
* dtoc: add coverage test for unicode errorWalter Lozano2020-07-281-3/+15
* dtoc: Support ACPI paths in of-platdataSimon Glass2020-07-171-1/+3
* dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-091-6/+10
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-3/+23
* dtoc: add option to disable warningsWalter Lozano2020-07-091-5/+8
* dtoc: add support to scan driversWalter Lozano2020-07-091-4/+92
* dtoc: add missing code commentsWalter Lozano2020-07-091-0/+3
* patman: Move to absolute importsSimon Glass2020-04-261-3/+3
* doc: fix references to driver-modelHeinrich Schuchardt2020-04-171-2/+2
* dtoc: Update dtb_platdata to support Python 3Simon Glass2019-07-101-1/+2
* dtoc: Sort platdata output from dtocSimon Glass2019-07-101-1/+2
* dtoc: Adjust code for Python 3Simon Glass2019-07-101-2/+2
* dtb_platdata.py: prevent define generation of aliasHeiko Schocher2019-04-261-2/+3
* dtoc: make generated platdata structs constSimon Goldschmidt2019-01-151-1/+1
* dtoc: Fix some minor errorsSimon Glass2018-07-091-1/+2
* dtoc: Fix properties with a single zero-arg phandleSimon Glass2018-07-091-4/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
* dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-151-7/+14
* dtoc: Put phandle args in an arraySimon Glass2017-09-151-1/+1
* dtoc: Put each phandle on a separate lineSimon Glass2017-09-151-5/+7
* dtoc: Rename the phandle structSimon Glass2017-09-151-1/+2
* dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-151-22/+57
* dtoc: Make is_phandle() a member functionSimon Glass2017-09-151-18/+18
* dtoc: Use the Fdt's class's phandle mapSimon Glass2017-09-151-13/+3
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-0/+61
* dtoc: Avoid very long lines in outputSimon Glass2017-09-151-1/+6
* dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-151-0/+3
* Fix 'notes' typosAnatolij Gustschin2017-08-201-1/+1
* dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass2017-07-111-0/+3
* dtoc: Move the main logic into the dtb_platdata fileSimon Glass2017-07-111-0/+29
* dtoc: Move static functions out of the classSimon Glass2017-07-111-62/+63
* dtoc: Pass include_disabled explicitlySimon Glass2017-07-111-4/+4
* dtoc: Don't handle properties with / in themSimon Glass2017-07-111-1/+0
* dtoc: Fix pylint warningsSimon Glass2017-07-111-124/+137
* dtoc: Split out the main class into its own fileSimon Glass2017-07-111-0/+411