Commit Graph

104 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass cdb6aa0afb dm: core: Add a function to find the first inactive child 6 years ago
Simon Glass 9f15cc14bf dm: core: Update some functions to use const 6 years ago
Simon Glass c7a3accc3f dm: core: Alloc uclass-private data to be cache-aligned 6 years ago
Mario Six e4c98a59db core: Add dev_{disable,enable}_by_path 6 years ago
Jean-Jacques Hiblot 7ec9181d6a dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() 6 years ago
Peng Fan 3ad3077848 dm: core: device: enable power domain in probe 6 years ago
Simon Glass d677b00cb6 dm: core: Add a way to bind a device by ofnode 6 years ago
Masahiro Yamada 5ccc2c2130 dm: ofnode: add ofnode_device_is_compatible() helper 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Philipp Tomsich f4fcba5c5b clk: implement clk_set_defaults() 6 years ago
Mario Six 29d11b8838 core: Make device_is_compatible live-tree compatible 6 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
Simon Glass 396e343b3d dm: core: Allow binding a device from a live tree 7 years ago
Simon Glass 911f3aef35 dm: core: Rename of_device_is_compatible() 7 years ago
Simon Glass 7a61b0b58f dm: core: Adjust device_bind_common() to take an ofnode 7 years ago
Simon Glass 4984de2baa dm: core: Add ofnode to represent device tree nodes 7 years ago
Simon Glass d6ffb00a43 dm: core: Move dev_get_addr() etc. into a separate file 7 years ago
Simon Glass 5a8a8045a9 dm: core: Ensure DMA regions start up with the cache clean 7 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Stefan Roese 13f3fcac53 dm: core: Add dev_get_addr_size_index() to retrieve addr and size 8 years ago
Masahiro Yamada 6e67f176bb Fix codying style broken by recent libfdt sync 8 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 8 years ago
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 8 years ago
Simon Glass 9fa2819009 dm: core: Expand platdata for of-platdata devices 8 years ago
Simon Glass fd1c2d9b6a dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED 8 years ago
Simon Glass 29629eb897 dm: core: Don't use device tree with of-platdata 8 years ago
Vignesh R 7c61686255 dm: core: implement dev_map_physmem() 8 years ago
Stephen Warren daac3bfee5 dm: allow setting driver_data before/during bind 8 years ago
Mugunthan V N 73443b9e4c drivers: core: device: add support to check dt compatible for a device/machine 8 years ago
Simon Glass a2040facd2 dm: core: Allow device names to be freed automatically 8 years ago
Stephen Warren 35732098db fdt: fix dev_get_addr_name node offset 8 years ago
Stefan Roese 28027521be dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address 8 years ago
Stephen Warren 43c4d44e33 fdt: implement dev_get_addr_name() 8 years ago
Stefan Roese 770eb30ed9 dm: device.c: Minor coding-style fix 8 years ago
Peng Fan c3ab985362 dm: core: device: set pinctrl state for pinctrl device 8 years ago
Simon Glass c6db965f67 dm: Remove device_probe_child() 8 years ago
Simon Glass 0379597e55 dm: core: Don't set pinctrl for pinctrl devices 8 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 8 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 8 years ago
Nathan Rossi 4f627c5a59 spl: dm: Add SPL_DM_SEQ_ALIAS config option 8 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 8 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
Stefan Roese ef5cd33064 dm: core: Enable optional use of fdt_translate_address() 9 years ago
Simon Glass 84d26e296a dm: core: Don't use pinctrl for the root device 9 years ago
Stephen Warren 02464e386b fdt: add new fdt address parsing functions 9 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 9 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 9 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 9 years ago