index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2
-0
/
+116
2021-02-03
dm: core: Avoid partially removing devices
Simon Glass
1
-1
/
+3
2021-02-01
test/py: fix runtest wrapper for pytest 6
Stephen Warren
1
-1
/
+4
2021-01-30
dm: core: Update ofnode_read_fmap_entry() to read hashes
Simon Glass
2
-0
/
+39
2021-01-30
sandbox: Disable I2C emulators in SPL
Simon Glass
1
-4
/
+4
2021-01-30
cros_ec: Add vstore support
Simon Glass
1
-0
/
+38
2021-01-30
cros_ec: Show events in human-readable form
Simon Glass
1
-0
/
+37
2021-01-30
cros_ec: Add support for switches
Simon Glass
1
-0
/
+26
2021-01-30
cros_ec: Support reading EC features
Simon Glass
1
-0
/
+28
2021-01-30
cros_ec: Add support for reading the SKU ID
Simon Glass
1
-0
/
+17
2021-01-30
cros_ec: Add a function for the hello message
Simon Glass
2
-0
/
+33
2021-01-29
test: inconsistent string tests
Heinrich Schuchardt
1
-2
/
+1
2021-01-29
test: inconsistent bootm tests
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
test: Update test_fs to not use deprecated pytest.yield_fixture()
Tom Rini
1
-10
/
+5
2021-01-29
test: correct entry point to pytest
Heinrich Schuchardt
1
-5
/
+5
2021-01-29
test: pr_cont_test.o depends on CONFIG_LOG=y
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
test: test_ofplatdata: Mark as sandbox specific
Tom Rini
1
-0
/
+1
2021-01-27
bloblist: Support relocating to a larger space
Simon Glass
1
-0
/
+36
2021-01-25
test: unit test for echo command
Heinrich Schuchardt
2
-0
/
+60
2021-01-23
doc: move test/py/README.md to HTML documentation
Heinrich Schuchardt
1
-389
/
+0
2021-01-23
doc: move test/README to HTML documentation
Heinrich Schuchardt
1
-96
/
+0
2021-01-18
cmd: Add a pwm command
Pragnesh Patel
2
-0
/
+48
2021-01-16
test: unit test for pr_err(), pr_cont()
Heinrich Schuchardt
2
-0
/
+46
2021-01-16
test: correct the test prefix in ut str
Patrick Delaunay
1
-2
/
+2
2021-01-16
test: correct the test prefix in ut cmd_mem
Patrick Delaunay
1
-1
/
+1
2021-01-16
test: Only enable bloblist test when supported
Simon Glass
1
-1
/
+1
2021-01-16
test: Avoid assuming sandbox board for bloblist test
Simon Glass
2
-9
/
+22
2021-01-16
test: test/lib/test_print.c depends on CONSOLE_RECORD
Heinrich Schuchardt
1
-1
/
+1
2021-01-15
test: log: add test for console output of dropped messages
Patrick Delaunay
1
-0
/
+8
2021-01-15
test: add test for dropped trace before log_init
Patrick Delaunay
1
-0
/
+11
2021-01-15
test: log: add test for dropped messages
Patrick Delaunay
1
-8
/
+35
2021-01-15
test: add LOGL_FORCE_DEBUG flags support in log tests
Patrick Delaunay
1
-9
/
+20
2021-01-12
Nokia RX-51: Add test for U-Boot serial console
Pali Rohár
1
-1
/
+32
2021-01-12
dm: core: add a function to decode display timings
Dario Binacchi
1
-0
/
+80
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
1
-0
/
+68
2021-01-12
clk: add clk_round_rate()
Dario Binacchi
1
-0
/
+22
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2
-4
/
+4
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
1
-3
/
+3
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
1
-3
/
+3
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-3
/
+3
2021-01-05
dm: core: Access device flags through functions
Simon Glass
5
-24
/
+24
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
1
-3
/
+3
2021-01-05
test: Move some test drivers into their own file
Simon Glass
2
-221
/
+4
2021-01-05
test: Use a simple variable to record removed device
Simon Glass
1
-8
/
+6
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
4
-19
/
+20
2021-01-05
sandbox: Drop unnecessary test node
Simon Glass
1
-1
/
+0
2020-12-31
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
1
-1
/
+1
2020-12-22
test: dm: spi: Add testcase for spi_claim_bus()
Ovidiu Panait
1
-0
/
+82
2020-12-22
sandbox: test: Add a second SPI slave on sandbox_spi bus
Ovidiu Panait
1
-1
/
+1
2020-12-18
dm: core: Drop seq and req_seq
Simon Glass
1
-0
/
+39
[next]