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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
mmc: Change mode when switching to a boot partition
Jean-Jacques Hiblot
2
-18
/
+55
2018-01-12
mmc: disable UHS modes if Vcc cannot be switched on and off
Jean-Jacques Hiblot
2
-3
/
+17
2018-01-12
mmc: Add support for UHS modes
Jean-Jacques Hiblot
3
-9
/
+221
2018-01-12
mmc: add HS200 support in MMC core
Kishon Vijay Abraham I
2
-2
/
+38
2018-01-12
mmc: Add a execute_tuning() callback to the mmc operations.
Kishon Vijay Abraham I
3
-0
/
+30
2018-01-12
mmc: disable the mmc clock during power off
Kishon Vijay Abraham I
1
-0
/
+1
2018-01-12
mmc: add a new mmc parameter to disable mmc clock
Kishon Vijay Abraham I
3
-7
/
+18
2018-01-12
mmc: add power cyle support in mmc core
Kishon Vijay Abraham I
1
-17
/
+71
2018-01-12
mmc: Add a new callback function to perform the 74 clocks cycle sequence
Jean-Jacques Hiblot
3
-0
/
+29
2018-01-12
mmc: Enable signal voltage to be selected from mmc core
Kishon Vijay Abraham I
2
-0
/
+24
2018-01-12
mmc: make mmc_set_ios() return status
Kishon Vijay Abraham I
2
-7
/
+11
2018-01-12
mmc: refactor MMC startup to make it easier to support new modes
Jean-Jacques Hiblot
2
-94
/
+158
2018-01-12
mmc: refactor SD startup to make it easier to support new modes
Jean-Jacques Hiblot
2
-54
/
+130
2018-01-12
cmd: mmc: display the mode name and current bus speed in the mmc info
Jean-Jacques Hiblot
1
-1
/
+2
2018-01-12
mmc: use mmc modes to select the correct bus speed
Jean-Jacques Hiblot
1
-11
/
+28
2018-01-12
mmc: Add a function to dump the mmc capabilities
Jean-Jacques Hiblot
2
-0
/
+25
2018-01-12
mmc: introduce mmc modes
Jean-Jacques Hiblot
3
-13
/
+92
2018-01-12
mmc: add a function to read and test the ext csd (mmc >= 4)
Jean-Jacques Hiblot
1
-20
/
+33
2018-01-12
mmc: make ext_csd part of struct mmc
Jean-Jacques Hiblot
2
-5
/
+18
2018-01-12
mmc: move the MMC startup for version above v4.0 in a separate function
Jean-Jacques Hiblot
1
-151
/
+167
2018-01-12
mmc: split mmc_startup()
Jean-Jacques Hiblot
1
-126
/
+148
2018-01-12
mmc: dm: get the IO-line and main voltage regulators from the dts
Jean-Jacques Hiblot
2
-10
/
+18
2018-01-12
mmc: sdhci: do not compare pointer to 0
Heinrich Schuchardt
1
-2
/
+2
2018-01-12
mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT
Jorge Ramirez-Ortiz
1
-1
/
+2
2018-01-12
mmc: sanitize includes for DM i2c
Felix Brack
1
-2
/
+2
2018-01-12
drivers: mmc: Avoid memory leak in case of failure
Suniel Mahesh
1
-0
/
+3
2018-01-12
drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
Suniel Mahesh
1
-2
/
+2
2018-01-08
Prepare v2018.01
v2018.01
Tom Rini
1
-1
/
+1
2018-01-08
Merge git://git.denx.de/u-boot-imx
Tom Rini
31
-122
/
+1001
2018-01-08
mtd: nand: mxs_nand_spl: Remove nand size print
Jagan Teki
1
-2
/
+0
2018-01-08
board: engicam: Fix to remove legacy board/icorem6_rqs
Jagan Teki
1
-48
/
+0
2018-01-08
imx: initialize and use generic timer on i.MX 6UL/ULL
Stefan Agner
4
-3
/
+9
2018-01-08
imx: introduce CONFIG_GPT_TIMER
Stefan Agner
4
-1
/
+7
2018-01-08
imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig
Stefan Agner
4
-2
/
+4
2018-01-08
Merge git://git.denx.de/u-boot-x86
Tom Rini
7
-7
/
+64
2018-01-08
crypto/fsl: fix BLOB encapsulation and decapsulation
Clemens Gruber
2
-16
/
+91
2018-01-08
x86: tangier: Add Bluetooth to ACPI table
Andy Shevchenko
1
-0
/
+51
2018-01-08
x86: tangier: Use actual GPIO hardware numbers
Andy Shevchenko
1
-5
/
+5
2018-01-08
x86: Move commands from under arch/x86 to cmd/x86/
Tom Rini
6
-2
/
+8
2018-01-04
mx6ull: Handle the CONFIG_MX6ULL cases correctly
Fabio Estevam
10
-28
/
+40
2018-01-03
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
4
-3
/
+34
2018-01-03
ARM: imx: cm_fx6: env: don't run boot scripts twice
Christopher Spinrath
1
-7
/
+1
2018-01-03
ARM: imx: cm_fx6: env: support distro boot command
Christopher Spinrath
2
-20
/
+30
2018-01-03
ARM: imx: cm_fx6: env: use standard variables
Christopher Spinrath
1
-12
/
+16
2018-01-03
rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM
Philipp Tomsich
1
-0
/
+1
2018-01-03
spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option
Philipp Tomsich
2
-3
/
+27
2018-01-03
imx: spl: Fix NAND bootmode detection
Eran Matityahu
3
-3
/
+4
2018-01-03
mx6: Add board mx6memcal for use in validating DDR
Eric Nelson
10
-0
/
+894
2018-01-03
video: Support multiple lines version string display
Peng Fan
1
-7
/
+23
2018-01-03
video: ipu: Fix dereferencing NULL pointer problem
Peng Fan
1
-1
/
+5
[next]