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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
arm64: ls1012a: Add sata distro boot support
Yuantian Tang
3
-19
/
+11
2018-01-17
arm64: ls1046a: Add sata distro boot support
Yuantian Tang
3
-22
/
+13
2018-01-15
board: ls1012a: LS1012A-2G5RDB board support
Bhaskar Upadhaya
1
-0
/
+122
2018-01-14
Merge git://git.denx.de/u-boot-mmc
Tom Rini
1
-7
/
+205
2018-01-12
Merge git://git.denx.de/u-boot-tegra
Tom Rini
4
-20
/
+27
2018-01-12
ARM: Tegra: p2771-0000: use calculate env var feature
Stephen Warren
1
-0
/
+20
2018-01-12
ARM: tegra: p2771-000: increase max DRAM bank count
Stephen Warren
1
-0
/
+3
2018-01-12
ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET
Stephen Warren
3
-10
/
+2
2018-01-12
ARM: tegra: remove SPL config for non-SPL SoCs
Stephen Warren
3
-10
/
+2
2018-01-12
riscv: Modify generic codes to support RISC-V
Rick Chen
2
-0
/
+6
2018-01-12
riscv: configs: Add nx25-ae250.h to support RISC-V
Rick Chen
1
-0
/
+126
2018-01-12
mmc: remove hc_wp_grp_size from struct mmc if not needed
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: don't read the size of eMMC enhanced user data area in SPL
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: compile out erase and write mmc commands if write operations are not ena...
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: read ssr only if MMC write support is enabled
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: make UHS and HS200 optional
Jean-Jacques Hiblot
1
-4
/
+23
2018-01-12
dm: mmc: update mmc_of_parse()
Jean-Jacques Hiblot
1
-1
/
+10
2018-01-12
dm: mmc: Add a library function to parse generic dt binding
Kishon Vijay Abraham I
1
-0
/
+1
2018-01-12
mmc: add a library function to send tuning command
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: use the right voltage level for MMC DDR and HS200 modes
Jean-Jacques Hiblot
1
-3
/
+17
2018-01-12
mmc: Retry some MMC cmds on failure
Kishon Vijay Abraham I
1
-0
/
+4
2018-01-12
mmc: Change mode when switching to a boot partition
Jean-Jacques Hiblot
1
-1
/
+6
2018-01-12
mmc: disable UHS modes if Vcc cannot be switched on and off
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: Add support for UHS modes
Jean-Jacques Hiblot
1
-1
/
+39
2018-01-12
mmc: add HS200 support in MMC core
Kishon Vijay Abraham I
1
-0
/
+18
2018-01-12
mmc: Add a execute_tuning() callback to the mmc operations.
Kishon Vijay Abraham I
1
-0
/
+11
2018-01-12
mmc: add a new mmc parameter to disable mmc clock
Kishon Vijay Abraham I
1
-1
/
+11
2018-01-12
mmc: Add a new callback function to perform the 74 clocks cycle sequence
Jean-Jacques Hiblot
1
-0
/
+10
2018-01-12
mmc: Enable signal voltage to be selected from mmc core
Kishon Vijay Abraham I
1
-0
/
+8
2018-01-12
mmc: make mmc_set_ios() return status
Kishon Vijay Abraham I
1
-1
/
+1
2018-01-12
mmc: refactor MMC startup to make it easier to support new modes
Jean-Jacques Hiblot
1
-0
/
+11
2018-01-12
mmc: refactor SD startup to make it easier to support new modes
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: Add a function to dump the mmc capabilities
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: introduce mmc modes
Jean-Jacques Hiblot
1
-6
/
+29
2018-01-12
mmc: make ext_csd part of struct mmc
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: dm: get the IO-line and main voltage regulators from the dts
Jean-Jacques Hiblot
1
-0
/
+4
2018-01-11
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
18
-21
/
+129
2018-01-11
Merge git://git.denx.de/u-boot-usb
Tom Rini
3
-42
/
+0
2018-01-10
ls1088ardb: Add SD Secure boot target support
Sumit Garg
1
-1
/
+14
2018-01-10
armv8: ls1088a: SPL size reduction
Sumit Garg
2
-0
/
+39
2018-01-10
Powerpc: T208xQDS: Modify the comment of the CONFIG_FSL_PCIE_RESET macro
Bao Xiaowei
1
-2
/
+1
2018-01-10
configs: Move SYS_DPAA_QBMAN to Kconfig
Ahmed Mansour
16
-20
/
+0
2018-01-10
drivers/misc: Share qbman init between archs
Ahmed Mansour
2
-0
/
+77
2018-01-10
Merge git://git.denx.de/u-boot-marvell
Tom Rini
1
-3
/
+20
2018-01-10
linux/kernel.h: Add ALIGN_DOWN macro
Masahiro Yamada
1
-0
/
+1
2018-01-10
sh: Drop unreferenced CONFIG_* defines
Tuomas Tynkkynen
19
-20
/
+0
2018-01-10
ARM: Drop unreferenced CONFIG_MACH_* defines
Tuomas Tynkkynen
10
-10
/
+0
2018-01-10
ARM: DTS: stm32: add MMC nodes for stm32f746-disco and stm32f769-disco
Patrice Chotard
1
-1
/
+18
2018-01-10
board: stm32: add stm32f469-discovery board support
Patrice Chotard
1
-0
/
+68
2018-01-10
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
Patrice Chotard
1
-1
/
+0
[next]