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
/
arch
/
arm
/
mach-uniphier
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
ARM: uniphier: set dram_base environment variable
Masahiro Yamada
1
-0
/
+2
2019-07-10
ARM: uniphier: set loadaddr at boot-time
Masahiro Yamada
1
-0
/
+32
2019-07-10
ARM: uniphier: turn uniphier_set_fdt_file() into void function
Masahiro Yamada
1
-7
/
+13
2019-07-10
ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE
Masahiro Yamada
1
-1
/
+4
2019-07-10
ARM: uniphier: make mem_map run-time configurable
Masahiro Yamada
3
-4
/
+38
2019-07-10
ARM: uniphier: make dram_init() more generic
Masahiro Yamada
1
-3
/
+7
2019-07-10
ARM: uniphier: make dram_init() independent of SG_MEMCONF
Masahiro Yamada
1
-64
/
+84
2019-07-10
ARM: uniphier: detect register base addresses run-time
Masahiro Yamada
6
-1
/
+97
2019-07-10
ARM: uniphier: de-couple SC macros into base address and offset
Masahiro Yamada
28
-285
/
+266
2019-07-10
ARM: uniphier: de-couple SG macros into base address and offset
Masahiro Yamada
13
-41
/
+46
2019-07-10
ARM: uniphier: detect SD boot mode
Masahiro Yamada
2
-0
/
+12
2019-07-10
ARM: uniphier: make boot_is_swapped() code optional
Masahiro Yamada
5
-12
/
+30
2019-07-10
ARM: uniphier: check DT to determine whether to initialize SBC
Masahiro Yamada
7
-1
/
+33
2019-07-10
ARM: uniphier: check DT to determine whether to use support card
Masahiro Yamada
1
-0
/
+33
2019-07-10
ARM: uniphier: include <linux/io.h> from boot-device.c
Masahiro Yamada
1
-0
/
+1
2019-07-10
ARM: uniphier: use bool type for have_internal_stm parameter
Masahiro Yamada
1
-10
/
+10
2019-07-10
ARM: uniphier: clean up clk/Makefile
Masahiro Yamada
1
-7
/
+3
2019-07-10
ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()
Masahiro Yamada
3
-11
/
+0
2019-06-29
ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant places
Masahiro Yamada
4
-42
/
+40
2019-06-29
ARM: uniphier: remove unused init code for CONFIG_DEBUG_UART
Masahiro Yamada
4
-44
/
+2
2019-06-29
ARM: uniphier: include <linux/io.h> from dram_init.c
Masahiro Yamada
1
-0
/
+1
2019-06-29
ARM: uniphier: remove unused sg_set_iectrl_range()
Masahiro Yamada
1
-8
/
+0
2019-06-29
ARM: uniphier: remove unused SC_DPLLOSCCTRL
Masahiro Yamada
1
-4
/
+0
2019-06-29
ARM: uniphier: fix build error for CONFIG_DEBUG_LL=y
Masahiro Yamada
1
-0
/
+2
2018-12-29
ARM: uniphier: do not modify bootcmd environment variable at run-time
Masahiro Yamada
1
-4
/
+4
2018-09-20
mtd: move NAND files into a raw/ subdirectory
Miquel Raynal
1
-1
/
+1
2018-09-11
ARM: uniphier: remove ad-hoc clock enabling for EHCI
Masahiro Yamada
4
-15
/
+0
2018-07-30
Kconfig: Sort bool, default, select and imply options
Michal Simek
1
-3
/
+4
2018-07-25
ARM: uniphier: enable distro boot
Masahiro Yamada
1
-4
/
+4
2018-07-25
ARM: uniphier: support fdt_fixup_mtdparts
Masahiro Yamada
1
-0
/
+8
2018-07-25
ARM: uniphier: split ft_board_setup() out to a separate file
Masahiro Yamada
4
-36
/
+57
2018-07-25
ARM: uniphier: clean-up ft_board_setup()
Masahiro Yamada
1
-3
/
+3
2018-05-23
ARM: uniphier: rename environment variable fdt_file to fdtfile
Masahiro Yamada
1
-2
/
+2
2018-05-07
arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A
Lokesh Vutla
2
-2
/
+2
2018-05-07
uniphier: psci: save context id in cpu_on command
Patrick Delaunay
1
-2
/
+5
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
98
-205
/
+98
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2
-2
/
+2
2018-01-09
ARM: uniphier: hide memory top by platform hook instead of CONFIG
Masahiro Yamada
1
-0
/
+7
2018-01-09
ARM: uniphier: do not use RAM that exceeds 32 bit address range
Masahiro Yamada
1
-0
/
+17
2017-12-12
ARM: uniphier: use FIELD_PREP for PLL settings
Masahiro Yamada
1
-6
/
+8
2017-12-12
ARM: uniphier: compute SSCPLL values more precisely
Masahiro Yamada
1
-2
/
+4
2017-12-12
ARM: uniphier: fix SSCPLL init code for LD11 SoC
Dai Okamura
1
-0
/
+1
2017-12-12
ARM: uniphier: compile pll-base-ld20.c for PXs3
Masahiro Yamada
1
-0
/
+1
2017-12-04
ARM: uniphier: clean up board_init
Masahiro Yamada
1
-5
/
+2
2017-11-29
ARM: dts: uniphier: Sync with Linux 4.15-rc1
Masahiro Yamada
2
-2
/
+2
2017-11-29
ARM: uniphier: remove XIRQ pin settings
Masahiro Yamada
1
-16
/
+0
2017-11-29
ARM: uniphier: remove IRQ settings
Masahiro Yamada
1
-35
/
+0
2017-10-23
ARM: uniphier: use pr_*() more where appropriate
Masahiro Yamada
1
-8
/
+10
2017-10-23
ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi
Masahiro Yamada
1
-0
/
+2
2017-10-23
ARM: uniphier: remove CONFIG_UNIPHIER_ETH
Masahiro Yamada
3
-18
/
+0
[prev]
[next]