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
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
64
-45
/
+91
2024-05-07
mmc: Remove <common.h> and add needed includes
Tom Rini
62
-62
/
+5
2024-05-07
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
Tom Rini
11
-29
/
+40
2024-05-01
mmc: cv1800b: Add transmit tap delay config to fix write error
Kongyang Liu
1
-1
/
+3
2024-04-29
Merge patch series "Fix MMC tuning algorithm"
Tom Rini
1
-32
/
+140
2024-04-29
mmc: am654_sdhci: Fix ITAPDLY for HS400 timing
Judith Mendez
1
-0
/
+8
2024-04-29
mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode
Judith Mendez
1
-1
/
+3
2024-04-29
mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit
Judith Mendez
1
-10
/
+22
2024-04-29
mmc: am654_sdhci: Fix OTAP/ITAP delay values
Nitin Yadav
1
-4
/
+19
2024-04-29
mmc: am654_sdhci: Add tuning algorithm for delay chain
Judith Mendez
1
-18
/
+89
2024-04-26
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
6
-25
/
+81
2024-04-26
mmc: rockchip_sdhci: Fix 4 blocks PIO mode read limit for RK35xx
Jonas Karlman
1
-10
/
+16
2024-04-26
mmc: arm_pl180: Limit data transfer to U16_MAX
Maximilian Brune
1
-0
/
+10
2024-04-26
mmc: sdhci: programmable clock calculation needs multiplier +1
cmachida
1
-0
/
+9
2024-04-26
mmc: Add support for the no-mmc-hs400 prop
Jonas Karlman
1
-0
/
+3
2024-04-26
mmc: Imply HS200 cap with mmc-hs400 prop to match linux
Jonas Karlman
1
-2
/
+2
2024-04-26
mmc: Support 32-bit only ADMA on 64-bit platforms
Greg Malysa
3
-6
/
+23
2024-04-26
mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
Ian Roberts
3
-17
/
+34
2024-04-23
mmc: msm_sdhci: fix vendor_spec_cap0 registers
Caleb Connolly
1
-2
/
+2
2024-04-23
mmc: msm_sdhci: use a more sensible default clock rate
Caleb Connolly
1
-1
/
+1
2024-04-23
mmc: msm_sdhci: print core version
Caleb Connolly
1
-0
/
+2
2024-04-23
mmc: msm_sdhci: use modern DT handling
Caleb Connolly
1
-9
/
+19
2024-04-23
mmc: msm_sdhci: correct vendor_spec_cap0 register for v5
Caleb Connolly
1
-4
/
+7
2024-04-19
mmc: stm32_sdmmc2: Fix AARCH64 compilation warnings
Patrice Chotard
1
-4
/
+4
2024-04-19
mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatible
Patrick Delaunay
1
-0
/
+1
2024-04-15
mmc: cv1800b_sdhci: Remove the unused argument
Jaehoon Chung
1
-1
/
+1
2024-04-15
mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe
Yang Xiwen
1
-1
/
+10
2024-04-15
mmc: dw_mmc: Don't return error if data busy timeout
Yang Xiwen
1
-2
/
+2
2024-04-15
mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...
Yang Xiwen
1
-1
/
+60
2024-04-15
mmc: Unconditionally call mmc_deinit()
Marek Vasut
2
-16
/
+16
2024-04-15
mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback
Marek Vasut
1
-1
/
+4
2024-04-15
mmc: Add generic tuning flag
Marek Vasut
1
-1
/
+7
2024-04-15
mmc: Convert hs400_tuning flag from u8 to bool
Marek Vasut
1
-2
/
+2
2024-04-15
mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails
Marek Vasut
1
-7
/
+7
2024-04-15
mmc: tmio: Check INFO1 for completion during DMA transfer
Marek Vasut
1
-1
/
+7
2024-04-15
mmc: Drop unused mmc_send_tuning() cmd_error parameter
Marek Vasut
9
-21
/
+26
2024-04-15
mmc: arm_pl180_mmci: Rely on DM
Linus Walleij
2
-64
/
+3
2024-04-15
mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL
Jonas Karlman
4
-5
/
+13
2024-04-15
mmc: Don't suggest to build modules in Kconfig.
Heinrich Schuchardt
1
-5
/
+5
2024-04-15
mmc: Avoid buffer overrun in mmc_startup()
Heinrich Schuchardt
1
-2
/
+11
2024-04-09
mmc: cv1800b: Add sdhci driver support for cv1800b SoC
Kongyang Liu
3
-0
/
+130
2024-03-11
Merge tag 'v2024.04-rc4' into next
Tom Rini
3
-40
/
+40
2024-03-02
mmc: renesas-sdhi: Rename rmobile_is_gen3_mmc0() to rcar_is_gen3_mmc0()
Marek Vasut
1
-4
/
+4
2024-03-02
ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
Marek Vasut
2
-3
/
+3
2024-03-02
ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*
Marek Vasut
1
-17
/
+17
2024-03-02
ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()
Marek Vasut
1
-16
/
+16
2024-03-02
ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()
Marek Vasut
1
-17
/
+17
2024-03-01
mmc: msm_sdhci: use modern clock handling
Caleb Connolly
1
-22
/
+47
2024-02-07
Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodi...
Tom Rini
1
-4
/
+5
2024-02-05
Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-bo...
Tom Rini
1
-4
/
+60
[next]