summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2021-04-09dm: core: Add helper to compare node namesKishon Vijay Abraham I
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: Support parent devices with of-platdataSimon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: core: fix typo in device.hDario Binacchi
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek
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