aboutsummaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Add API to read PCI bus-range propertyStefan Roese2020-08-251-0/+12
* dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-221-3/+1
* dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-221-4/+6
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-9/+0
* net: Drop dm.h header file from phy.hSimon Glass2020-08-031-0/+1
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-3/+0
* dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt2020-07-281-1/+1
* dm: button: add an uclass for buttonPhilippe Reynes2020-07-281-0/+1
* dm: Fix build error when OF_CONTROL is not setDan Murphy2020-07-281-0/+2
* dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-251-0/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+0
* dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-201-0/+1
* dm: acpi: Add support for the NHLT tableSimon Glass2020-07-171-0/+26
* dm: core: Add a way of overriding the ACPI device pathSimon Glass2020-07-171-0/+13
* acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass2020-07-171-0/+16
* pci: Avoid a crash in device_is_on_pci_bus()Simon Glass2020-07-171-1/+1
* acpi: Add support for DSDT generationSimon Glass2020-07-171-0/+30
* acpi: Add support for SSDT generationSimon Glass2020-07-171-0/+23
* acpigen: Support writing a lengthSimon Glass2020-07-171-1/+8
* acpi: Support generation of ACPI codeSimon Glass2020-07-171-0/+2
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-092-0/+29
* core: drop const for struct driver_infoWalter Lozano2020-07-091-1/+1
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+7
* dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass2020-07-091-1/+1
* video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-091-1/+13
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-0/+6
* dm: Fix error handling for dev_read_addr_ptrSean Anderson2020-07-011-1/+3
* arm: pxa: mmc: add driver model supportMarcel Ziswiler2020-06-301-0/+22
* dm: core: gracefully handle alias seq without ofMarcel Ziswiler2020-06-301-0/+4
* serial: pxa: clean-up platform data include fileMarcel Ziswiler2020-06-301-4/+4
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-191-0/+16
|\
| * dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han2020-06-181-0/+16
* | dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle2020-06-111-0/+2
|/
* net: Add eth phy generic driver for shared MDIOYe Li2020-05-101-0/+1
* dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-022-0/+21
* acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-0/+2
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-0/+5
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-0/+30
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-163-1/+169
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-165-31/+91
|\
| * dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-161-27/+0
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-163-0/+84
| * dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-161-4/+7
* | acpi: Add an __ACPI__ preprocessor symbolSimon Glass2020-04-161-0/+4
* | acpi: Add a simple sandbox testSimon Glass2020-04-161-0/+1
* | dm: core: Add basic ACPI supportSimon Glass2020-04-162-0/+78
|/
* dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-0/+6
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-117-207/+348
|\
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-051-1/+0