summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Add pinmux property support to pinctrl-genericSean Anderson2020-10-081-8/+13
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+10
* dm: update test on of_offset in ofnode_validPatrick Delaunay2020-10-061-1/+1
* dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese2020-10-061-3/+4
* Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...WIP/05Oct2020-nextTom Rini2020-10-051-0/+9
|\
| * dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+9
* | firmware: add SCMI agent uclassEtienne Carriere2020-09-301-0/+1
* | dm: Print device name in dev_xxx like LinuxSean Anderson2020-09-301-28/+82
* | dm: Use symbolic constants for log levels in dev_xxxSean Anderson2020-09-301-10/+11
* | dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2020-09-221-1/+3
* | core: improve of_match_ptr with OF_PLATDATAWalter Lozano2020-09-221-1/+1
|/
* 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 nextWIP/19Jun2020-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