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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
i2c: mxc: move i2c_early_init_f to common function
Biwen Li
1
-68
/
+70
2020-07-27
crypto/fsl: add RNG support
Michael Walle
6
-0
/
+125
2020-07-27
crypto/fsl: instantiate the RNG with prediciton resistance
Michael Walle
5
-11
/
+79
2020-07-27
crypto/fsl: don't regenerate secure keys
Michael Walle
4
-7
/
+9
2020-07-27
crypto/fsl: support newer SEC modules
Michael Walle
2
-9
/
+54
2020-07-27
crypto/fsl: export caam_get_era()
Michael Walle
2
-1
/
+11
2020-07-27
crypto/fsl: make SEC%u status line consistent
Michael Walle
1
-7
/
+7
2020-07-27
crypto/fsl: unused value in caam_hash_update()
Heinrich Schuchardt
1
-1
/
+1
2020-07-27
crypto/fsl: correct printf() statement.
Heinrich Schuchardt
1
-2
/
+2
2020-07-27
arm64: ls1043a: Remove the workaround of erratum A-009929
Hou Zhiqiang
2
-19
/
+0
2020-07-27
configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value
Kuldeep Singh
1
-1
/
+2
2020-07-27
configs: lx2160aqds: enable CONFIG_BOARD_EARLY_INIT_R
Yangbo Lu
2
-0
/
+2
2020-07-27
board: fsl: lx2160aqds: identify SDHC adapter during board init
Yangbo Lu
2
-3
/
+44
2020-07-27
Move eSDHC adapter card identification to board files
Yangbo Lu
11
-79
/
+33
2020-07-27
Drop global data sdhc_adapter for powerpc
Yangbo Lu
2
-4
/
+1
2020-07-27
armv8: ls1028ardb: add xspi parameter to qixis command
Yuantian Tang
2
-2
/
+15
2020-07-27
armv8: ls1012a: RGMII ports require internal delay
Chaitanya Sakinam
2
-2
/
+2
2020-07-27
include/configs: ls1012a: Remove fdt_high env variable
Udit Agarwal
5
-5
/
+5
2020-07-27
config: lx2160/2a: enable dspi
Zhao Qiang
1
-0
/
+3
2020-07-27
armv8: dts: fsl-lx2160a: add flash node under dspi to qds dts
Zhao Qiang
1
-0
/
+99
2020-07-27
crypto/fsl: fix unaligned access
Michael Walle
1
-14
/
+13
2020-07-27
I2C: ls1043a, ls1046a: enable SYS_I2C_MXC
Biwen Li
3
-5
/
+3
2020-07-27
armv8: layerscape: rework spin table
Michael Walle
1
-60
/
+23
2020-07-27
armv8: layerscape: relocate spin table if EFI_LOADER is enabled
Michael Walle
1
-0
/
+36
2020-07-27
armv8: layerscape: clean exported symbols in spintable.S
Michael Walle
4
-21
/
+24
2020-07-27
armv8: layerscape: drop first .ltorg directive in spintable.S
Michael Walle
1
-2
/
+0
2020-07-27
armv8: layerscape: make wake_secondary_core_n() static
Michael Walle
1
-1
/
+1
2020-07-27
armv8: layerscape: simplify get_spin_tbl_addr() calls
Michael Walle
1
-8
/
+7
2020-07-27
armv8: layerscape: remove determine_mp_bootpg()
Michael Walle
2
-6
/
+0
2020-07-27
armv8: layerscape: fix alignment for spin table
Michael Walle
1
-2
/
+2
2020-07-27
armv8: layerscape: load function pointer using ADR
Michael Walle
1
-3
/
+3
2020-07-27
armv8: layerscape: move spin table into own module
Michael Walle
3
-150
/
+161
2020-07-27
armv8: layerscape: properly use CPU_RELEASE_ADDR
Michael Walle
8
-9
/
+18
2020-07-27
armv8: layerscape: pretty print info about SMP cores
Michael Walle
1
-4
/
+5
2020-07-27
armv8: layerscape: fix spin-table support
Michael Walle
2
-11
/
+5
2020-07-27
net: pfe_eth: Use spi_flash_read API to access flash memory
Kuldeep Singh
2
-2
/
+48
2020-07-27
dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscape
hui.song
1
-6
/
+2
2020-07-27
armv8: gpio: add gpio feature
hui.song
1
-0
/
+22
2020-07-27
configs: ls1088ardb: Add support for usb boot target
Era Tiwari
1
-0
/
+1
2020-07-27
armv8: ls1028a: move FSL_LAYERSCAPE to kconfig
Michael Walle
2
-1
/
+1
2020-07-27
fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays
Vladimir Oltean
3
-1
/
+58
2020-07-26
binman: Re-enable concurrent tests
Simon Glass
1
-1
/
+3
2020-07-26
binman: Don't change the descriptor in tests
Simon Glass
3
-5
/
+47
2020-07-26
env: mmc: add redundancy support in mmc_offset_try_partition
Patrick Delaunay
1
-3
/
+3
2020-07-26
env: mmc: correct the offset returned by mmc_offset_try_partition
Patrick Delaunay
1
-2
/
+2
2020-07-26
env: mmc: allow support of mmc_get_env_dev with OF_CONTROL
Patrick Delaunay
1
-6
/
+12
2020-07-26
test: env: add test for env info sub-command
Patrick Delaunay
1
-0
/
+63
2020-07-26
configs: sandbox: Enable sub command 'env info'
Patrick Delaunay
4
-0
/
+4
2020-07-26
cmd: env: check real location for env info command
Patrick Delaunay
2
-3
/
+23
2020-07-26
cmd: env: add option for quiet output on env info
Patrick Delaunay
2
-7
/
+20
[prev]
[next]