index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
dtb_platdata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
dtoc: Support ACPI paths in of-platdata
Simon Glass
2020-07-17
1
-1
/
+3
*
dtoc: update dtb_platdata to support cd-gpios
Walter Lozano
2020-07-09
1
-6
/
+10
*
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
2020-07-09
1
-3
/
+23
*
dtoc: add option to disable warnings
Walter Lozano
2020-07-09
1
-5
/
+8
*
dtoc: add support to scan drivers
Walter Lozano
2020-07-09
1
-4
/
+92
*
dtoc: add missing code comments
Walter Lozano
2020-07-09
1
-0
/
+3
*
patman: Move to absolute imports
Simon Glass
2020-04-26
1
-3
/
+3
*
doc: fix references to driver-model
Heinrich Schuchardt
2020-04-17
1
-2
/
+2
*
dtoc: Update dtb_platdata to support Python 3
Simon Glass
2019-07-10
1
-1
/
+2
*
dtoc: Sort platdata output from dtoc
Simon Glass
2019-07-10
1
-1
/
+2
*
dtoc: Adjust code for Python 3
Simon Glass
2019-07-10
1
-2
/
+2
*
dtb_platdata.py: prevent define generation of alias
Heiko Schocher
2019-04-26
1
-2
/
+3
*
dtoc: make generated platdata structs const
Simon Goldschmidt
2019-01-15
1
-1
/
+1
*
dtoc: Fix some minor errors
Simon Glass
2018-07-09
1
-1
/
+2
*
dtoc: Fix properties with a single zero-arg phandle
Simon Glass
2018-07-09
1
-4
/
+8
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
dtoc: Add a header to the generated files
Simon Glass
2017-09-15
1
-0
/
+12
*
dtoc: Support properties containing multiple phandle values
Simon Glass
2017-09-15
1
-7
/
+14
*
dtoc: Put phandle args in an array
Simon Glass
2017-09-15
1
-1
/
+1
*
dtoc: Put each phandle on a separate line
Simon Glass
2017-09-15
1
-5
/
+7
*
dtoc: Rename the phandle struct
Simon Glass
2017-09-15
1
-1
/
+2
*
dtoc: Rename is_phandle() and adjust it to return more detail
Simon Glass
2017-09-15
1
-22
/
+57
*
dtoc: Make is_phandle() a member function
Simon Glass
2017-09-15
1
-18
/
+18
*
dtoc: Use the Fdt's class's phandle map
Simon Glass
2017-09-15
1
-13
/
+3
*
dtoc: Add support for 32 or 64-bit addresses
Simon Glass
2017-09-15
1
-0
/
+61
*
dtoc: Avoid very long lines in output
Simon Glass
2017-09-15
1
-1
/
+6
*
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
Simon Glass
2017-09-15
1
-0
/
+3
*
Fix 'notes' typos
Anatolij Gustschin
2017-08-20
1
-1
/
+1
*
dtoc: Add a comment about string replace in conv_name_to_c()
Simon Glass
2017-07-11
1
-0
/
+3
*
dtoc: Move the main logic into the dtb_platdata file
Simon Glass
2017-07-11
1
-0
/
+29
*
dtoc: Move static functions out of the class
Simon Glass
2017-07-11
1
-62
/
+63
*
dtoc: Pass include_disabled explicitly
Simon Glass
2017-07-11
1
-4
/
+4
*
dtoc: Don't handle properties with / in them
Simon Glass
2017-07-11
1
-1
/
+0
*
dtoc: Fix pylint warnings
Simon Glass
2017-07-11
1
-124
/
+137
*
dtoc: Split out the main class into its own file
Simon Glass
2017-07-11
1
-0
/
+411