video: backlight: Support PWMs without a known period_ns
[pandora-u-boot.git] / test /
2021-04-10 Alper Nebi Yasakvideo: backlight: Support PWMs without a known period_ns
2021-04-09 Tom RiniMerge tag 'u-boot-imx-20210409' of https://gitlab.denx...
2021-04-08 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-04-08 Heinrich Schuchardttest: unit test for longjmp
2021-04-07 Tom RiniMerge branch '2021-04-07-CI-improvements'
2021-04-07 Tom Rinipytest: Lower pygit2 requirement
2021-04-07 Tom RiniMerge tag 'mmc-2021-4-6' of https://source.denx.de...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2021-04-06 Tom RiniMerge tag 'u-boot-amlogic-20210406' of https://source...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-04-06 Tom RiniMerge tag 'dm-pull-6apr21' of https://source.denx.de...
2021-04-06 Simon Glasstest: Allow tests to run on any board
2021-04-06 Tom RiniMerge tag 'rockchip-for-v2021.07' of https://source...
2021-04-05 Tom RiniMerge branch 'next'
2021-03-31 Tom RiniMerge tag 'efi-2021-04-rc6' of https://source.denx...
2021-03-31 Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-31 Andy Shevchenkotest: Don't unmount not (yet) mounted system
2021-03-30 Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29 Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-29 Tom RiniMerge tag 'dm-pull-28mar21' of git://git.denx.de/u...
2021-03-29 Tom RiniMerge branch '2021-03-28-assorted-bugfixes'
2021-03-28 Sean Andersondm: test: Always include command.h for print_ut
2021-03-27 Simon Glasssf: Support querying write-protect
2021-03-27 Simon Glasstest: Silenece the echo and print tests
2021-03-26 Tom RiniMerge tag 'dm-pull-26mar21-take2' of git://git.denx...
2021-03-26 Simon Glassdm: core: Create a struct for device runtime info
2021-03-26 Simon Glasstest: Run sandbox_spl tests on sandbox_noinst
2021-03-26 Simon Glasssandbox: Create a new sandbox_noinst build
2021-03-26 Simon GlassRevert "sandbox: Disable I2C emulators in SPL"
2021-03-26 Simon Glassdm: Rename device_get_by_driver_info_idx()
2021-03-26 Simon Glassdm: core: Drop device_get_by_driver_info()
2021-03-26 Simon Glassclk: sandbox: Create a special fixed-rate driver
2021-03-26 Simon Glassdm: test: Avoid destroying uclasses with of-platdata...
2021-03-26 Tom RiniMerge tag 'efi-next' of https://source.denx.de/u-boot...
2021-03-25 Jose Marinhotest: test the ESRT creation
2021-03-25 Ilias Apalodimasefidebug: add multiple device path instances on Boot####
2021-03-22 Simon Glassdtoc: Assign a sequence number to each node
2021-03-22 Bin Mengtest: print_ut: Fix potential build error
2021-03-22 Bin Mengtest: cmd: setexpr: Fix a typo
2021-03-19 Tom RiniMerge tag 'video-for-v2021.04' of https://source.denx...
2021-03-18 Tom RiniMerge branch '2021-03-17-assorted-fixes'
2021-03-17 Andy Shevchenkotest: Include /sbin to the PATH when creating ext4...
2021-03-15 Tom RiniMerge tag 'v2021.04-rc4' into next
2021-03-15 Tom RiniMerge tag 'u-boot-stm32-20210312' of https://source...
2021-03-15 Tom RiniMerge branch '2021-03-12-assorted-improvements' into...
2021-03-14 Igor Opaniuktest: py: add initial coverage for scp03 cmd
2021-03-13 Simon Glasstest: acpi: Fix warnings on 32-bit build
2021-03-12 Simon Glasslog: Handle line continuation
2021-03-12 Tom RiniMerge branch '2021-03-12-test-improvements' into next
2021-03-12 Simon Glassspl: test: Add a test for spl_load_simple_fit()
2021-03-12 Simon Glasstest: Allow SPL to run any available test
2021-03-12 Simon Glasstest: Rename all linker lists to have a ut_ prefix
2021-03-12 Simon Glasstest: Add a macros for finding tests in linker_lists
2021-03-12 Simon Glasstest: log: Rename log main test file to log_ut.c
2021-03-12 Simon Glasstest: Move restoring of driver model state to ut_run_list()
2021-03-12 Simon Glasstest: Move the devicetree check into ut_run_list()
2021-03-12 Simon Glasstest: Use return values in dm_test_run()
2021-03-12 Simon Glasstest: Run driver-model tests using ut_run_list()
2021-03-12 Simon Glasstest: Use a local variable for test state
2021-03-12 Simon Glasstest: Add ut_run_test_live_flat() to run tests twice
2021-03-12 Simon Glasstest: Drop dm_do_test()
2021-03-12 Simon Glasstest: Use ut_run_test() to run driver model tests
2021-03-12 Simon Glasstest: Move test running into a separate function
2021-03-12 Simon Glasstest: Move dm_test_destroy() into test-main.c
2021-03-12 Simon Glasstest: Move dm_test_init() into test-main.c
2021-03-12 Simon Glasstest: Drop struct dm_test_state
2021-03-12 Simon Glasstest: Handle driver model reinit in test_pre_run()
2021-03-12 Simon Glasstest: Move delay skipping to test_pre_run()
2021-03-12 Simon Glasstest: Move console silencing to test_pre_run()
2021-03-12 Simon Glasstest: Drop mallinfo() work-around
2021-03-12 Simon Glasstest: Move dm_scan_plat() to test_pre_run()
2021-03-12 Simon Glasstest: Move do_autoprobe() to test_pre_run()
2021-03-12 Simon Glasstest: Move dm_extended_scan() to test_pre_run()
2021-03-12 Simon Glasstest: Call test_pre/post_run() from driver model tests
2021-03-12 Simon Glasstest: Create pre/post-run functions
2021-03-12 Simon Glasstest: Add an overall test runner
2021-03-12 Simon Glasstest: Rename test-main.c to test-dm.c
2021-03-12 Simon Glasstest: Correct setexpr test prefix
2021-03-12 Simon Glasstest: Re-enable test_ofplatdata
2021-03-12 Simon Glasssandbox: Drop the 'starting...' message
2021-03-08 Tom RiniMerge tag 'u-boot-amlogic-20210308' of https://gitlab...
2021-03-08 Tom RiniMerge branch 'v2021.04-rc4' of https://github.com/lftan...
2021-03-08 Tom RiniMerge tag 'efi-2021-04-rc3-3' of https://source.denx...
2021-03-07 Heinrich Schuchardtefi_loader: correct uboot_bin_env.its file format
2021-03-07 Heinrich Schuchardtlib/charset: UTF-8 stream conversion
2021-03-07 Heinrich Schuchardtlib/charset: utf8_get() should return error
2021-03-07 Heinrich Schuchardtefi_loader: carve out utf_to_cp()
2021-03-06 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-03-05 Bin Mengtest: cmd: Add a basic test for 'addrmap' command
2021-03-04 Tom RiniMerge tag 'next-2021-03-04' of https://gitlab.denx...
2021-03-04 Tom RiniMerge branch '2021-03-03-gpio-improvements' into next
2021-03-03 Simon Glassgpio: Add a way to read 3-way strapping pins
2021-03-03 Simon Glassdm: gpio: Add a way to update flags
2021-03-03 Simon Glassgpio: sandbox: Rename GPIO dir_flags to flags
2021-03-03 Simon Glassgpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
2021-03-03 Simon Glassdm: gpio: Rename set_dir_flags() method to update_flags()
2021-02-27 Tom RiniMerge tag 'efi-2021-04-rc3-2' of https://gitlab.denx...
2021-02-26 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
2021-02-26 Sean Andersonfastboot: Allow u-boot-style partitions
next