summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2026-01-09dm: core: Default to using DEVRES outside of xPLTom Rini
2025-11-24Merge tag 'v2026.01-rc3' into nextTom Rini
2025-11-20Introduce the Generic System Interconnect SubsystemNeil Armstrong
2025-11-11dm: typo programmaticalyHeinrich Schuchardt
2025-11-03boot: Add UCLASS support for extension boardsKory Maincent (TI.com)
2025-08-06drivers: i3c: Add new i3c uclass idDinesh Maniyam
2025-07-24uclass: Cleanup uclass_find_next_deviceAndrew Goodbody
2025-07-11dm: crypto: Create AES uclassIon Agorria
2025-06-11dm: core: use s32 instead of int for dev_read_s32_defaultQuentin Schulz
2025-06-11dm: core: use u32 instead of int for dev_read_u32_defaultQuentin Schulz
2025-04-10dm: core: Add a helper to retrieve devices through graph endpointsMiquel Raynal
2025-03-30Merge patch series "Clarify DM_FLAG_PROBE_AFTER_BIND behaviour"Tom Rini
2025-03-30dm: clarify DM_FLAG_PROBE_AFTER_BIND behaviourCaleb Connolly
2025-03-19serial: mxc: Support bulk enabling clocksAdam Ford
2025-03-08core: ofnode: add of_graph parsing helpersSvyatoslav Ryhel
2025-01-24Merge patch series "test: Improvements to ut command and test-suite running"Tom Rini
2025-01-24test: Drop the _test suffix on linker listsSimon 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-22dm: core: Clarify behaviour of ofnode_name_eq()Simon Glass
2025-01-22ofnode: Update of_add_subnode() to indicate name is allocedSimon Glass
2025-01-14common: Move autoprobe out to board initSimon 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-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27acpi: Add fill_madt to acpi_opsPatrick Rudolph
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-10dm: core: implement ofnode_options helpersChristian Marangi
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-07-31dm: use list_count_nodes() for counting list nodesSughosh Ganu
2024-07-29include: dm: Remove duplicate newlinesMarek Vasut
2024-06-07dm: use newly added linux/compat alloc functionsMaxim Moskalets
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-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2024-01-24headers: don't depend on errno.h being availableMax Krummenacher
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-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-10-15drivers: introduce Secure Monitor uclassAlexey Romanov
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-10-13firmware: scmi: implement SCMI base protocolAKASHI Takahiro