summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2022-04-06MLK-22357-1 usb: Add handle_interrupts function pointer for UCLASS_USB_GADGET...Sherry Sun
2022-04-06MLK-21850-1 dm: device: Check driver flag before setting default clocksYe Li
2022-02-09dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18dm: fix an 'undefined' error in some macrosAKASHI Takahiro
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-12-01pinctrl: change result for unsupported APIPatrick Delaunay
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