| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: devres: Create a new devres header file | Simon Glass | 2020-01-07 | 1 | -254/+1 |
* | dm: core: Add a new flag to track platform data | Simon Glass | 2020-01-07 | 1 | -0/+3 |
* | dm: core: Add a comment for DM_FLAG_OF_PLATDATA | Simon Glass | 2020-01-07 | 1 | -0/+1 |
* | dm: core: Allow for not controlling the power-domain by DM framework | Lokesh Vutla | 2019-10-15 | 1 | -0/+3 |
* | dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() | Jean-Jacques Hiblot | 2019-10-15 | 1 | -2/+2 |
* | dm: core: Add a function to count the children of a device | Lokesh Vutla | 2019-10-11 | 1 | -0/+9 |
* | dm: core: Add device_foreach_child() | Simon Glass | 2019-10-08 | 1 | -0/+9 |
* | dm: core: Add a few more specific child-finding functions | Simon Glass | 2018-11-29 | 1 | -0/+25 |
* | dm: core: Add a function to find the first inactive child | Simon Glass | 2018-10-09 | 1 | -0/+15 |
* | dm: core: Update some functions to use const | Simon Glass | 2018-10-09 | 1 | -12/+12 |
* | core: Add dev_{disable,enable}_by_path | Mario Six | 2018-09-29 | 1 | -0/+16 |
* | dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() | Jean-Jacques Hiblot | 2018-08-21 | 1 | -4/+19 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dm: core: fix typo in comment (device.h) | Heinrich Schuchardt | 2018-02-13 | 1 | -1/+1 |
* | dm: define dev_*() log functions in DM header | Masahiro Yamada | 2017-10-04 | 1 | -0/+72 |
* | dm: core: Rename of_device_is_compatible() | Simon Glass | 2017-06-01 | 1 | -2/+2 |
* | dm: core: Add ofnode to represent device tree nodes | Simon Glass | 2017-06-01 | 1 | -4/+10 |
* | dm: core: Move dev_get_addr() etc. into a separate file | Simon Glass | 2017-06-01 | 1 | -92/+0 |
* | dm: core: Add DM_FLAG_OS_PREPARE flag | Stefan Roese | 2017-05-17 | 1 | -1/+10 |
* | dm: core: Add flags parameter to device_remove() | Stefan Roese | 2017-04-04 | 1 | -0/+26 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -0/+10 |
* | dm: core: Add dev_get_addr_size_index() to retrieve addr and size | Stefan Roese | 2016-12-02 | 1 | -0/+16 |
* | dm: core: Add a function to bind child devices | Simon Glass | 2016-07-27 | 1 | -0/+16 |
* | dm: core: Add a way to find a device by its driver | Simon Glass | 2016-07-25 | 1 | -0/+4 |
* | dm: core: Expand platdata for of-platdata devices | Simon Glass | 2016-07-14 | 1 | -0/+2 |
* | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED | Simon Glass | 2016-07-14 | 1 | -2/+2 |
* | dm: core: implement dev_map_physmem() | Vignesh R | 2016-07-09 | 1 | -0/+13 |
* | drivers: core: device: add support to check dt compatible for a device/machine | Mugunthan V N | 2016-05-24 | 1 | -0/+23 |
* | dm: core: Allow device names to be freed automatically | Simon Glass | 2016-05-17 | 1 | -0/+16 |
* | dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address | Stefan Roese | 2016-04-25 | 1 | -0/+10 |
* | fdt: implement dev_get_addr_name() | Stephen Warren | 2016-04-15 | 1 | -0/+12 |
* | dm: core: Add a new api to get indexed device address | Mugunthan V N | 2016-01-13 | 1 | -0/+11 |
* | dm: core: Add option to configure an offset for the address translation | Stefan Roese | 2016-01-12 | 1 | -0/+21 |
* | dm: core: Add safe device iteration macros | Simon Glass | 2015-11-19 | 1 | -0/+12 |
* | dm: core: Tidy up comments in device.h | Simon Glass | 2015-10-23 | 1 | -3/+16 |
* | dm: core: Remove a comment about dropping per_child_auto_alloc_size | Simon Glass | 2015-10-23 | 1 | -4/+0 |
* | dm: core: Tidy up devres comments | Simon Glass | 2015-10-23 | 1 | -26/+24 |
* | dm: core: Fix device flag whitespace | Simon Glass | 2015-10-23 | 1 | -5/+5 |
* | dm: core: Adjust device.h header file order | Simon Glass | 2015-10-23 | 1 | -13/+13 |
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass | 2015-10-23 | 1 | -5/+5 |
* | dm: pci: Add an inline API to test if a device is on a PCI bus | Bin Meng | 2015-09-16 | 1 | -0/+11 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 1 | -2/+2 |
* | dm: core: Add a way to set a device name | Simon Glass | 2015-08-06 | 1 | -0/+15 |
* | devres: make Devres optional with CONFIG_DEVRES | Masahiro Yamada | 2015-08-06 | 1 | -0/+82 |
* | devres: add devm_kmalloc() and friends (managed memory allocators) | Masahiro Yamada | 2015-08-06 | 1 | -0/+44 |
* | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada | 2015-08-06 | 1 | -0/+140 |
* | dm: add DM_FLAG_BOUND flag | Masahiro Yamada | 2015-08-06 | 1 | -0/+3 |
* | dm: Add a return value comment to device_get_child() | Simon Glass | 2015-08-05 | 1 | -1/+3 |
* | dm: core: Correct device_get_child_by_of_offset() parameter | Simon Glass | 2015-07-21 | 1 | -1/+1 |
* | dm: core: Add a function to find any device from device tree | Simon Glass | 2015-07-21 | 1 | -0/+14 |