summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2-0/+53
2023-01-26dm: core: Use full printf() format when possibleSamuel Holland1-1/+1
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-6/+59
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-4/+5
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz1-5/+7
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker1-3/+3
2022-11-22net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek1-2/+2
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-12/+18
2022-10-29dm: tpl: Add fdt address translation support in TPLWilliam Zhang1-0/+14
2022-10-29dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass1-1/+3
2022-10-21core: Enable DM by defaultTom Rini1-1/+1
2022-10-18dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-14/+14
2022-10-18dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-7/+5
2022-10-18dm: regmap: Disable range checks in SPLSimon Glass1-2/+21
2022-10-06regmap: fix range checksHeinrich Schuchardt1-2/+2
2022-09-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+24
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-8/+21
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-2/+2
2022-09-30dm: core: Add the ofnode multi-tree implementationSimon Glass1-4/+166
2022-09-30dm: core: Add definitions for multiple ofnode treesSimon Glass1-0/+24
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-5/+37
2022-09-30dm: core: Allow obtaining a node offset in the same treeSimon Glass1-9/+10
2022-09-30dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+14
2022-09-30dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-41/+50
2022-09-30dm: core: Expand integer-reading testsSimon Glass2-7/+15
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-9/+0
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-3/+3
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass2-4/+4
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass1-9/+9
2022-09-29dm: core: Drop the const from ofnodeSimon Glass1-2/+2
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass1-4/+4
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass2-0/+98
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2-4/+5
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier3-0/+121
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+15
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass2-46/+48
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-3/+3
2022-08-12dm: core: Introduce support for multiple treesSimon Glass2-4/+21
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-07-26dm: fix mis-word in SPL_DM descriptionOleksandr Suvorov1-1/+1
2022-07-26dm: fix logic of lists_bind_fdt()Heinrich Schuchardt1-2/+6
2022-07-26dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt1-3/+4
2022-07-26dm: avoid NULL dereference in add_item()Heinrich Schuchardt1-2/+2
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini7-21/+257
2022-06-29tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+1
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass1-0/+10
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass3-0/+102
2022-06-28dm: core: Add a way to collect memory usageSimon Glass2-0/+64