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
2021-01-05
dtoc: Use None to mean stdout
Simon Glass
3
-7
/
+7
2021-01-05
dtoc: Tidy up pylint warnings in test
Simon Glass
1
-71
/
+85
2021-01-05
dm: core: Add logging when lists_bind_fdt() fails
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
6
-11
/
+19
2021-01-05
dm: core: Split out scanning code to dm_scan()
Simon Glass
1
-14
/
+35
2021-01-05
dm: core: Rename device node to indicate it is private
Simon Glass
1
-4
/
+7
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
50
-82
/
+113
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
15
-35
/
+30
2021-01-05
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
5
-5
/
+5
2021-01-05
dm: core: Rename device flags to indicate it is private
Simon Glass
1
-8
/
+9
2021-01-05
dm: core: Access device flags through functions
Simon Glass
16
-59
/
+74
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
6
-17
/
+18
2021-01-05
dm: core: Split out alloc code into a new function
Simon Glass
1
-37
/
+52
2021-01-05
x86: Drop rtc from SPL
Simon Glass
1
-1
/
+1
2021-01-05
x86: coral: Remove unwanted nodes from SPL/TPL
Simon Glass
1
-6
/
+11
2021-01-05
x86: apl: Adjust how the UART gets its platform data
Simon Glass
2
-20
/
+42
2021-01-05
x86: sysreset: Move priv/plat structs to headers
Simon Glass
2
-4
/
+19
2021-01-05
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
2
-6
/
+16
2021-01-05
x86: apl: Use struct spi_nor instead of struct spi_flash
Simon Glass
1
-1
/
+1
2021-01-05
spi: Tweak a few strange SPI NOR features for of-platdata
Simon Glass
3
-3
/
+5
2021-01-05
spi: Tidy up get/set of device node
Simon Glass
5
-6
/
+36
2021-01-05
x86: spl: Move priv/plat structs to headers
Simon Glass
2
-11
/
+11
2021-01-05
x86: Move priv/plat structs for intel_common to headers
Simon Glass
4
-27
/
+40
2021-01-05
x86: apl: Move priv/plat structs to headers
Simon Glass
6
-38
/
+64
2021-01-05
sandbox: Update dts files to reduce SPL size
Simon Glass
2
-8
/
+7
2021-01-05
sandbox: Add a compatible string for spltest
Simon Glass
1
-0
/
+6
2021-01-05
sandbox: i2c: Move priv into a header file
Simon Glass
2
-4
/
+15
2021-01-05
sandbox: serial: Move priv into a header file
Simon Glass
2
-15
/
+31
2021-01-05
sandbox: remove ram buffer file when U-Boot is loaded by SPL
Patrick Delaunay
3
-4
/
+12
2021-01-05
x86: Fix header guard in asm/pmu.h
Simon Glass
1
-3
/
+3
2021-01-05
x86: tpl: Remove unwanted devicetree string
Simon Glass
1
-1
/
+3
2021-01-05
x86: pinctrl: Drop unlikely error messages from TPL
Simon Glass
1
-3
/
+8
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
13
-16
/
+44
2021-01-05
x86: apl: Update hostbridge to remove unwanted TPL code
Simon Glass
1
-5
/
+9
2021-01-05
x86: coral: Move fsp-m settings to a subnode
Simon Glass
2
-1
/
+9
2021-01-05
x86: Move call64 into its own section
Simon Glass
1
-0
/
+1
2021-01-05
x86: apl: Use const for driver operations
Simon Glass
2
-2
/
+2
2021-01-05
dtoc: Convert _drivers to a dict
Simon Glass
2
-4
/
+32
2021-01-05
dtoc: Output the struct values in a separate function
Simon Glass
1
-16
/
+34
2021-01-05
dtoc: Output the device in a separate function
Simon Glass
1
-11
/
+22
2021-01-05
dtoc: Make _output_list a top-level function
Simon Glass
1
-40
/
+40
2021-01-05
dtoc: Fix a few pylint warnings in dtb_platdata
Simon Glass
1
-15
/
+16
2021-01-05
test: Move some test drivers into their own file
Simon Glass
7
-221
/
+263
2021-01-05
test: Use a simple variable to record removed device
Simon Glass
2
-10
/
+6
2021-01-05
timer: Use a shorter error in TPL
Simon Glass
1
-2
/
+8
2021-01-05
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
Simon Glass
6
-0
/
+0
2021-01-05
sysreset: Use a shorter error with SPL
Simon Glass
1
-4
/
+8
2021-01-05
pinctrl: Drop post_bind() method when not needed
Simon Glass
1
-1
/
+3
2021-01-05
dm: core: Rename the priv/plat members
Simon Glass
4
-28
/
+33
2021-01-05
dm: core: Use access methods for dev/uclass private data
Simon Glass
3
-37
/
+45
[next]