aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-9/+0
2020-08-03net: Drop dm.h header file from phy.hSimon Glass1-0/+1
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-3/+0
2020-07-28dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt1-1/+1
2020-07-28dm: button: add an uclass for buttonPhilippe Reynes1-0/+1
2020-07-28dm: Fix build error when OF_CONTROL is not setDan Murphy1-0/+2
2020-07-25dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach1-0/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+0
2020-07-20dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach1-0/+1
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass1-0/+26
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass1-0/+13
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-0/+16
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass1-1/+1
2020-07-17acpi: Add support for DSDT generationSimon Glass1-0/+30
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+23
2020-07-17acpigen: Support writing a lengthSimon Glass1-1/+8
2020-07-17acpi: Support generation of ACPI codeSimon Glass1-0/+2
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano2-0/+29
2020-07-09core: drop const for struct driver_infoWalter Lozano1-1/+1
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+7
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass1-1/+1
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+13
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-0/+6
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson1-1/+3
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler1-0/+22
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-0/+4
2020-06-30serial: pxa: clean-up platform data include fileMarcel Ziswiler1-4/+4
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini1-0/+16
2020-06-18dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han1-0/+16
2020-06-11dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle1-0/+2
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li1-0/+1
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2-0/+21
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-0/+2
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-0/+5
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-0/+30
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay3-1/+169
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini5-31/+91
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-27/+0
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi3-0/+84
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass1-4/+7
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass1-0/+4
2020-04-16acpi: Add a simple sandbox testSimon Glass1-0/+1
2020-04-16dm: core: Add basic ACPI supportSimon Glass2-0/+78
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin1-0/+6
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini7-207/+348
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass2-0/+16
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+17
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-1/+0
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-71/+86
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-2/+4