aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass
2022-09-29dm: core: Drop the const from ofnodeSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-07-26dm: fix mis-word in SPL_DM descriptionOleksandr Suvorov
2022-07-26dm: fix logic of lists_bind_fdt()Heinrich Schuchardt
2022-07-26dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt
2022-07-26dm: avoid NULL dereference in add_item()Heinrich Schuchardt
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