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
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
mmc: mtk-sd: Adjust the mmc tuning flow
mingming lee
1
-16
/
+193
2019-12-03
mmc: davinci: fix mmc boot in SPL
Bartosz Golaszewski
1
-0
/
+17
2019-12-03
mmc: davinci: drop struct davinci_mmc_plat
Bartosz Golaszewski
1
-10
/
+4
2019-12-03
mmc: davinci: drop support for ti,dm6441-mmc
Bartosz Golaszewski
1
-37
/
+5
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
9
-0
/
+9
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2
-0
/
+2
2019-11-27
mmc: tmio: sdhi: Add calibration tables
Marek Vasut
2
-17
/
+89
2019-11-27
mmc: tmio: sdhi: Skip bad taps
Marek Vasut
2
-1
/
+49
2019-11-27
mmc: tmio: sdhi: Add SCC error checking
Marek Vasut
1
-0
/
+85
2019-11-27
mmc: tmio: sdhi: Disable auto-retuning in HS400
Marek Vasut
1
-5
/
+3
2019-11-27
mmc: tmio: sdhi: Adjust HS400 calibration offsets
Marek Vasut
1
-4
/
+4
2019-11-27
mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode
Marek Vasut
1
-3
/
+3
2019-11-27
mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2
Marek Vasut
1
-3
/
+6
2019-11-27
mmc: tmio: sdhi: Track SMPCMP valu in private data
Marek Vasut
2
-8
/
+11
2019-11-27
mmc: tmio: sdhi: Track current tap number in private data
Marek Vasut
2
-15
/
+17
2019-11-27
mmc: fsl_esdhc: get clock directly from global data
Yangbo Lu
1
-30
/
+4
2019-11-27
mmc: sdhci: make sdhci_get_cd static
Baruch Siach
1
-1
/
+1
2019-11-23
rockchip: dwmmc: add handling for u-boot, spl-fifo-mode
Heiko Stuebner
1
-0
/
+5
2019-11-05
mmc: fsl_esdhc_imx: Update compatible string for imx8m
Peng Fan
1
-0
/
+3
2019-11-05
mmc: fsl_esdhc_imx: drop redundant clock settings
Peng Fan
1
-5
/
+7
2019-11-05
mmc: fsl_esdhc: clean up DM and non-DM code
Yangbo Lu
1
-104
/
+100
2019-11-05
mmc: fsl_esdhc: always check write protect state
Yangbo Lu
1
-11
/
+4
2019-11-05
mmc: fsl_esdhc: drop redundant code for non-removable feature
Yangbo Lu
1
-14
/
+4
2019-11-05
mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()
Yangbo Lu
1
-35
/
+8
2019-11-05
mmc: fsl_esdhc: clean up bus width configuration code
Yangbo Lu
1
-48
/
+22
2019-11-05
mmc: fsl_esdhc: fix voltage validation
Yangbo Lu
1
-26
/
+10
2019-11-05
mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()
Yangbo Lu
1
-36
/
+0
2019-10-29
mmc: fsl_esdhc: drop i.MX DDR support code
Yangbo Lu
1
-6
/
+2
2019-10-29
mmc: fsl_esdhc: remove redundant DM_MMC checking
Yangbo Lu
1
-2
/
+0
2019-10-29
mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC
Yangbo Lu
1
-32
/
+1
2019-10-25
mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode
Weijie Gao
1
-1
/
+5
2019-10-25
mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs
Weijie Gao
2
-4
/
+21
2019-10-18
mmc: meson-gx: add support for mmc-pwrseq-emmc
Neil Armstrong
1
-0
/
+51
2019-10-14
Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
6
-2
/
+323
2019-10-11
mmc: am654_sdhci: Drop a redundant power_domain_on in probe
Lokesh Vutla
1
-13
/
+0
2019-10-10
mmc: stm32_sdmmc2: implement host_power_cycle callback
Yann Gautier
1
-2
/
+11
2019-10-10
mmc: add a driver callback for power-cycle
Yann Gautier
2
-0
/
+29
2019-10-10
drivers: mmc: Add sdhci driver for Broadcom iProc platform
Arun Parameswaran
3
-0
/
+259
2019-10-10
spl: dm_mmc: Initialize only the required mmc device
Lokesh Vutla
1
-0
/
+24
2019-10-09
Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2
-2
/
+8
2019-10-09
Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-71
/
+374
2019-10-08
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2
-1
/
+5
2019-10-08
mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driver
Lukasz Majewski
1
-2
/
+2
2019-10-08
mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTS
Lukasz Majewski
1
-70
/
+373
2019-10-08
mmc: zynq_sdhci: Remove check for DM_MMC config
Siva Durga Prasad Paladugu
1
-2
/
+2
2019-10-08
mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig
Siva Durga Prasad Paladugu
1
-0
/
+6
2019-10-08
mmc: atmel_sdhci: Add sam9x60-sdhci compatibility string
Sandeep Sheriker Mallikarjun
1
-0
/
+1
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
1
-1
/
+1
2019-10-08
sandbox: mmc: Fix up MMC emulator for valgrind
Simon Glass
1
-0
/
+4
2019-09-12
mmc: fsl_esdhc: Add emmc hs200 support
Yinbo Zhu
1
-15
/
+19
[next]