summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* board: Rename uclass to sysinfoSimon Glass2020-11-061-1/+1
* acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+9
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-305-15/+63
|\
| * dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-291-0/+8
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-291-0/+14
| * dm: Support parent devices with of-platdataSimon Glass2020-10-291-1/+9
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-292-3/+13
| * dm: core: fix typo in device.hDario Binacchi2020-10-291-1/+1
| * dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-291-1/+1
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-8/+1
| * dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass2020-10-291-1/+16
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-291-0/+22
|\ \ | |/ |/|
| * dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
* | drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-281-0/+1
|/
* dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi2020-10-221-1/+2
* dm: Don't undefine dev_xxx macrosSean Anderson2020-10-161-20/+0
* pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson2020-10-081-162/+339
* 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...Tom 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