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
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-25
mmc: bcm2835_sdhci: Restore original delay behavior
Marek Vasut
1
-2
/
+2
2015-06-18
mmc_write.c: Make mmc_berase do 32bit safe 64bit math
Tom Rini
1
-1
/
+11
2015-06-04
sunxi: mmc: Enable pull-up on card-detect gpio pin
Hans de Goede
1
-1
/
+3
2015-05-05
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
3
-1
/
+87
2015-05-05
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
15
-69
/
+74
2015-05-05
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
Marek Vasut
1
-2
/
+2
2015-05-05
tegra: mmc: Set the removable flag correctly
Simon Glass
1
-4
/
+8
2015-05-05
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
Alexander Stein
1
-2
/
+2
2015-05-05
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
Yangbo Lu
1
-2
/
+2
2015-05-05
mmc: sdhci: add timeout setting for response busy command
Kevin Liu
1
-0
/
+2
2015-05-05
mmc: remove the MMC_MODE_HC flag
Rob Herring
13
-20
/
+11
2015-05-05
mmc: Fix splitting device initialization
Andrew Gabbasov
1
-8
/
+8
2015-05-05
mmc: Restructure polling loops to avoid extra delays
Andrew Gabbasov
1
-10
/
+17
2015-05-05
mmc: Continue polling MMC card for OCR only if it is still not ready
Andrew Gabbasov
1
-9
/
+11
2015-05-05
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
Andrew Gabbasov
1
-13
/
+11
2015-05-05
mmc: Avoid extra duplicate entry in mmc device structure
Andrew Gabbasov
1
-6
/
+7
2015-05-04
mmc: fsl_esdhc: Add peripheral clock support
Yangbo Lu
1
-0
/
+41
2015-05-04
mmc: fsl_esdhc: Add adapter card type identification support
Yangbo Lu
3
-1
/
+46
2015-05-04
sunxi: mmc: Fix card-detect gpio handling to work with the driver-model
Hans de Goede
1
-3
/
+4
2015-05-04
sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool
Hans de Goede
1
-2
/
+1
2015-04-29
zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD
Siva Durga Prasad Paladugu
1
-1
/
+1
2015-04-23
ls2085a: esdhc: Add esdhc support for ls2085a
Yangbo Lu
1
-2
/
+34
2015-03-28
ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach
Masahiro Yamada
1
-2
/
+2
2015-03-18
mv_sdhci: fix warnings on 64-bit builds
Rob Herring
1
-2
/
+2
2015-03-18
sdhci: fix warnings on 64-bit builds
Rob Herring
1
-3
/
+3
2015-03-18
mmc: sdhci: don't clobber adjacent registers
Matt Reimer
1
-1
/
+1
2015-03-18
mmc: s5p: properly mask SELBASECLK
Matt Reimer
1
-1
/
+1
2015-03-17
mmc: fsl_esdhc fix register offset
Peng Fan
1
-1
/
+1
2015-03-02
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
6
-21
/
+77
2015-02-24
mmc: fsl_esdhc: Add support for DDR mode
Volodymyr Riazantsev
1
-2
/
+6
2015-02-23
mmc: sdhci: fix bus width switching on Samsung SoCs
Matt Reimer
1
-1
/
+2
2015-02-23
mmc: print SD/eMMC type for inited mmc devices
Przemyslaw Marczak
1
-0
/
+8
2015-02-23
mmc: exynos dwmmc: check boot mode before init dwmmc
Przemyslaw Marczak
1
-1
/
+10
2015-02-23
sunxi: mmc: Always declare High Capacity capability
Hans de Goede
1
-5
/
+1
2015-02-23
mmc: exynos_dw_mmc: use the exynos specific data structure
Jaehoon Chung
1
-13
/
+47
2015-02-23
mmc: exynos_dw_mmc: set to clksel_val into board-init function
Jaehoon Chung
1
-0
/
+4
2015-02-23
mmc: dw_mmc: fixed the wrong bit control
Jaehoon Chung
1
-1
/
+1
2015-02-23
mmc: fsl_esdhc: Add support to force VSELECT set
Otavio Salvador
1
-0
/
+4
2015-02-23
mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
Otavio Salvador
1
-7
/
+22
2015-02-06
x86: mmc: Move common FSP functions into a common file
Simon Glass
2
-0
/
+43
2015-02-02
Merge branch 'master' of git://git.denx.de/u-boot-ti
Tom Rini
1
-0
/
+4
2015-02-02
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
1
-7
/
+7
2015-02-02
sunxi: mmc: Add 'sunxi_' prefix to the static functions
Siarhei Siamashka
1
-7
/
+7
2015-01-29
dm: mmc: Remove use of fdtdec GPIO support
Simon Glass
2
-35
/
+21
2015-01-29
omap3: mmc: add 1.8v bias setting for MMC1
Albert ARIBAUD \(3ADEV\)
1
-0
/
+4
2015-01-23
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
1
-3
/
+15
2015-01-22
sunxi: mmc: Add support for sun9i (A80)
Hans de Goede
1
-2
/
+14
2015-01-22
sunxi: mmc: Use a realistic timeout when sending a mmc command
Hans de Goede
1
-1
/
+1
2015-01-21
mmc: zynq: Use phys_addr_t for addresses
Michal Simek
1
-2
/
+2
2015-01-19
mmc: Skip changing bus width for MMC cards earlier than version 4.0
Andrew Gabbasov
1
-2
/
+5
[next]