summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: core: add ofnode_for_each_compatible_node()Michael Walle2021-11-091-0/+24
* iommu: Add IOMMU uclassMark Kettenis2021-10-311-0/+1
* dm: Fix util.h's broken include guardPierre-Clément Tosi2021-10-211-2/+2
* dm: Provide dev_read_addr_index_ptr() wrapperBin Meng2021-10-201-0/+18
* dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng2021-10-201-0/+12
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-121-1/+2
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+2
* | Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-09-301-1/+2
|\ \ | |/
| * mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay2021-09-281-1/+2
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-251-5/+5
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+37
* | dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2021-09-162-3/+3
* | dm: hash: Add new UCLASS_HASH supportChia-Wei Wang2021-09-011-0/+1
|/
* dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc2021-08-161-0/+1
* dm: core: Don't allow uclass use before readySimon Glass2021-08-081-1/+2
* dm: migrate the dm_warn to use the log macroPatrick Delaunay2021-08-081-1/+1
* dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-271-0/+10
* reboot-mode: add support for reboot mode controlNandor Han2021-07-231-0/+1
* cmd: pinmux: update result of do_statusPatrick Delaunay2021-07-231-1/+1
* remove struct uclass_driver::opsRasmus Villemoes2021-07-061-3/+0
* dm: core: add ofnode_get_path()Marek Behún2021-06-241-0/+10
* dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún2021-06-241-0/+17
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+10
* dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-151-3/+3
* of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-0/+20
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-121-0/+1
* Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2021-03-291-0/+2
|\
| * test: Add udevice declaration to avoid build errorSimon Glass2021-03-281-0/+2
* | dm: core: Add CBFS support to flashmapSimon Glass2021-03-271-0/+8
* | dm: core: Add warnings to private / platform settersSimon Glass2021-03-262-0/+21
* | dm: core: Use separate priv/plat data regionSimon Glass2021-03-261-0/+9
* | dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+8
* | dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-0/+15
* | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-5/+11
* | dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-262-30/+0
* | dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-0/+3
* | dm: core: Add macros to access the new linker listsSimon Glass2021-03-224-0/+177
* | dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+5
* | dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+18
* | dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-0/+16
* | test: Drop struct dm_test_stateSimon Glass2021-03-121-17/+0
* | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-1/+1
* | test: Mark all driver model tests with a flagSimon Glass2021-03-121-1/+2
|/
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-181-0/+13
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-183-0/+54
* net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-161-0/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-153-0/+4
|\
| * common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+4