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