Age | Commit message (Expand) | Author |
2019-10-03 | dm: core: Correct bad cast in ofnode_get_addr_size_index() | Simon Glass |
2019-10-03 | dm: core: Correct low cell in ofnode_read_pci_addr() | Simon Glass |
2019-09-06 | dm: core: Add functions to read 64-bit dt properties | T Karthik Reddy |
2019-08-19 | core: ofnode: do not assert if node not valid in ofnode_get_name() | Kever Yang |
2019-07-24 | dm: core: Set correct "status" value for a node | Bin Meng |
2019-07-22 | dm: core: Introduce xxx_translate_dma_address() | Fabien Dessenne |
2019-05-21 | core: ofnode: Have ofnode_read_u32_default return a u32 | Trent Piepho |
2019-05-21 | core: ofnode: Add ofnode_get_addr_size_index | Keerthy |
2019-05-08 | dm: core: Fix translate condition in ofnode_get_addr_size() | Simon Glass |
2019-04-11 | core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address | Eugeniu Rosca |
2019-04-11 | dm: remove pre reloc properties in SPL and TPL device tree | Patrick Delaunay |
2018-11-29 | core: ofnode: Fix ofnode_get_addr_index function | Keerthy |
2018-11-14 | core: ofnode: Fix mem leak in error path | Mario Six |
2018-10-09 | fdt: Allow indicating a node is for U-Boot proper only | Simon Glass |
2018-10-08 | ofnode: Add missing address translation into ofnode_get_addr_size() | Marek Vasut |
2018-10-08 | ofnode: Replace of_n_addr_cells with of_n_size_cells | Marek Vasut |
2018-09-29 | core: Add functions to set properties in live-tree | Mario Six |
2018-09-18 | ofnode: add ofnode_by_prop_value() | Jens Wiklander |
2018-08-08 | dm: core: Add ofnode function to read PCI vendor and device id | Bin Meng |
2018-07-09 | dm: core: Add a way to find an ofnode by compatible string | Simon Glass |
2018-07-09 | dm: core: Add ofnode function to read a 64-bit int | Simon Glass |
2018-05-07 | dm: ofnode: add ofnode_device_is_compatible() helper | Masahiro Yamada |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-01 | core: ofnode: Fix translation for #size-cells == 0 | Mario Six |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-02-23 | core: add ofnode_get_by_phandle() api | Kever Yang |
2018-02-23 | core: ofnode: add ofnode_get_parent function | Philipp Tomsich |
2018-01-21 | core: Add {ofnode, dev}_translate_address functions | Mario Six |
2018-01-21 | core: ofnode: Fix style violations | Mario Six |
2018-01-21 | drivers: core: Add translation in live tree case | Mario Six |
2017-10-08 | dm: ofnode: query correct property in livetree ofnode_get_addr_size | Klaus Goger |
2017-09-11 | dm: core: Add ofnode_for_each_subnode() | Simon Glass |
2017-08-29 | ofnode: add {ofnode, dev}_read_resource_byname() | Masahiro Yamada |
2017-07-29 | Merge git://git.denx.de/u-boot-usb | Tom Rini |
2017-07-28 | dm: core: add ofnode_count_phandle_with_args() | Patrice Chotard |
2017-07-28 | dm: core: Fix up ofnode_get_addr_index() for 64-bit values | Simon Glass |
2017-07-28 | dm: core: Add ofnode_read_resource() | Simon Glass |
2017-07-11 | dm: ofnode: use fdt32_t for DT property value to fix sparse warning | Masahiro Yamada |
2017-07-11 | dm: ofnode: simplify ofnode_read_bool() | Masahiro Yamada |
2017-07-11 | dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() | Masahiro Yamada |
2017-07-11 | dm: ofnode: simplify ofnode_read_prop() | Masahiro Yamada |
2017-07-11 | dm: ofnode: use ofnode_read_bool() to check property existence | Masahiro Yamada |
2017-07-11 | dm: core: Add functions to obtain node's address/size cells | Simon Glass |
2017-07-11 | dm: core: Add ofnode_read_string_count() | Simon Glass |
2017-06-01 | dm: Add more livetree helpers and definitions | Simon Glass |
2017-06-01 | fdt: Rename a few functions in fdt_support | Simon Glass |
2017-06-01 | dm: core: Add address operations on device tree references | Simon Glass |
2017-06-01 | dm: core: Add operations on device tree references | Simon Glass |