summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker
2022-11-22net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-29dm: tpl: Add fdt address translation support in TPLWilliam Zhang
2022-10-29dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass
2022-10-21core: Enable DM by defaultTom Rini
2022-10-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek
2022-10-17dm: regmap: Disable range checks in SPLSimon Glass
2022-10-06regmap: fix range checksHeinrich Schuchardt
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass
2022-09-29dm: core: Add definitions for multiple ofnode treesSimon Glass
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass
2022-09-29dm: core: Drop the const from ofnodeSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-07-26dm: fix mis-word in SPL_DM descriptionOleksandr Suvorov
2022-07-26dm: fix logic of lists_bind_fdt()Heinrich Schuchardt
2022-07-26dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt
2022-07-26dm: avoid NULL dereference in add_item()Heinrich Schuchardt
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Fix addresses in the dm static commandSimon Glass
2022-06-28dm: core: Rename dm_dump_all()Simon Glass
2022-06-28dm: fix formatting of uclass dumpHeinrich Schuchardt
2022-06-28dm: core: Use device_foreach_child where possibleSean Anderson
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini