aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2021-08-16dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc
2021-08-08dm: core: Don't allow uclass use before readySimon Glass
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I
2021-07-23reboot-mode: add support for reboot mode controlNandor Han
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay
2021-07-06remove struct uclass_driver::opsRasmus Villemoes
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-28test: Add udevice declaration to avoid build errorSimon Glass
2021-03-27dm: core: Add CBFS support to flashmapSimon Glass
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30dm: replace auto_alloc_size with autoDario Binacchi
2021-01-30do not pass NULL pointer to libfdtStanislav Pinchuk
2021-01-30dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass