Commit Graph

70 Commits (3d5ced9e22d32112a20f9dc0f5fb1f22ef088079)

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
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
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Heinrich Schuchardt 80ee4fc504 dm: core: fix typo in comment (device.h) 6 years ago
Masahiro Yamada c898cba41e dm: define dev_*() log functions in DM header 7 years ago
Simon Glass 911f3aef35 dm: core: Rename of_device_is_compatible() 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
Stefan Roese 426f99fa98 dm: core: Add DM_FLAG_OS_PREPARE flag 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
Simon Glass cc7f66f70c dm: core: Add a function to bind child devices 8 years ago
Simon Glass c57f806bf2 dm: core: Add a way to find a device by its driver 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
Vignesh R 7c61686255 dm: core: implement dev_map_physmem() 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
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
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 8 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 8 years ago
Simon Glass 7aeac5bc8c dm: core: Add safe device iteration macros 9 years ago
Simon Glass 8d1f3a9daf dm: core: Tidy up comments in device.h 9 years ago
Simon Glass 99b81a4d86 dm: core: Remove a comment about dropping per_child_auto_alloc_size 9 years ago
Simon Glass 93c7fe4a0c dm: core: Tidy up devres comments 9 years ago
Simon Glass fb04c9d7b8 dm: core: Fix device flag whitespace 9 years ago
Simon Glass 9a79f6e6d5 dm: core: Adjust device.h header file order 9 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
Bin Meng 1e0f226362 dm: pci: Add an inline API to test if a device is on a PCI bus 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 9 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 9 years ago
Masahiro Yamada 2b07f6859a devres: add devm_kmalloc() and friends (managed memory allocators) 9 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 9 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 9 years ago
Simon Glass 3f416f336e dm: Add a return value comment to device_get_child() 9 years ago
Simon Glass 132f9bfc9e dm: core: Correct device_get_child_by_of_offset() parameter 9 years ago
Simon Glass 2693047acd dm: core: Add a function to find any device from device tree 9 years ago
Przemyslaw Marczak f9c370dcdf dm: core: device: add function: dev_get_uclass_name() 9 years ago
Przemyslaw Marczak cc73d37b7f dm: core: device: add function: dev_get_driver_ops() 9 years ago
Przemyslaw Marczak 5eaed88028 dm: core: Extend struct udevice by '.uclass_platdata' field. 9 years ago
Simon Glass c5785673bc dm: core: Add device children and sibling functions 9 years ago
Simon Glass 39de843352 dm: core: Rename driver data function to dev_get_driver_data() 9 years ago
Simon Glass 3479253dad dm: core: Convert driver_bind() to use const 9 years ago
Simon Glass 2c03c4633b dm: core: Support allocating driver-private data for DMA 9 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 9 years ago