Commit Graph

294 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada 3d569a807e simple-bus: remove DECLARE_GLOBAL_DATA_PTR 7 years ago
Klaus Goger 68a345294a dm: ofnode: query correct property in livetree ofnode_get_addr_size 7 years ago
Faiz Abbas 5924da1dfe dm: core: Round up size when allocating so that it is cache line aligned 7 years ago
Masahiro Yamada ceb9190969 dm: replace dm_dbg() with pr_debug() 7 years ago
Jean-Jacques Hiblot b5a144a501 dm: core: Add functions to get strings and the string count from a stringlist 7 years ago
Philipp Tomsich c131c8bca8 dm: core: add dev_read_addr_ptr() 7 years ago
Simon Glass c20ee0ed07 dtoc: Add support for 32 or 64-bit addresses 7 years ago
Patrice Chotard e81c98649b dm: core: add clocks node scan 7 years ago
Simon Glass 3991f42ed2 dm: core: Add ofnode_for_each_subnode() 7 years ago
Simon Glass ee3e520dad dm: core: Show driver name with 'dm tree' 7 years ago
Simon Glass a0f9acb08b dm: core: Drop use of strlcpy() 7 years ago
Masahiro Yamada 7b8b47bd29 ofnode: add {ofnode, dev}_read_resource_byname() 7 years ago
Simon Glass 745fb9c25e dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata 7 years ago
Philipp Tomsich c6ac6c1bd4 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL 7 years ago
Philipp Tomsich 9c447370c1 spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON 7 years ago
Patrice Chotard 642346ae26 dm: core: add ofnode_count_phandle_with_args() 7 years ago
Simon Glass 0f6507a7e4 dm: core: Fix up ofnode_get_addr_index() for 64-bit values 7 years ago
Simon Glass dcf988525f dm: core: Add ofnode_read_resource() 7 years ago
Masahiro Yamada fd73621cba dm: ofnode: change return type of dev_read_prop() to opaque pointer 7 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
Masahiro Yamada 8c9eaadaaa dm: ofnode: use fdt32_t for DT property value to fix sparse warning 7 years ago
Masahiro Yamada fce136aafe dm: include <dm/util.h> from driver/core/dump.c 7 years ago
Masahiro Yamada b2ec7ea731 dm: ofnode: simplify ofnode_read_bool() 7 years ago
Masahiro Yamada 61e51babdb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() 7 years ago
Masahiro Yamada cb7dbe1fb0 dm: ofnode: simplify ofnode_read_prop() 7 years ago
Masahiro Yamada 252510ac69 dm: ofnode: use ofnode_read_bool() to check property existence 7 years ago
Masahiro Yamada 766c28a548 dm: include <dm/util.h> from drivers/core/util.c 7 years ago
Simon Glass 878d68c0c3 dm: core: Add functions to obtain node's address/size cells 7 years ago
Simon Glass f7d6fcf7ae dm: core: Add dev_read_enabled() to check if a device is enabled 7 years ago
Simon Glass a44810123f dm: core: Add dev_read_resource() to read device resources 7 years ago
Simon Glass 8c293d6ac9 dm: core: Add ofnode_read_string_count() 7 years ago
Simon Glass 95ce385a4a dm: core: Add uclass_first/next_device_check() 7 years ago
Simon Glass 30a570a983 dm: core: Clarify uclass_first/next_device() comments 7 years ago
Simon Glass 73027a853d dm: core: Supress dead-code warning in __of_get_next_child() 7 years ago
Simon Glass a4b8e372d5 dm: Add more livetree helpers and definitions 7 years ago
Simon Glass eed36609b5 fdt: Rename a few functions in fdt_support 7 years ago
Simon Glass a40cc8e123 dm: core: Update uclass_find_device_by_phandle() for livetree 7 years ago
Simon Glass 7a993bbcf2 dm: simple-bus: Add support for livetree 7 years ago
Simon Glass 23d6326791 dm: regmap: Add support for livetree 7 years ago
Simon Glass 40bb637dae dm: core: Add a way to find a device by ofnode 7 years ago
Simon Glass 19c8205e68 dm: core: Scan the live tree when setting up driver model 7 years ago
Simon Glass 45a26867e8 dm: core: Update device_bind_driver_to_node() to use ofnode 7 years ago
Simon Glass f5b5719cdf dm: core: Update lists_bind_fdt() to use ofnode 7 years ago
Simon Glass 396e343b3d dm: core: Allow binding a device from a live tree 7 years ago
Simon Glass 47a0fd3bad dm: core: Implement live tree 'read' functions 7 years ago
Simon Glass f11c7ab94d dm: core: Add device-based 'read' functions to access DT 7 years ago
Simon Glass b7e0d73bad dm: core: Add a place to put extra device-tree reading functions 7 years ago
Simon Glass bed774969c dm: core: Add address operations on device tree references 7 years ago
Simon Glass 38d21b418d dm: core: Add livetree address functions 7 years ago
Simon Glass 9e51204527 dm: core: Add operations on device tree references 7 years ago