summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | test: Drop struct dm_test_stateSimon Glass2021-03-126-63/+39
| | * | | | test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-124-3/+18
| | * | | | test: Move delay skipping to test_pre_run()Simon Glass2021-03-124-2/+20
| | * | | | test: Move console silencing to test_pre_run()Simon Glass2021-03-122-5/+2
| | * | | | test: Drop mallinfo() work-aroundSimon Glass2021-03-122-5/+1
| | * | | | test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-122-2/+3
| | * | | | test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-122-17/+18
| | * | | | test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-122-3/+7
| | * | | | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-123-7/+13
| | * | | | test: Create pre/post-run functionsSimon Glass2021-03-122-10/+51
| | * | | | test: Add an overall test runnerSimon Glass2021-03-124-33/+115
| | * | | | test: Rename test-main.c to test-dm.cSimon Glass2021-03-124-6/+6
| | * | | | test: Mark all driver model tests with a flagSimon Glass2021-03-122-1/+4
| | * | | | test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
| | * | | | doc: Document how sandbox_spl_tests are runSimon Glass2021-03-122-0/+87
| | * | | | doc: Explain how to run tests without pytestSimon Glass2021-03-123-0/+90
| | * | | | test: Re-enable test_ofplatdataSimon Glass2021-03-121-1/+1
| | * | | | sandbox: Drop the 'starting...' messageSimon Glass2021-03-122-2/+0
| | * | | | doc: Document make tcheckSimon Glass2021-03-121-1/+11
| | * | | | doc: Tidy up testing sectionSimon Glass2021-03-121-8/+12
| | * | | | dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-121-4/+13
| |/ / / /
| * | | | Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-044-142/+159
| |\ \ \ \
| | * | | | video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-034-142/+159
| | | |_|/ | | |/| |
| * | | | Merge branch '2021-03-03-gpio-improvements' into nextTom Rini2021-03-049-220/+704
| |\ \ \ \
| | * | | | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-035-5/+232
| | * | | | gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
| | * | | | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-032-7/+17
| | * | | | gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-032-34/+43
| | * | | | gpio: Use an 'ops' variable everywhereSimon Glass2021-03-031-11/+14
| | * | | | gpio: Replace direction_input() and direction_output()Simon Glass2021-03-032-10/+31
| | * | | | dm: gpio: Add a way to update flagsSimon Glass2021-03-035-43/+203
| | * | | | gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass2021-03-031-9/+12
| | * | | | gpio: sandbox: Fully separate pin value from output valueSimon Glass2021-03-031-4/+20
| | * | | | gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-032-23/+29
| | * | | | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-033-39/+47
| | * | | | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-033-10/+10
| | * | | | dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-035-32/+33
| | * | | | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-036-27/+43
| | * | | | gpio: Disable functions not used with of-platdataSimon Glass2021-03-031-0/+2
| |/ / / /
| * | | | Merge branch '2021-03-03-assorted-improvements' into nextTom Rini2021-03-03174-623/+1481
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-022-0/+48
| | * | | tpm: Add TPM2 support for write_lockSimon Glass2021-03-023-1/+36
| | * | | tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-024-2/+127
| | * | | tpm: Add an implementation of define_spaceSimon Glass2021-03-022-0/+65
| | * | | tpm: Reduce duplication in a few functionsSimon Glass2021-03-021-5/+8
| | * | | tpm: Add a basic API implementation for TPMv2Simon Glass2021-03-021-7/+77
| | * | | tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-0210-169/+168
| | * | | tpm: Add an API that can support v1.2 and v2Simon Glass2021-03-022-0/+537
| | * | | tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass2021-03-021-2/+8
| | * | | tpm: Use logging in the uclassSimon Glass2021-03-021-3/+5