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
2020-10-15
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
9
-229
/
+482
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
1
-0
/
+9
2020-10-14
mmc: fsl_esdhc: add ADMA2 support
Michael Walle
2
-5
/
+53
2020-10-14
mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()
Michael Walle
1
-73
/
+65
2020-10-12
mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32
Haibo Chen
1
-32
/
+32
2020-10-12
mmc: do not check argument of free() beforehand
Heinrich Schuchardt
1
-2
/
+1
2020-10-12
mmc: sdhci: move the ADMA2 table handling into own module
Michael Walle
4
-55
/
+87
2020-10-12
mmc: fsl_esdhc: simplify esdhc_setup_data()
Michael Walle
1
-27
/
+42
2020-10-12
mmc: fsl_esdhc: use dma-mapping API
Michael Walle
1
-35
/
+14
2020-10-12
mmc: fsl_esdhc: simplify 64bit check for SDMA transfers
Michael Walle
1
-23
/
+6
2020-10-12
mmc: fsl_esdhc_imx: remove the 1ms delay before sending command
Haibo Chen
1
-7
/
+0
2020-10-12
mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch
Haibo Chen
1
-1
/
+3
2020-10-12
mmc: fsl_esdhc: fix eMMC HS400 stability issue
Yangbo Lu
1
-1
/
+4
2020-10-12
mmc: fsl_esdhc: fix mmc->clock with actual clock
Yangbo Lu
1
-0
/
+3
2020-10-12
mmc: fsl_esdhc: support eMMC HS400 mode
Yangbo Lu
1
-34
/
+86
2020-10-12
mmc: add a mmc_hs400_prepare_ddr() interface
Yangbo Lu
2
-0
/
+19
2020-10-12
mmc: add a hs400_tuning flag
Yangbo Lu
1
-0
/
+2
2020-10-12
mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
Yangbo Lu
1
-0
/
+3
2020-10-12
mmc: fsl_esdhc: support tuning for eMMC HS200
Yangbo Lu
1
-3
/
+103
2020-10-12
mmc: fsl_esdhc: add a reinit() callback
Yangbo Lu
1
-0
/
+9
2020-10-12
mmc: add a reinit() API
Yangbo Lu
2
-2
/
+21
2020-10-05
Merge branch 'next'
Tom Rini
4
-32
/
+41
2020-10-05
Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
1
-3
/
+10
2020-09-30
mmc: mtk-sd: Fix not calling dev_err with a device
Sean Anderson
1
-11
/
+13
2020-09-30
mmc: bcm2835-host: Fix not calling dev_dbg with a device
Sean Anderson
1
-17
/
+17
2020-09-25
mmc: atmel-sdhci: use mmc_of_parse to get the DT properties
Eugen Hristev
1
-0
/
+4
2020-09-25
mmc: atmel-sdhci: enable the required generic clock
Eugen Hristev
1
-0
/
+4
2020-09-25
mmc: atmel-sdhci: do not check clk_set_rate return value
Eugen Hristev
1
-3
/
+1
2020-09-25
mmc: atmel-sdhci: add sama7g5-sdhci compatibility string
Eugen Hristev
1
-0
/
+1
2020-09-23
mmc: zynq: Fix incorrect indentation
Michal Simek
1
-1
/
+1
2020-09-23
mmc: pic32: Refresh PIC32 MMC driver
John Robertson
1
-36
/
+50
2020-09-17
mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.
Haibo Chen
1
-1
/
+6
2020-09-15
mmc: xenon_sdhci: Add missing common host capabilities
Andre Heider
1
-14
/
+4
2020-09-15
mmc: msm_sdhci: Use mmc_of_parse for setting host_caps
Manivannan Sadhasivam
1
-0
/
+4
2020-08-31
mmc: xenon: set signal voltage and max base clock
Evan Wang
1
-1
/
+78
2020-08-25
mmc: Add MMC controller driver for OcteonTX / TX2
Suneel Garapati
4
-0
/
+4114
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2
-2
/
+2
2020-08-20
mmc: sdhci: Use upper/lower_32_bits macros
Michal Simek
1
-4
/
+4
2020-08-20
mmc: sdhci: Enable high speed conditional on the corresponding bit
Faiz Abbas
1
-1
/
+4
2020-08-20
mmc: zynq: Fix default value for xlnx,mio-bank
Michal Simek
1
-1
/
+1
2020-08-20
xilinx: Fix xlnx,mio_bank property
Michal Simek
1
-1
/
+1
2020-08-20
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
Michal Simek
1
-1
/
+0
2020-08-11
mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded value
Faiz Abbas
1
-1
/
+1
2020-08-04
Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-15
/
+77
2020-08-03
mmc: Drop duplicate dm.h inclusion
Simon Glass
1
-1
/
+0
2020-08-02
mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabled
Walter Lozano
1
-1
/
+24
2020-08-02
mmc: fsl_esdhc_imx: add OF_PLATDATA support
Walter Lozano
1
-14
/
+53
2020-08-02
mmc: fsl_esdhc_imx: rename driver name to match ll_entry
Walter Lozano
1
-1
/
+1
2020-07-29
Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm
Tom Rini
1
-8
/
+2
2020-07-29
mmc: add nexell driver
Stefan Bosch
3
-0
/
+246
[next]