summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass1-6/+9
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+42
2020-07-17acpi: Add support for a generic power sequenceSimon Glass1-0/+68
2020-07-17acpi: Add support for writing a GPIO power sequenceSimon Glass1-0/+64
2020-07-17acpi: Add support for writing a Power ResourceSimon Glass1-0/+41
2020-07-17acpi: Add support for various misc ACPI opcodesSimon Glass1-0/+75
2020-07-17acpi: Support copying properties from device tree to ACPISimon Glass1-0/+67
2020-07-17acpi: Support writing a GPIOSimon Glass1-0/+40
2020-07-17acpi: Support writing Device Properties objects via _DSDSimon Glass4-22/+432
2020-07-17acpi: Support writing a UUIDSimon Glass1-0/+33
2020-07-17acpi: Support writing a nameSimon Glass1-0/+93
2020-07-17acpi: Support writing a stringSimon Glass1-0/+28
2020-07-17acpi: Support writing an integerSimon Glass1-0/+46
2020-07-17acpigen: Support writing a packageSimon Glass1-0/+27
2020-07-17acpigen: Support writing a lengthSimon Glass1-2/+62
2020-07-17acpi: Support generation of SPI descriptorSimon Glass1-0/+36
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+32
2020-07-17acpi: Support generation of a GPIO/irq for a deviceSimon Glass1-0/+41
2020-07-17acpi: Support generation of GPIO descriptorSimon Glass1-0/+91
2020-07-17acpi: Support string outputSimon Glass1-0/+42
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+62
2020-07-17acpi: Support generation of interrupt descriptorSimon Glass1-0/+32
2020-07-17acpi: Support generation of ACPI codeSimon Glass2-0/+73
2020-07-17irq: Add a method to convert an interrupt to ACPISimon Glass1-0/+23
2020-07-17acpi: Add a way to check device statusSimon Glass1-0/+12
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass1-13/+82
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano2-4/+4
2020-07-10test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng1-0/+69
2020-07-10test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng1-1/+1
2020-07-10test/dm: fdtdec: Add the missing gd declarationBin Meng1-0/+2
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-23/+37
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-21/+34
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+2
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass1-1/+1
2020-07-09test: dm: rtc: add tests of rtc shell commandRasmus Villemoes1-0/+58
2020-07-09test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes1-0/+45
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-1/+14
2020-07-08gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher1-0/+9
2020-07-06Merge branch 'next'Tom Rini8-13/+250
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher1-0/+23
2020-07-01reset: Add generic reset driverSean Anderson2-0/+60
2020-07-01dm: Add support for simple-pm-busSean Anderson2-0/+46
2020-07-01clk: Add K210 pll supportSean Anderson2-0/+97
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-1/+1
2020-06-12dm: uclass: don't assign aliased seq numbersMichael Walle2-12/+24
2020-06-12usb: provide a device tree node to USB devicesMichael Walle1-0/+22
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki1-9/+1
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass9-96/+104
2020-05-19common: Drop log.h from common headerSimon Glass26-0/+26
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1