summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: Add a TPL symbol for simple-busSimon Glass2023-03-031-0/+7
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-5/+5
* dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-141-0/+12
* timer: Tidy up use of notraceSimon Glass2023-02-111-1/+2
* drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2023-02-042-0/+53
* dm: core: Use full printf() format when possibleSamuel Holland2023-01-261-1/+1
* dm: core: Support sorting devices with dm treeSimon Glass2023-01-231-6/+59
* event: Correct dependencies on the EVENT frameworkTom Rini2023-01-181-4/+5
* dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz2023-01-121-5/+7
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-3/+3
* dm: core: Fix iteration over driver_info recordsPaul Barker2022-12-021-3/+3
* net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek2022-11-221-2/+2
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-291-12/+18
* dm: tpl: Add fdt address translation support in TPLWilliam Zhang2022-10-291-0/+14
* dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass2022-10-291-1/+3
* core: Enable DM by defaultTom Rini2022-10-211-1/+1
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-171-14/+14
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-171-7/+5
* dm: regmap: Disable range checks in SPLSimon Glass2022-10-171-2/+21
* regmap: fix range checksHeinrich Schuchardt2022-10-061-2/+2
* dm: core: Support copying properties with ofnodeSimon Glass2022-09-291-0/+24
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-8/+21
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-291-2/+2
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-4/+166
* dm: core: Add definitions for multiple ofnode treesSimon Glass2022-09-291-0/+24
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-5/+37
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-9/+10
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+14
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-41/+50
* dm: core: Expand integer-reading testsSimon Glass2022-09-292-7/+15
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-9/+0
* 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-3/+3
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-292-4/+4
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-291-9/+9
* dm: core: Drop the const from ofnodeSimon Glass2022-09-291-2/+2
* dm: core: Support writing a property to an empty nodeSimon Glass2022-09-291-4/+4
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-292-0/+98
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-292-4/+5
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-143-0/+121
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+15
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-122-46/+48
* dm: core: Swap parameters of ofnode_write_prop()Simon Glass2022-08-121-3/+3
* dm: core: Introduce support for multiple treesSimon Glass2022-08-122-4/+21
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* dm: fix mis-word in SPL_DM descriptionOleksandr Suvorov2022-07-261-1/+1
* dm: fix logic of lists_bind_fdt()Heinrich Schuchardt2022-07-261-2/+6
* dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt2022-07-261-3/+4
* dm: avoid NULL dereference in add_item()Heinrich Schuchardt2022-07-261-2/+2
* Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-087-21/+257
|\