summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Fix up string-function documentationSimon Glass
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean
2021-11-09dm: core: add ofnode_for_each_compatible_node()Michael Walle
2021-10-31iommu: Add IOMMU uclassMark Kettenis
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi
2021-10-20dm: Provide dev_read_addr_index_ptr() wrapperBin Meng
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass
2021-09-01dm: hash: Add new UCLASS_HASH supportChia-Wei Wang
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