aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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-09drivers: rename drivers to match compatible stringWalter Lozano2-4/+4
2020-07-09test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng1-0/+69
2020-07-09test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng1-1/+1
2020-07-09test/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-07gpio: 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-11dm: uclass: don't assign aliased seq numbersMichael Walle2-12/+24
2020-06-11usb: 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-18common: Drop log.h from common headerSimon Glass26-0/+26
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop part.h from common headerSimon Glass3-0/+3
2020-05-12Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+89
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong1-0/+89
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2-0/+54
2020-05-03test: cpu: test current cpuPeng Fan1-0/+2
2020-05-02test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun1-0/+33
2020-05-02test: dm: add test item for ofnode_get_child_count()Chunfeng Yun1-0/+21
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+73
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-0/+5
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-10/+54
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-1/+15
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-0/+28
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-3/+71
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay2-7/+61
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-7/+0
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2-1/+52
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini3-1/+125
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+25
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+29
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+10
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-1/+1
2020-04-16acpi: Add support for DMARSimon Glass1-0/+16