summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: sandbox: Create a new HOST uclassSimon Glass2022-11-071-0/+1
* FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu2022-10-311-0/+1
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-291-7/+6
* dm: core: Add note about device_probe idempotenceMichal Suchanek2022-10-291-2/+2
* dm: core: Document return value of device bind functionsMichal Suchanek2022-10-291-0/+2
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-291-4/+8
* dm: memory: Introduce new uclassRoger Quadros2022-10-261-0/+1
* dm: core: Update docs about oftree_from_fdt()Simon Glass2022-10-171-0/+3
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-171-11/+11
* dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek2022-10-171-2/+2
* dm: fpga: Introduce new uclassAlexander Dahl2022-10-051-0/+1
* dm: core: Support copying properties with ofnodeSimon Glass2022-09-291-0/+16
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-4/+8
* dm: core: Update comments for default-FDT ofnode functionsSimon Glass2022-09-291-3/+15
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-47/+64
* dm: core: Add definitions for multiple ofnode treesSimon Glass2022-09-291-2/+31
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+13
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-12/+32
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+25
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-0/+63
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-0/+19
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+8
* dm: core: Expand integer-reading testsSimon Glass2022-09-292-10/+8
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-8/+0
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-292-1/+39
* dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-292-8/+8
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-292-7/+7
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-291-3/+3
* dm: core: Drop the const from ofnodeSimon Glass2022-09-292-21/+3
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-292-0/+28
* dm: core: Document the livetree structures properlySimon Glass2022-09-291-2/+13
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-292-1/+5
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-143-0/+137
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+10
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-122-0/+30
* dm: core: Swap parameters of ofnode_write_prop()Simon Glass2022-08-121-3/+3
* dm: core: Introduce support for multiple treesSimon Glass2022-08-123-2/+49
* dm: core: Add a note about how livetree updates workSimon Glass2022-08-121-1/+2
* dm: core: Split out the declaration of ofnodeSimon Glass2022-08-122-60/+73
* pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár2022-07-281-1/+2
* pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár2022-07-281-0/+2
* Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-086-26/+160
|\
| * dm: core: Add a command to show driver model statisticsSimon Glass2022-06-283-1/+18
| * dm: core: Add a way to collect memory usageSimon Glass2022-06-282-0/+56
| * dm: core: Support accessing core tagsSimon Glass2022-06-282-1/+37
| * dm: core: Switch the testbus driver to use a new structSimon Glass2022-06-281-0/+7
| * dm: core: Rename dm_dump_all()Simon Glass2022-06-281-1/+1
| * dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson2022-06-281-24/+42
* | arm: Remove PXA architecture supportTom Rini2022-07-072-62/+0
|/