summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
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
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