summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2020-11-06board: Rename uclass to sysinfoSimon Glass1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+9
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-15/+63
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+8
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-0/+14
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-1/+9
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass2-3/+13
2020-10-29dm: core: fix typo in device.hDario Binacchi1-1/+1
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass1-1/+1
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-8/+1
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass1-1/+16
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+22
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot1-0/+1
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-22dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi1-1/+2
2020-10-16dm: Don't undefine dev_xxx macrosSean Anderson1-20/+0
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson1-162/+339
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson1-8/+13
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay3-5/+10
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay1-1/+1
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese1-3/+4
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+9
2020-09-30firmware: add SCMI agent uclassEtienne Carriere1-0/+1
2020-09-30dm: Print device name in dev_xxx like LinuxSean Anderson1-28/+82
2020-09-30dm: Use symbolic constants for log levels in dev_xxxSean Anderson1-10/+11
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay1-1/+3
2020-09-22core: improve of_match_ptr with OF_PLATDATAWalter Lozano1-1/+1
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea1-0/+9
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese1-0/+12
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-3/+1
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt1-4/+6
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-9/+0
2020-08-04net: Drop dm.h header file from phy.hSimon Glass1-0/+1
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-3/+0
2020-07-29dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt1-1/+1
2020-07-29dm: button: add an uclass for buttonPhilippe Reynes1-0/+1
2020-07-29dm: 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-10core: extend struct driver_info to point to deviceWalter Lozano2-0/+29