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-davinci
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
include: Remove unused header files
Tom Rini
1
-35
/
+0
2022-12-23
global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG
Tom Rini
1
-1
/
+1
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
3
-15
/
+15
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
1
-2
/
+2
2022-12-05
global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*
Tom Rini
2
-5
/
+5
2022-07-25
arm: Remove unused references to CONFIG_SOC_DM*
Tom Rini
1
-5
/
+0
2022-06-28
spl: Move SPL_LDSCRIPT defaults to one place
Tom Rini
1
-3
/
+0
2021-12-27
Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
Tom Rini
1
-0
/
+1
2021-12-27
CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()
Tom Rini
1
-0
/
+5
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2
-19
/
+19
2021-09-04
mmc: Rename MMC_SUPPORT to MMC
Simon Glass
1
-1
/
+1
2021-08-30
davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM
Tom Rini
2
-28
/
+0
2021-03-02
reset: Remove addr parameter from reset_cpu()
Harald Seiler
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
3
-0
/
+3
2021-01-05
serial: Rename ns16550 functions to lower case
Simon Glass
2
-3
/
+3
2021-01-05
serial: Update NS16550_t and struct NS16550
Simon Glass
2
-4
/
+4
2020-07-28
Makefile: Rename ALL-y to INPUTS-y
Simon Glass
1
-1
/
+1
2020-07-17
treewide: convert bd_t to struct bd_info manually
Masahiro Yamada
1
-1
/
+1
2020-06-13
mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL
Faiz Abbas
1
-0
/
+7
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop init.h from common header
Simon Glass
4
-0
/
+4
2020-03-16
mach-davinci: Hard-code the default SPL_LDSCRIPT path
Tom Rini
1
-1
/
+1
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
1
-0
/
+1
2020-01-17
common: Move RAM-sizing functions to init.h
Simon Glass
1
-0
/
+1
2020-01-17
common: Move reset_cpu() to the CPU header
Simon Glass
1
-0
/
+1
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
1
-1
/
+1
2019-12-03
board: omapl138_lcdk: add the mmc device to SPL
Bartosz Golaszewski
1
-0
/
+1
2019-12-03
mmc: davinci: drop support for ti,dm6441-mmc
Bartosz Golaszewski
1
-6
/
+0
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
1
-0
/
+1
2019-09-13
ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands
Adam Ford
1
-4
/
+0
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
1
-1
/
+0
2019-08-11
env: Move env_set() to env.h
Simon Glass
1
-0
/
+1
2019-07-25
net: davinci_emac: convert to using the driver model
Bartosz Golaszewski
1
-13
/
+0
2019-06-05
arm: davinci: remove leftover assembly
Bartosz Golaszewski
2
-696
/
+0
2019-06-05
ARM: davinci: Remove ipam390 linker script from Kconfig
Adam Ford
1
-1
/
+0
2019-06-05
ARM: davinci: SPL: fix BSS initialization
Sekhar Nori
1
-1
/
+4
2019-05-28
ipam390: remove board
Bartosz Golaszewski
1
-7
/
+0
2019-05-28
ea20: remove board
Bartosz Golaszewski
1
-7
/
+0
2019-05-28
calimain: remove board
Bartosz Golaszewski
1
-5
/
+0
2019-05-04
arm: davinci: remove leftover code for dm* SoCs
Bartosz Golaszewski
15
-1133
/
+3
2019-05-04
arm: davinci: remove dead code for PHYs used by DaVinci DM* boards
Bartosz Golaszewski
6
-354
/
+0
2019-05-03
ARM: davinci: Remove unused functions from header
Adam Ford
1
-3
/
+0
2018-11-05
driver: net: consolidate ti's code in separate folder
Grygorii Strashko
4
-4
/
+4
2018-10-10
gpio: da8xx: Push generic defines of gpio.h out of mach-davinci
Keerthy
1
-32
/
+0
2018-09-29
ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL
Adam Ford
1
-2
/
+2
2018-09-14
Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL"
Tom Rini
1
-2
/
+2
2018-09-11
ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL
Adam Ford
1
-2
/
+2
2018-07-30
Kconfig: Sort bool, default, select and imply options
Michal Simek
1
-2
/
+2
2018-06-18
dm: gpio: Add DM compatibility to GPIO driver for Davinci
Adam Ford
1
-1
/
+13
[next]