summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-10dm: core: Add a helper to retrieve devices through graph endpointsMiquel Raynal
2025-04-10core: ofnode_graph: Fix a commentMiquel Raynal
2025-03-08core: ofnode: add of_graph parsing helpersSvyatoslav Ryhel
2025-03-04Revert "dm: core: Simplify dm_probe_devices()"Simon Glass
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22dm: core: Provide ofnode_find_subnode_unit()Simon Glass
2025-01-22dm: core: Provide ofnode_name_eq_unit() to accept a unit addressSimon Glass
2025-01-22ofnode: Indicate when out of space in a few placesSimon Glass
2025-01-22ofnode: Use 4K for a default tree-sizeSimon Glass
2025-01-14common: Move autoprobe out to board initSimon Glass
2025-01-14dm: core: Simplify dm_probe_devices()Simon Glass
2024-12-06Merge patch series "led: update LED boot/activity to new property implementat...Tom Rini
2024-12-06dm: core: implement phandle ofnode_options helperChristian Marangi
2024-12-06dm: core: implement ofnode/tree_parse_phandle() helperChristian Marangi
2024-12-06dm: core: implement oftree variant of parse_phandle OPsChristian Marangi
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-10-29dm: core: downgrade some dm_warn messages to log_debug()Quentin Schulz
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27acpi: Add fill_madt to acpi_opsPatrick Rudolph
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10Merge patch series "led: introduce LED boot and activity function"Tom Rini
2024-10-10dm: core: implement ofnode_options helpersChristian Marangi
2024-10-03tpl: Support numbered aliases in device treeSimon Glass
2024-08-27dm: core: Make SPL_DM_SEQ_ALIAS select SPL_STRTOGaskell, Oliver
2024-08-27Merge patch series "dm: core: Avoid multiple calls to fdt_parent_offset()"Tom Rini
2024-08-27dm: core: regmap: Avoid multiple calls to ofnode_get_parent()Jonas Karlman
2024-08-27dm: core: ofnode: Avoid multiple calls to ofnode_get_parent()Jonas Karlman
2024-08-27dm: core: fdtaddr: Avoid multiple calls to fdt_parent_offset()Jonas Karlman
2024-08-27dm: core: Show device sequence instead in dm_dump_tree()Zixun LI
2024-07-31dm: use list_count_nodes() for counting list nodesSughosh Ganu
2024-07-26dm: core: scan reserved-memory nodesCaleb Connolly
2024-07-22drivers: core: Remove duplicate newlinesMarek Vasut
2024-07-04dm: core: Enhance comments on bind_drivers_pass()Simon Glass
2024-07-03dm: core: fix typo in SPL_DM_WARN prompt textQuentin Schulz
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz
2024-07-03dm: core: fix signedness in debug messagesQuentin Schulz
2024-07-03dm: core: fix misleading debug message when matching compatibleQuentin Schulz
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-13dm: typo prbingHeinrich Schuchardt
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07core: Remove <common.h> and add needed includesTom Rini
2024-03-04dm: core: Fix address translation in devfdt_get_addr_index()Jonas Karlman
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass