aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/24Sep2023Tom Rini2-29/+89
2023-09-24common: Drop linux/printk.h from common headerSimon Glass3-0/+3
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro1-28/+88
2023-09-23dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman1-1/+1
2023-09-21dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()Michal Simek1-2/+2
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-0/+34
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+25
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek2-4/+42
2023-09-14dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-81/+0
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-2/+4
2023-08-25dm: core: Correct error handling when event failsSimon Glass1-1/+2
2023-08-22dm: event: add EVT_DM_POST_INIT_R event typeChanho Park1-2/+4
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter1-1/+1
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman1-0/+11
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-3/+2
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev1-1/+4
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-5/+21
2023-07-14fdt: Clarify the fdt pre-relocation warningSimon Glass1-1/+1
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-05-15core: fdtaddr: use map_sysmem() as cast for the return (part 2)Johan Jonker1-1/+4
2023-05-15drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou1-1/+1
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-2/+2
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass1-0/+1
2023-05-06core: read: add dev_read_addr_index_ptr functionJohan Jonker1-1/+14
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker1-0/+8
2023-05-06core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2-9/+37
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+5
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+6
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19
2023-04-28dm: core: Make aliases_lookup staticBin Meng1-1/+1
2023-03-03dm: Add a TPL symbol for simple-busSimon Glass1-0/+7
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-5/+5
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-0/+12
2023-02-11timer: Tidy up use of notraceSimon Glass1-1/+2
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-23dm: 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-05global: 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-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-14/+14
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-7/+5
2022-10-17dm: regmap: Disable range checks in SPLSimon Glass1-2/+21
2022-10-06regmap: fix range checksHeinrich Schuchardt1-2/+2