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
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
/
include
/
common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-19
bootcount: Make bootcount magic configurable
Marek Vasut
1
-1
/
+0
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-3
/
+0
2018-09-10
sandbox: Add serial test
Patrice Chotard
1
-0
/
+1
2018-06-19
common: Fix cpu nr type which is always unsigned type
Michal Simek
1
-4
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Convert CONFIG_SPI to Kconfig
Adam Ford
1
-10
/
+2
2018-03-16
common: move board_info.c prototypes in init.h
Patrick Delaunay
1
-2
/
+1
2018-03-16
common: move board_r.c prototypes in init.h
Patrick Delaunay
1
-16
/
+3
2018-03-16
common: move board_init.c prototypes in init.h
Patrick Delaunay
1
-37
/
+1
2018-03-16
common: move board_f.c prototypes in init.h
Patrick Delaunay
1
-67
/
+4
2018-03-16
post: remove reference to power functions
Patrick Delaunay
1
-1
/
+0
2018-03-16
common: remove unused prototypes
Patrick Delaunay
1
-10
/
+0
2018-03-16
common: add a prototype for mach_cpu_init()
Patrick Delaunay
1
-10
/
+3
2018-01-23
common: board_f: vid: Add VID specific API to adjust core voltage
Rajesh Bhagat
1
-0
/
+3
2017-12-07
Move debug and logging support to a separate header
Simon Glass
1
-45
/
+1
2017-11-29
spl: make CONFIG_OF_EMBED pass dts through fdtgrep
Goldschmidt Simon
1
-0
/
+1
2017-10-16
common: Add a prototype for s_init()
Diego Dorta
1
-0
/
+2
2017-10-05
gzip: add a function to parse the header
Jean-Jacques Hiblot
1
-0
/
+1
2017-10-04
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
Masahiro Yamada
1
-8
/
+1
2017-10-04
common.h: remove error()
Masahiro Yamada
1
-5
/
+0
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
1
-5
/
+1
2017-10-04
stdio.h: move printf() stuff from <common.h> to <stdio.h>
Masahiro Yamada
1
-40
/
+1
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
1
-4
/
+15
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-7
/
+25
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
1
-5
/
+21
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
1
-1
/
+13
2017-08-15
env: Drop saveenv() in favour of env_save()
Simon Glass
1
-1
/
+0
2017-08-02
common: board_f: Make reserve_mmu a weak function
Siva Durga Prasad Paladugu
1
-0
/
+1
2017-07-10
board_f: Add new function to allow runtime DTB selection
Cooper Jr., Franklin
1
-0
/
+4
2017-07-06
serial: make serial_stub_* to static functions
Masahiro Yamada
1
-5
/
+0
2017-06-05
common: microblaze: Drop arch-specific declarations
Simon Glass
1
-5
/
+0
2017-06-05
common: arm: freescale: layerscape: Move header files out of common.h
Simon Glass
1
-7
/
+0
2017-06-05
common: arm: davinci: Move header file out of common
Simon Glass
1
-3
/
+0
2017-06-05
common: ep93xx: Move arch-specific declarations out of common
Simon Glass
1
-10
/
+0
2017-06-05
common: freescale: Move arch-specific imx code to arch-imx
Simon Glass
1
-9
/
+0
2017-06-05
common: freescale: Move arch-specific declarations
Simon Glass
1
-95
/
+1
2017-06-05
common: powerpc: Move arch-specific headers
Simon Glass
1
-43
/
+1
2017-06-05
common: Move PPC4xx_SYS_INFO() et al to arch-specific header
Simon Glass
1
-6
/
+0
2017-06-05
common: Drop determine_sysper() and determine_pci_clock_per()
Simon Glass
1
-6
/
+0
2017-06-05
common: Drop cpu_init_f() declarations
Simon Glass
1
-11
/
+0
2017-06-05
arm: Remove include files from common.h
Simon Glass
1
-6
/
+0
2017-06-05
nds32: Remove include files from common.h
Simon Glass
1
-5
/
+0
2017-06-05
x86: Don't include asm/u-boot.h in common
Simon Glass
1
-3
/
+0
2017-06-05
sandbox: Don't include asm/u-boot.h in common
Simon Glass
1
-3
/
+0
2017-06-05
mips: Don't include asm/u-boot.h in common
Simon Glass
1
-3
/
+0
2017-06-05
arc: Don't include asm/u-boot.h in common
Simon Glass
1
-3
/
+0
2017-06-05
nds32: Make u-boot-nds32.h a private header
Simon Glass
1
-1
/
+1
2017-06-05
mips: Make u-boot-mips.h a private header
Simon Glass
1
-1
/
+1
2017-06-05
arm: Make u-boot-arm.h a private header
Simon Glass
1
-1
/
+1
[next]