Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2bec37232222463cb801ccad3081beae380f5f64
/
drivers
/
mmc
/
mmc.c
cd9ea64
mmc: Fix mmc_switch excessive timeout
by Kirill Kapranov
· Sat Oct 09 23:49:59 2021 +0300
62fb2b4
WS cleanup: remove SPACE(s) followed by TAB
by Wolfgang Denk
· Mon Sep 27 17:42:39 2021 +0200
3679e80
mmc: fix device_remove when HS400_ES is enabled
by Ye Li
· Tue Aug 17 17:20:34 2021 +0800
99b0d2e
mmc: fix switch issue with send_status disabled
by Ye Li
· Tue Aug 17 17:20:33 2021 +0800
bb5b9fe
mmc: Add support for enumerating MMC card in a given mode using mmc command
by Aswath Govindraju
· Fri Aug 13 23:04:41 2021 +0530
7c63962
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
by Pali Rohár
· Wed Jul 14 16:37:29 2021 +0200
57e2ccb
mmc: Check for device with a seq number equal to num before checking against index
by Aswath Govindraju
· Thu Mar 25 12:48:47 2021 +0530
a463bbe
mmc: fix response timeout after switch command
by Stefan Bosch
· Sat Jan 23 13:37:41 2021 +0100
6b3431c
mmc: initialize an err variable
by Jaehoon Chung
· Fri Dec 04 06:36:00 2020 +0900
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
c71c95c
mmc: check a return value about regulator's always-on
by Jaehoon Chung
· Fri Nov 06 20:30:41 2020 +0900
ad9f7ce
mmc: display an error number to debug
by Jaehoon Chung
· Tue Nov 17 07:04:59 2020 +0900
8632509
mmc: Add some helper functions for retrying on error
by Sean Anderson
· Sat Oct 17 08:36:27 2020 -0400
3110dcb
mmc: Fix comment typo
by Naoki Hayama
· Mon Oct 12 18:35:22 2020 +0900
53a55a1
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· Thu Oct 15 08:20:42 2020 -0400
49fee03
mmc: remove duplicate mmc_get_env_dev() implementations
by David Woodhouse
· Tue Aug 04 10:05:46 2020 +0100
d8de5e4
mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch
by Haibo Chen
· Tue Sep 22 18:11:42 2020 +0800
5347aea
mmc: add a mmc_hs400_prepare_ddr() interface
by Yangbo Lu
· Tue Sep 01 16:58:04 2020 +0800
3ed53ac
mmc: add a hs400_tuning flag
by Yangbo Lu
· Tue Sep 01 16:58:03 2020 +0800
c46f5d7
mmc: add a reinit() API
by Yangbo Lu
· Tue Sep 01 16:57:59 2020 +0800
f9049b2
Move eSDHC adapter card identification to board files
by Yangbo Lu
· Wed Jun 17 18:08:58 2020 +0800
f7ed78b
treewide: convert bd_t to struct bd_info by coccinelle
by Masahiro Yamada
· Fri Jun 26 15:13:33 2020 +0900
a01f57e
mmc: read ssr for SD spi
by Pragnesh Patel
· Mon Jun 29 15:17:26 2020 +0530
d434b1f
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next
by Tom Rini
· Tue Jun 30 11:43:18 2020 -0400
b2b7fc8
mmc: add missing space before comment delimiter
by Marcel Ziswiler
· Mon May 20 02:44:53 2019 +0200
7194951
mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready
by Haibo Chen
· Mon Jun 15 17:18:12 2020 +0800
4dcacfc
common: Drop linux/bitops.h from common header
by Simon Glass
· Sun May 10 11:40:13 2020 -0600
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
655306c
common: Drop part.h from common header
by Simon Glass
· Sun May 10 11:39:58 2020 -0600
31976d9
mmc: Add option to adjust b_max before long read
by Marek Vasut
· Sat Apr 04 12:45:05 2020 +0200
75e5a64
cmd: mmc: provide boot area protection command
by Heinrich Schuchardt
· Mon Mar 30 07:24:19 2020 +0200
bf230e1
mmc: export mmc_send_ext_csd()
by Heinrich Schuchardt
· Mon Mar 30 07:24:17 2020 +0200
01db77e
mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
by Faiz Abbas
· Wed Feb 26 13:44:32 2020 +0530
f6fd4ec
mmc: Add a deferred_probe() API
by Faiz Abbas
· Wed Feb 26 13:44:30 2020 +0530
bd9bb2b
mmc: remove unneeded forward declarations
by Masahiro Yamada
· Thu Jan 23 15:54:01 2020 +0900
bf1f25c
mmc: check the return value of mmc_select_mode_and_width()
by Masahiro Yamada
· Thu Jan 23 14:31:12 2020 +0900
58b9eb8
mmc: fix the build error when MMC_WRITE is disabled
by Jaehoon Chung
· Fri Jan 17 15:06:54 2020 +0900
5ea041b
mmc: add additional quirk for APP_CMD retry
by Joel Johnson
· Sat Jan 11 09:08:14 2020 -0700
6f55833
mmc: add a driver callback for power-cycle
by Yann Gautier
· Thu Sep 19 17:56:12 2019 +0200
c59b41c
spl: dm_mmc: Initialize only the required mmc device
by Lokesh Vutla
· Mon Sep 09 14:40:36 2019 +0530
7611ac6
spl: Allow tiny printf() to be controlled in SPL and TPL
by Simon Glass
· Wed Sep 25 08:56:27 2019 -0600
db174c6
mmc: Rename timeout parameters for clarification
by Sam Protsenko
· Wed Aug 14 22:52:51 2019 +0300
6962be8
mmc: Fix timeout values passed to mmc_wait_dat0()
by Sam Protsenko
· Wed Aug 14 22:52:50 2019 +0300
0448ce6
mmc: relocate code comment
by Baruch Siach
· Mon Jul 22 15:52:12 2019 +0300
eede83b
mmc: support hs400 enhanced strobe mode
by Peng Fan
· Wed Jul 10 14:43:07 2019 +0800
d9c92c7
mmc: skip select_mode_and_width for MMC SPI host
by Anup Patel
· Mon Jul 08 04:10:43 2019 +0000
faf5c95
mmc: retry a few times if a partition switch failed
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:58 2019 +0200
e8a626d
mmc: do not change mode when accessing a boot partition
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:57 2019 +0200
5a7cf40
mmc: During a switch, poll on dat0 if available and check the final status
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:56 2019 +0200
7f5b169
mmc: When switching partition, use the timeout specified in the ext_csd
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:55 2019 +0200
201559c
mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:54 2019 +0200
4f04a32
mmc: if possible, poll the busy state using DAT0
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:53 2019 +0200
443edbe
mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:52 2019 +0200
a26ed26
Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence"
by Jean-Jacques Hiblot
· Tue Jul 02 10:53:50 2019 +0200
9e3d7b6
mmc: Avoid HS400 mode when accessing boot partitions
by Marek Vasut
· Fri May 31 15:22:44 2019 +0200
8702bbc
mmc: correct the HS400 initialization process
by BOUGH CHEN
· Tue Mar 26 06:24:17 2019 +0000
6eeee30
mmc: Align MMC_TRACE with tiny printf
by Marek Vasut
· Sat Mar 23 18:54:45 2019 +0100
a4773fc
mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot
by Marek Vasut
· Tue Jan 29 04:45:51 2019 +0100
8a96647
mmc: Do not poll using CMD13 when changing timing
by Marek Vasut
· Wed Feb 06 11:34:27 2019 +0100
111572f
mmc: Add support for downgrading HS200/HS400 to HS mode
by Marek Vasut
· Thu Jan 03 21:19:24 2019 +0100
1779804
mmc: bring back partition init for non-DM MMC drivers
by Andre Przywara
· Mon Dec 17 10:05:45 2018 +0000
4105e97
mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01
by Marek Vasut
· Sun Nov 18 03:25:08 2018 +0100
cbc3da8
blk: Call part_init() in the post_probe() method
by Bin Meng
· Mon Oct 15 02:21:07 2018 -0700
4680125
mmc: add HS400 support
by Peng Fan
· Fri Aug 10 14:07:54 2018 +0800
2663fe4
mmc: break out get_op_cond code to its own function
by Jon Nettleton
· Mon Jun 11 15:26:19 2018 +0300
a318a7a
mmc: Improve tinification
by Marek Vasut
· Sun Apr 15 00:37:11 2018 +0200
dbad7b4
mmc: Changed the datatype of the variable to handle 64-bit arch
by Vipul Kumar
· Thu May 03 12:20:54 2018 +0530
c8477d6
mmc: add the debug message in mmc_set_clock
by Jaehoon Chung
· Fri Jan 26 19:25:30 2018 +0900
239cb2f
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
by Jaehoon Chung
· Fri Jan 26 19:25:29 2018 +0900
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
2d2fe8e
mmc: fix return value check condition
by Peng Fan
· Mon Mar 05 16:20:40 2018 +0800
8ff55fb
mmc: Staticize sd_select_bus_width
by Marek Vasut
· Sun Apr 15 00:36:45 2018 +0200
f1133c9
mmc: fix off-by-one bug in mmc_startup_v4()
by Alexander Kochetkov
· Tue Feb 20 14:35:55 2018 +0300
b3857fd
mmc: Drop unnecessary case for mmc_probe()
by Faiz Abbas
· Mon Feb 12 19:35:24 2018 +0530
7c5c730
mmc: synchronize the sequence with enum bus_mode in mmc.h
by Jaehoon Chung
· Tue Jan 30 14:10:16 2018 +0900
c64862b
mmc: fix bug in mmc_startup_v4()
by Jean-Jacques Hiblot
· Fri Feb 09 12:09:28 2018 +0100
e7f664e
mmc: Fix bug in sd_set_card_speed()
by Jean-Jacques Hiblot
· Fri Feb 09 12:09:27 2018 +0100
f97b148
mmc: use pr_* log functions
by Masahiro Yamada
· Sun Jan 28 19:11:42 2018 +0900
b4f4f6e
mmc: Poll for broken card detection case
by Jun Nie
· Tue Jan 02 12:25:57 2018 +0800
ab4d405
mmc: fix to assign to correct clock value when clock is enabling
by Jaehoon Chung
· Tue Jan 23 14:04:30 2018 +0900
8a93329
mmc: fix the wrong disabling clock
by Jaehoon Chung
· Wed Jan 17 19:36:58 2018 +0900
ba54ab8
mmc: remove hc_wp_grp_size from struct mmc if not needed
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:36 2018 +0100
c94c547
mmc: don't read the size of eMMC enhanced user data area in SPL
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:35 2018 +0100
27edffe
mmc: compile out erase and write mmc commands if write operations are not enabled
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:34 2018 +0100
cb534f0
mmc: read ssr only if MMC write support is enabled
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:33 2018 +0100
fa6c577
mmc: reworked version lookup in mmc_startup_v4
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:31 2018 +0100
74c98b2
mmc: compile out more code if support for UHS and HS200 is not enabled
by Jean-Jacques Hiblot
· Thu Jan 04 15:23:30 2018 +0100
1d7769a
mmc: make optional the support for eMMC hardware partitioning
by Jean-Jacques Hiblot
· Thu Nov 30 17:44:02 2017 +0100
6051e78
mmc: make UHS and HS200 optional
by Jean-Jacques Hiblot
· Thu Nov 30 17:44:01 2017 +0100
678b608
mmc: convert most of printf() to pr_err() and pr_warn()
by Jean-Jacques Hiblot
· Thu Nov 30 17:44:00 2017 +0100
06976eb
mmc: don't use malloc_cache_aligned()
by Jean-Jacques Hiblot
· Thu Nov 30 17:43:59 2017 +0100
7ab1b62
mmc: fix for old MMCs (below version 4)
by Jean-Jacques Hiblot
· Thu Nov 30 17:43:58 2017 +0100
d7e5e03
mmc: all hosts support 1-bit bus width and legacy timings
by Jean-Jacques Hiblot
· Thu Nov 30 17:43:57 2017 +0100
3f2ffc2
mmc: Fixed a problem with old sd or mmc that do not support High speed
by Jean-Jacques Hiblot
· Thu Nov 30 17:43:56 2017 +0100
93c31d1
mmc: dump card and host capabilities if debug is enabled
by Jean-Jacques Hiblot
· Thu Nov 30 17:43:54 2017 +0100
71264bb
mmc: add a library function to send tuning command
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:12 2017 +0200
b6937d6
mmc: use the right voltage level for MMC DDR and HS200 modes
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:11 2017 +0200
07baaa6
mmc: Retry some MMC cmds on failure
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:10 2017 +0200
3d30972b
mmc: Change mode when switching to a boot partition
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:09 2017 +0200
Next »