summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-12Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic
2020-05-03test: cpu: test current cpuPeng Fan
2020-05-02test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun
2020-05-02test: dm: add test item for ofnode_get_child_count()Chunfeng Yun
2020-04-30acpi: Add an acpi commandSimon Glass
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass
2020-04-30acpi: Put table-setup code in its own functionSimon Glass
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay
2020-04-16acpi: Add support for DMARSimon Glass
2020-04-16acpi: Add a central location for table version numbersSimon Glass
2020-04-16acpi: Add a simple sandbox testSimon Glass
2020-04-16cpu: Support querying the address widthSimon Glass
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05test: Enable console recording in testsSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass