summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+2
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-1/+2
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-5/+5
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+37
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2-3/+3
2021-09-02dm: hash: Add new UCLASS_HASH supportChia-Wei Wang1-0/+1
2021-08-16dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc1-0/+1
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-1/+2
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay1-1/+1
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+10
2021-07-23reboot-mode: add support for reboot mode controlNandor Han1-0/+1
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay1-1/+1
2021-07-06remove struct uclass_driver::opsRasmus Villemoes1-3/+0
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn1-0/+10
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn1-0/+17
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+10
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng1-3/+3
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng1-0/+20
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor1-0/+1
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-0/+2
2021-03-29test: Add udevice declaration to avoid build errorSimon Glass1-0/+2
2021-03-27dm: core: Add CBFS support to flashmapSimon Glass1-0/+8
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass2-0/+21
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass1-0/+9
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+8
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-0/+15
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-5/+11
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass2-30/+0
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass1-0/+3
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass4-0/+177
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+5
2021-03-22dtoc: Support headers needed for driversSimon Glass1-0/+18
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-0/+16
2021-03-12test: Drop struct dm_test_stateSimon Glass1-17/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+1
2021-03-12test: Mark all driver model tests with a flagSimon Glass1-1/+2
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+13
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne3-0/+54
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+4
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-4/+16
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-1/+8
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass1-0/+3
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+4
2021-01-31dm: replace auto_alloc_size with autoDario Binacchi1-1/+1
2021-01-31do not pass NULL pointer to libfdtStanislav Pinchuk1-1/+1
2021-01-31dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass1-2/+1