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
2015-10-23
dm: implement a Miscellaneous uclass
Thomas Chou
5
-0
/
+141
2015-10-23
serial: remove altera serial initializations
Thomas Chou
2
-6
/
+0
2015-10-23
nios2: convert altera timer to driver model
Thomas Chou
9
-73
/
+135
2015-10-23
timer: start a new timer after relocation
Thomas Chou
1
-0
/
+3
2015-10-23
dm: implement a Timer uclass
Thomas Chou
9
-0
/
+169
2015-10-23
nios2: convert nios2 cpu to driver model
Thomas Chou
5
-5
/
+154
2015-10-23
nios2 : convert altera_pio to driver model
Thomas Chou
8
-351
/
+156
2015-10-23
nios2: add clear and set bits macros
Thomas Chou
1
-0
/
+55
2015-10-23
spi : convert altera_spi to driver model
Thomas Chou
3
-86
/
+123
2015-10-23
nios2: convert altera_uart to driver model
Thomas Chou
4
-99
/
+129
2015-10-23
nios2: convert altera_jtag_uart to driver model
Thomas Chou
6
-63
/
+145
2015-10-23
nios2: map physical address to uncached virtual address
Thomas Chou
2
-2
/
+7
2015-10-23
nios2: enable malloc() pool before relocation
Thomas Chou
1
-1
/
+0
2015-10-23
nios2: call board_init_f_mem
Thomas Chou
2
-2
/
+10
2015-10-23
nios2: zap version_string
Thomas Chou
1
-6
/
+0
2015-10-23
nios2: zap dly_clks
Thomas Chou
1
-33
/
+0
2015-10-23
nios2: Split timer code into timer.c
Thomas Chou
4
-86
/
+68
2015-10-23
nios2: Switch to generic timer
Thomas Chou
5
-124
/
+42
2015-10-23
nios2: enable Driver Model
Thomas Chou
1
-0
/
+2
2015-10-23
nios2: enable device tree control of U-Boot
Thomas Chou
5
-0
/
+168
2015-10-23
nios2: define _end in link script
Thomas Chou
1
-0
/
+6
2015-10-23
nios2: remove gp assignments in link script
Thomas Chou
1
-3
/
+5
2015-10-23
nios2: enlarge the code relocation range
Thomas Chou
1
-2
/
+3
2015-10-23
nios2: BSS should be cleared only after board_init_f
Thomas Chou
1
-14
/
+16
2015-10-23
nios2: move altera_pio_init to board_early_init_r
Thomas Chou
2
-4
/
+10
2015-10-23
nios2: permit device tree control of U-Boot
Thomas Chou
1
-0
/
+1
2015-10-23
nios2: enable CONFIG_NET_RANDOM_ETHADDR
Thomas Chou
1
-0
/
+1
2015-10-23
nios2: move command line configuration to Kconfig
Thomas Chou
2
-8
/
+4
2015-10-22
ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio
Mugunthan V N
1
-1
/
+1
2015-10-22
drivers: gpio: omap: add support for parsing additional gpio parameters
Mugunthan V N
1
-0
/
+11
2015-10-22
am437x: Add am57xx_evm_defconfig using CONFIG_DM
Mugunthan V N
3
-0
/
+719
2015-10-22
ti_omap5_common: mmc: do not define DM_MMC for spl
Mugunthan V N
1
-0
/
+8
2015-10-22
am437x: Add am437x_sk_evm_defconfig using CONFIG_DM
Mugunthan V N
3
-1
/
+722
2015-10-22
am437x: Add am437x_gp_evm_defconfig using CONFIG_DM
Mugunthan V N
7
-0
/
+2618
2015-10-22
am43xx_evm: mmc: do not define DM_MMC for spl
Mugunthan V N
1
-0
/
+8
2015-10-22
am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL
Mugunthan V N
1
-1
/
+5
2015-10-22
drivers: serial: serial_omap: add comaptibles for all ti platforms
Mugunthan V N
1
-0
/
+4
2015-10-22
drivers: serial: serial_omap: populate default clock frequency when not found...
Mugunthan V N
1
-1
/
+3
2015-10-22
defconfig: am335x: gp_evm: enable mmc driver model
Mugunthan V N
1
-0
/
+1
2015-10-22
defconfig: am335x: bbb: enable mmc driver model
Mugunthan V N
1
-0
/
+1
2015-10-22
drivers: mmc: omap_hsmmc: convert driver to adopt device driver model
Mugunthan V N
1
-1
/
+116
2015-10-22
am335x_evm: mmc: do not define DM_MMC for spl
Mugunthan V N
1
-0
/
+8
2015-10-22
omap_hsmmc: update struct hsmmc to accomodate base address from DT
Mugunthan V N
1
-0
/
+3
2015-10-22
dra7xx: Add dra74_evm_defconfig using CONFIG_DM
Mugunthan V N
4
-1
/
+801
2015-10-22
ARM: k2g: Add config file
Lokesh Vutla
3
-0
/
+75
2015-10-22
ARM: dts: k2g: Add DT support
Lokesh Vutla
3
-1
/
+95
2015-10-22
ARM: k2g: Enable SPI flash
Lokesh Vutla
1
-0
/
+6
2015-10-22
ARM: k2g: add SD card and eMMC support
Roger Quadros
3
-2
/
+43
2015-10-22
ARM: k2g: Add Ethernet Support
Vitaly Andrianov
2
-0
/
+24
2015-10-22
driver: net: keystone_net: removing unused code
Mugunthan V N
1
-10
/
+0
[prev]
[next]