summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
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
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...Tom Rini1-5/+0
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait1-5/+0
2022-06-07dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay1-3/+1
2022-06-07dm: 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-19dm: core: Deal with a wrinkle with linker listsSimon Glass2-2/+9
2022-04-19dm: 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...Tom 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
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay1-4/+12
2021-11-29dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass2-5/+17
2021-11-29dm: core: Add a way to obtain a string listSimon Glass2-0/+32
2021-11-29dm: core: Fix up string-function documentationSimon Glass1-1/+2