- a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
- 664277f test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 9 months ago
- 1fc9c12 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 9 months ago
- 45d191a test: Use return values in dm_test_run() by Simon Glass · 3 years, 9 months ago
- f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 9 months ago
- fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 9 months ago
- d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 9 months ago
- c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 9 months ago
- ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 9 months ago
- e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 9 months ago
- c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 9 months ago
- 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
- 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 9 months ago
- 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 9 months ago
- 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 9 months ago
- 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
- 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
- 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
- a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 10 months ago
- c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
- 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
- de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
- d4f22cb test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 10 months ago
- 3f6fb77 mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 10 months ago
- 8f7a16a Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
- 30b20e6 dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 10 months ago
- e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 10 months ago
- 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 10 months ago
- 289d0ea test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 9 months ago
- 9d1215b test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
- 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- cc6f4c8 dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
- c51d2e7 dm: core: Avoid partially removing devices by Simon Glass · 3 years, 10 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- ff5fa7d dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 10 months ago
- d85f2c4 sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 10 months ago
- 10f7465 cros_ec: Add vstore support by Simon Glass · 3 years, 10 months ago
- 3ae3382 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 10 months ago
- 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 10 months ago
- 8aec32f cros_ec: Support reading EC features by Simon Glass · 3 years, 10 months ago
- 7791df5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 10 months ago
- d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 10 months ago
- 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 11 months ago
- d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 11 months ago
- 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 11 months ago
- 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 11 months ago
- 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 11 months ago
- 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
- 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- 73466df dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
- 079ac59 test: Move some test drivers into their own file by Simon Glass · 4 years ago
- 3f87608 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- a5624c6 test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 4 years ago
- 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
- 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
- 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
- a20b4a8 dm: test: Drop assumptions of no sequence numbers by Simon Glass · 4 years ago
- ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
- 1c55b22 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
- 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
- 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
- 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
- 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
- bf896a2 test: adjust sysreset tests by Heinrich Schuchardt · 4 years, 1 month ago
- 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
- 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 2 months ago
- a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
- 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
- 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
- b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 2 months ago
- 217293e dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
- b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
- 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
- 627988f dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 2 months ago
- a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
- 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
- 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
- 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
- 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
- c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 1 month ago