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
/
mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
drivers: mmc: Remove duplicate newlines
Marek Vasut
1
-1
/
+0
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-7
/
+8
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-8
/
+7
2024-05-07
mmc: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+2
2024-05-07
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
Tom Rini
1
-6
/
+6
2024-04-15
mmc: Unconditionally call mmc_deinit()
Marek Vasut
1
-4
/
+15
2024-04-15
mmc: Convert hs400_tuning flag from u8 to bool
Marek Vasut
1
-2
/
+2
2024-04-15
mmc: Drop unused mmc_send_tuning() cmd_error parameter
Marek Vasut
1
-1
/
+1
2024-04-15
mmc: Avoid buffer overrun in mmc_startup()
Heinrich Schuchardt
1
-2
/
+11
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2023-08-14
mmc: Use regulator_set_enable_if_allowed
Jonas Karlman
1
-4
/
+6
2023-07-18
mmc: Set clock when reverting to safe bus mode
Valentine Barshak
1
-0
/
+1
2023-07-18
mmc: Introduce mmc_send_stop_transmission()
Hai Pham
1
-13
/
+21
2023-07-18
mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment
Marek Vasut
1
-1
/
+10
2023-05-31
mmc: fix improper use of memset
Sam Edwards
1
-1
/
+1
2023-04-10
mmc: Check support for TRIM operations
Loic Poulain
1
-0
/
+3
2023-02-09
Correct SPL use of MMC_QUIRKS
Simon Glass
1
-1
/
+1
2023-01-31
cmd: mmc: Expand bkops handling
Marek Vasut
1
-5
/
+9
2022-10-24
mmc: Fix static checker warnings
Venkatesh Yadav Abbarapu
1
-2
/
+4
2022-08-10
mmc: Do not send status of send_status is false
Marek Vasut
1
-0
/
+3
2022-07-27
drivers: mmc: write protect single boot area
Ying-Chun Liu (PaulLiu)
1
-0
/
+27
2022-06-15
mmc: Add support for wait_dat0 callback
Loic Poulain
1
-0
/
+3
2022-04-26
mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUG
Pali Rohár
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-2
/
+2
2021-10-29
mmc: Fix mmc_switch excessive timeout
Kirill Kapranov
1
-2
/
+2
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-1
/
+1
2021-09-10
mmc: fix device_remove when HS400_ES is enabled
Ye Li
1
-3
/
+5
2021-09-10
mmc: fix switch issue with send_status disabled
Ye Li
1
-1
/
+1
2021-09-10
mmc: Add support for enumerating MMC card in a given mode using mmc command
Aswath Govindraju
1
-1
/
+21
2021-07-15
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
Pali Rohár
1
-3
/
+4
2021-04-06
mmc: Check for device with a seq number equal to num before checking against ...
Aswath Govindraju
1
-3
/
+5
2021-02-19
mmc: fix response timeout after switch command
Stefan Bosch
1
-1
/
+2
2021-02-19
mmc: initialize an err variable
Jaehoon Chung
1
-1
/
+1
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-11-28
mmc: check a return value about regulator's always-on
Jaehoon Chung
1
-2
/
+2
2020-11-28
mmc: display an error number to debug
Jaehoon Chung
1
-5
/
+5
2020-11-28
mmc: Add some helper functions for retrying on error
Sean Anderson
1
-83
/
+58
2020-10-22
mmc: Fix comment typo
Naoki Hayama
1
-1
/
+1
2020-10-15
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
1
-3
/
+15
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
1
-0
/
+9
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: add a mmc_hs400_prepare_ddr() interface
Yangbo Lu
1
-0
/
+4
2020-10-12
mmc: add a hs400_tuning flag
Yangbo Lu
1
-0
/
+2
2020-10-12
mmc: add a reinit() API
Yangbo Lu
1
-2
/
+6
2020-07-27
Move eSDHC adapter card identification to board files
Yangbo Lu
1
-6
/
+1
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-5
/
+5
2020-07-14
mmc: read ssr for SD spi
Pragnesh Patel
1
-0
/
+5
2020-06-30
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
1
-1
/
+8
2020-06-30
mmc: add missing space before comment delimiter
Marcel Ziswiler
1
-1
/
+1
2020-06-24
mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready
Haibo Chen
1
-1
/
+8
[next]