Age | Commit message (Expand) | Author |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2017-09-15 | dtoc: Add a header to the generated files | Simon Glass |
2017-09-15 | dtoc: Support properties containing multiple phandle values | Simon Glass |
2017-09-15 | dtoc: Put phandle args in an array | Simon Glass |
2017-09-15 | dtoc: Put each phandle on a separate line | Simon Glass |
2017-09-15 | dtoc: Rename the phandle struct | Simon Glass |
2017-09-15 | dtoc: Rename is_phandle() and adjust it to return more detail | Simon Glass |
2017-09-15 | dtoc: Make is_phandle() a member function | Simon Glass |
2017-09-15 | dtoc: Use the Fdt's class's phandle map | Simon Glass |
2017-09-15 | dtoc: Add support for 32 or 64-bit addresses | Simon Glass |
2017-09-15 | dtoc: Avoid very long lines in output | Simon Glass |
2017-09-15 | dtoc: Add a 64-bit type and a way to convert cells into 64 bits | Simon Glass |
2017-08-20 | Fix 'notes' typos | Anatolij Gustschin |
2017-07-11 | dtoc: Add a comment about string replace in conv_name_to_c() | Simon Glass |
2017-07-11 | dtoc: Move the main logic into the dtb_platdata file | Simon Glass |
2017-07-11 | dtoc: Move static functions out of the class | Simon Glass |
2017-07-11 | dtoc: Pass include_disabled explicitly | Simon Glass |
2017-07-11 | dtoc: Don't handle properties with / in them | Simon Glass |
2017-07-11 | dtoc: Fix pylint warnings | Simon Glass |
2017-07-11 | dtoc: Split out the main class into its own file | Simon Glass |