aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
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-28tpl: 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
2022-06-28dm: core: Support accessing core tagsSimon Glass1-0/+65
2022-06-28dm: core: Fix addresses in the dm static commandSimon Glass1-4/+2
2022-06-28dm: core: Rename dm_dump_all()Simon Glass1-1/+1
2022-06-28dm: fix formatting of uclass dumpHeinrich Schuchardt1-2/+0
2022-06-28dm: core: Use device_foreach_child where possibleSean Anderson4-15/+14
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-5/+0
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait1-5/+0
2022-06-06dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay1-3/+1
2022-06-06dm: fix DM_EVENT dependenciesHeinrich Schuchardt1-2/+1
2022-06-06Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini1-3/+3
2022-05-02vpl: Add Kconfig options for VPLSimon Glass2-2/+54
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut1-1/+23
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-6/+14
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-3/+10
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+4
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro1-2/+2
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass2-2/+9
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass2-2/+2
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2-0/+54
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2-0/+28
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún2-0/+26
2022-04-09dm: add tag supportAKASHI Takahiro3-1/+142
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini1-0/+36
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-0/+5
2022-03-10event: Add events for device probe/removeSimon Glass3-0/+27
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+36
2022-01-25acpi: Tidy up the item listSimon Glass1-4/+20
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-11/+32
2022-01-25acpi: Add a table startSimon Glass1-3/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt7-8/+8
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek1-8/+8
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2021-12-23dm: core: Allow getting some basic statsSimon Glass3-0/+31