aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar2023-11-071-0/+18
* lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson2023-10-171-1/+1
* spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson2023-10-171-0/+1
* core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer2023-10-132-0/+42
* core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer2023-10-131-2/+2
* pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass2023-10-064-9/+16
* dm: core: Support writing a 64-bit valueSimon Glass2023-10-061-1/+16
* dm: core: Support writing a booleanSimon Glass2023-10-061-2/+34
* dm: core: Add a way to convert a devicetree to a dtbSimon Glass2023-10-061-0/+18
* dm: core: Add a way to delete a nodeSimon Glass2023-10-062-0/+88
* dm: core: Add a way to copy a nodeSimon Glass2023-10-061-0/+20
* dm: core: Add a function to create an empty treeSimon Glass2023-10-061-4/+52
* dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass2023-10-061-1/+1
* dm: core: Correct help in TPL_DM and VPL_DMSimon Glass2023-10-061-6/+6
* spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass2023-10-061-3/+3
* dm: core: Adjust dump-sorting to get stats only when neededSimon Glass2023-10-041-2/+1
* Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-09-242-29/+89
|\
| * cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro2023-09-231-28/+88
| * dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman2023-09-231-1/+1
* | common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-243-0/+3
|/
* dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()Michal Simek2023-09-211-2/+2
* dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek2023-09-211-0/+34
* dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek2023-09-211-0/+25
* dm: core: support reading a single indexed u64 valueMichal Simek2023-09-212-4/+42
* dm: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-81/+0
* Merge tag 'v2023.10-rc4' into nextTom Rini2023-09-041-2/+4
|\
| * dm: event: add EVT_DM_POST_INIT_R event typeChanho Park2023-08-221-2/+4
* | dm: core: Correct error handling when event failsSimon Glass2023-08-251-1/+2
* | fdt: off by one in ofnode_lookup_fdt()Dan Carpenter2023-08-081-1/+1
|/
* core: read: add dev_read_addr_size_index_ptr functionJonas Karlman2023-07-281-0/+11
* core: read: fix dev_read_addr_size()John Keeping2023-07-201-3/+2
* dm: core: of_access: fix return value in of_property_match_stringEugen Hristev2023-07-201-1/+4
* fdt: Allow more general use of livetreeSimon Glass2023-07-141-5/+21
* fdt: Clarify the fdt pre-relocation warningSimon Glass2023-07-141-1/+1
* dm: core: Avoid registering an inaccessible treeSimon Glass2023-07-141-0/+9
* core: fdtaddr: use map_sysmem() as cast for the return (part 2)Johan Jonker2023-05-151-1/+4
* drivers: core: ofnode: fix typo in panel timing decodeRaphael Gallais-Pou2023-05-151-1/+1
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-2/+2
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-111-0/+1
* core: read: add dev_read_addr_index_ptr functionJohan Jonker2023-05-061-1/+14
* core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker2023-05-061-0/+8
* core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2023-05-062-9/+37
* core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2023-04-281-1/+5
* dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2023-04-281-0/+6
* uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes2023-04-281-25/+19
* dm: core: Make aliases_lookup staticBin Meng2023-04-281-1/+1
* 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