Commit Graph

86 Commits (99b47c25d0e2bdc9ebbd685a87456e175581c695)

Author SHA1 Message Date
Simon Glass 5a8a8045a9 dm: core: Ensure DMA regions start up with the cache clean 8 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 8 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 8 years ago
Stefan Roese 13f3fcac53 dm: core: Add dev_get_addr_size_index() to retrieve addr and size 9 years ago
Masahiro Yamada 6e67f176bb Fix codying style broken by recent libfdt sync 9 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 9 years ago
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 9 years ago
Simon Glass 9fa2819009 dm: core: Expand platdata for of-platdata devices 9 years ago
Simon Glass fd1c2d9b6a dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED 9 years ago
Simon Glass 29629eb897 dm: core: Don't use device tree with of-platdata 9 years ago
Vignesh R 7c61686255 dm: core: implement dev_map_physmem() 9 years ago
Stephen Warren daac3bfee5 dm: allow setting driver_data before/during bind 9 years ago
Mugunthan V N 73443b9e4c drivers: core: device: add support to check dt compatible for a device/machine 9 years ago
Simon Glass a2040facd2 dm: core: Allow device names to be freed automatically 9 years ago
Stephen Warren 35732098db fdt: fix dev_get_addr_name node offset 9 years ago
Stefan Roese 28027521be dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address 9 years ago
Stephen Warren 43c4d44e33 fdt: implement dev_get_addr_name() 9 years ago
Stefan Roese 770eb30ed9 dm: device.c: Minor coding-style fix 9 years ago
Peng Fan c3ab985362 dm: core: device: set pinctrl state for pinctrl device 9 years ago
Simon Glass c6db965f67 dm: Remove device_probe_child() 9 years ago
Simon Glass 0379597e55 dm: core: Don't set pinctrl for pinctrl devices 9 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 9 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 9 years ago
Nathan Rossi 4f627c5a59 spl: dm: Add SPL_DM_SEQ_ALIAS config option 9 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 9 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 10 years ago
Stefan Roese ef5cd33064 dm: core: Enable optional use of fdt_translate_address() 10 years ago
Simon Glass 84d26e296a dm: core: Don't use pinctrl for the root device 10 years ago
Stephen Warren 02464e386b fdt: add new fdt address parsing functions 10 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 10 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 10 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 10 years ago
Marek Vasut 628d792c07 dm: core: Add Kconfig for simple bus driver 10 years ago
Simon Glass 4e9838c102 dm: Use dev_get_addr() where possible 10 years ago
Bin Meng cdeb2ba99c dm: core: Fix code reentrancy issue in device_probe_child() 10 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 10 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 10 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 10 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 10 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 10 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 10 years ago
Simon Glass f33017716e dm: Support address translation for simple-bus 10 years ago
Simon Glass 36d7cc17bd dm: core: Add \n to two dm_warn() messages 10 years ago
Masahiro Yamada 1f5dd4700a dm: do not set DM_FLAG_ACTIVATED twice 10 years ago
Simon Glass 132f9bfc9e dm: core: Correct device_get_child_by_of_offset() parameter 10 years ago
Simon Glass 2693047acd dm: core: Add a function to find any device from device tree 10 years ago
Masahiro Yamada f0f932d620 dm: core: drop device removal error path correctly 10 years ago
Simon Glass 5a87c4174d dm: core: Drop device removal error path when not supported 10 years ago
Simon Glass 36fa61dc61 dm: core: Allow sequence alias support to be removed for SPL 10 years ago
Przemyslaw Marczak f9c370dcdf dm: core: device: add function: dev_get_uclass_name() 10 years ago