summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
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
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16dm: core: Correct reference to DM_SPL in SPL_DM_STATSSimon Glass
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson
2023-10-13core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer
2023-10-13core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer
2023-10-06pci: serial: Support reading PCI-register size with baseSimon Glass
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass
2023-10-06dm: core: Support writing a booleanSimon Glass
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass
2023-10-06dm: core: Add a way to delete a nodeSimon Glass
2023-10-06dm: core: Add a way to copy a nodeSimon Glass
2023-10-06dm: core: Add a function to create an empty treeSimon Glass
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass
2023-10-06dm: core: Correct help in TPL_DM and VPL_DMSimon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-10-04dm: core: Adjust dump-sorting to get stats only when neededSimon Glass