summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2022-02-09dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu1-1/+1
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-0/+14
2022-01-25x86: Move DSDT table to a writer functionSimon Glass1-0/+2
2022-01-25x86: Move FACS table to a writer functionSimon Glass1-0/+2
2022-01-25x86: Move base tables to a writer functionSimon Glass1-2/+21
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-0/+12
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass1-0/+57
2022-01-25acpi: Add a table startSimon Glass1-0/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt6-37/+37
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay1-13/+12
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay5-275/+288
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay1-80/+81
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay1-7/+7
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay1-93/+116
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay1-2/+2
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay1-3/+5
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay1-9/+11
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay1-41/+42
2021-12-23dm: core: Allow getting some basic statsSimon Glass3-1/+25
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini2-5/+6
2021-12-18dm: fix an 'undefined' error in some macrosAKASHI Takahiro1-4/+4
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass1-0/+1
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass1-1/+1
2021-12-01pinctrl: change result for unsupported APIPatrick Delaunay1-2/+2
2021-11-29dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+8
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass2-0/+21
2021-11-29dm: core: Add a way to obtain a string listSimon Glass2-0/+48
2021-11-29dm: core: Fix up string-function documentationSimon Glass1-2/+2
2021-11-29dm: core: Fix handling of uclass pre_unbind methodSimon Glass1-1/+13
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean1-0/+14
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle1-0/+24
2021-10-31iommu: Add IOMMU uclassMark Kettenis1-0/+1
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi1-2/+2
2021-10-20dm: Provide dev_read_addr_index_ptr() wrapperBin Meng1-0/+18
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng1-0/+12
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+2
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+2
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