aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Fix addresses in the dm static commandSimon Glass
2022-06-28dm: core: Rename dm_dump_all()Simon Glass
2022-06-28dm: fix formatting of uclass dumpHeinrich Schuchardt
2022-06-28dm: core: Use device_foreach_child where possibleSean Anderson
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait
2022-06-06dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay
2022-06-06dm: fix DM_EVENT dependenciesHeinrich Schuchardt
2022-06-06Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro
2022-04-18dm: core: Deal with a wrinkle with linker listsSimon Glass
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-04-09dm: add tag supportAKASHI Takahiro
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2022-03-10event: Add events for device probe/removeSimon Glass
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek
2022-01-25acpi: Tidy up the item listSimon Glass
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Fix up string-function documentationSimon Glass
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean
2021-10-31iommu: Add IOMMU uclassMark Kettenis
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng