aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2020-10-22dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi
2020-10-16dm: Don't undefine dev_xxx macrosSean Anderson
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-09-30firmware: add SCMI agent uclassEtienne Carriere
2020-09-30dm: Print device name in dev_xxx like LinuxSean Anderson
2020-09-30dm: Use symbolic constants for log levels in dev_xxxSean Anderson
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay
2020-09-22core: improve of_match_ptr with OF_PLATDATAWalter Lozano
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03net: Drop dm.h header file from phy.hSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-28dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt
2020-07-28dm: button: add an uclass for buttonPhilippe Reynes
2020-07-28dm: Fix build error when OF_CONTROL is not setDan Murphy
2020-07-25dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass
2020-07-17acpi: Add support for DSDT generationSimon Glass
2020-07-17acpi: Add support for SSDT generationSimon Glass
2020-07-17acpigen: Support writing a lengthSimon Glass
2020-07-17acpi: Support generation of ACPI codeSimon Glass
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano
2020-07-09core: drop const for struct driver_infoWalter Lozano
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler
2020-06-30serial: pxa: clean-up platform data include fileMarcel Ziswiler
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-18dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han
2020-06-11dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun