summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass1-22/+0
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-22/+0
2021-03-12test: Drop struct dm_test_stateSimon Glass4-44/+31
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-3/+3
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move console silencing to test_pre_run()Simon Glass1-4/+0
2021-03-12test: Drop mallinfo() work-aroundSimon Glass1-2/+0
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass1-17/+0
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass1-3/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-5/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass2-3/+3
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass1-0/+98
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-17/+115
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass1-9/+9
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-6/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-4/+4
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-3/+34
2021-02-26test: dm: Add test for fastboot mmc partition namingSean Anderson2-0/+67
2021-02-26mmc: sandbox: Add support for writingSean Anderson1-5/+14
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-2/+48
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne1-0/+30
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2-0/+50
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski1-2/+48
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk1-7/+109
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini10-0/+10
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-0/+116
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-1/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass10-0/+10
2021-01-31dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2-0/+39
2021-01-31sandbox: Disable I2C emulators in SPLSimon Glass1-4/+4
2021-01-31cros_ec: Add vstore supportSimon Glass1-0/+38
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-0/+37
2021-01-31cros_ec: Add support for switchesSimon Glass1-0/+26
2021-01-31cros_ec: Support reading EC featuresSimon Glass1-0/+28
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass1-0/+17
2021-01-31cros_ec: Add a function for the hello messageSimon Glass2-0/+33
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+80
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+68
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+22
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2-4/+4
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-3/+3
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-3/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2021-01-05dm: core: Access device flags through functionsSimon Glass5-24/+24
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-3/+3
2021-01-05test: Move some test drivers into their own fileSimon Glass2-221/+4
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-8/+6
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass4-19/+20