summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2023-04-12dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-04-12dm: Add support for handling old u-boot,dm- tagsSimon Glass
2023-02-11timer: Tidy up use of notraceSimon Glass
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain
2023-01-26dm: core: Use full printf() format when possibleSamuel Holland
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
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