Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2c1f29632b410aba372524bb2567bd1e160b99cb
/
drivers
/
mmc
/
mmc.c
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
dc030fb
mmc: disable UHS modes if Vcc cannot be switched on and off
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:08 2017 +0200
f4d5b3e
mmc: Add support for UHS modes
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:07 2017 +0200
210369f
mmc: add HS200 support in MMC core
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:06 2017 +0200
ae7174f
mmc: Add a execute_tuning() callback to the mmc operations.
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:05 2017 +0200
aa434c5
mmc: disable the mmc clock during power off
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:04 2017 +0200
d6246bf
mmc: add a new mmc parameter to disable mmc clock
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:03 2017 +0200
80b87e1
mmc: add power cyle support in mmc core
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:02 2017 +0200
5f23d87
mmc: Add a new callback function to perform the 74 clocks cycle sequence
by Jean-Jacques Hiblot
· Thu Sep 21 16:30:01 2017 +0200
4afb12b
mmc: Enable signal voltage to be selected from mmc core
by Kishon Vijay Abraham I
· Thu Sep 21 16:30:00 2017 +0200
e178c11
mmc: make mmc_set_ios() return status
by Kishon Vijay Abraham I
· Thu Sep 21 16:29:59 2017 +0200
ec34683
mmc: refactor MMC startup to make it easier to support new modes
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:58 2017 +0200
5b1a4d9
mmc: refactor SD startup to make it easier to support new modes
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:57 2017 +0200
7842231
mmc: use mmc modes to select the correct bus speed
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:55 2017 +0200
00de504
mmc: Add a function to dump the mmc capabilities
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:54 2017 +0200
a94fb41
mmc: introduce mmc modes
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:53 2017 +0200
933d126
mmc: add a function to read and test the ext csd (mmc >= 4)
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:52 2017 +0200
ed9506b
mmc: make ext_csd part of struct mmc
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:51 2017 +0200
e84459c
mmc: move the MMC startup for version above v4.0 in a separate function
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:50 2017 +0200
31e7cf3
mmc: split mmc_startup()
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:49 2017 +0200
a49ffa1
mmc: dm: get the IO-line and main voltage regulators from the dts
by Jean-Jacques Hiblot
· Thu Sep 21 16:29:48 2017 +0200
2f423da
drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
by Suniel Mahesh
· Thu Oct 05 11:32:00 2017 +0530
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· Sat Jul 29 11:35:31 2017 -0600
5f4bd8c
dm: mmc: Allow disabling driver model in SPL
by Simon Glass
· Tue Jul 04 13:31:19 2017 -0600
833b80d
dm: mmc: Don't call board_mmc_power_init() with driver model
by Simon Glass
· Sat Apr 22 19:10:56 2017 -0600
66702b5
mmc: drop unnecessary send_status request
by Xu Ziyuan
· Sun Mar 12 14:19:04 2017 +0800
9bee2b5
mmc: Print error code for mmc_complete_init failure
by Jagan Teki
· Tue Jan 10 11:18:43 2017 +0100
f537e39
mmc: Tinification of the mmc code
by Marek Vasut
· Thu Dec 01 02:06:33 2016 +0100
5eecff2
mmc: Fix warning if debug() is not used
by Marek Vasut
· Thu Dec 01 02:06:32 2016 +0100
c17dae5
mmc: add bkops-enable command
by Tomas Melin
· Fri Nov 25 11:01:03 2016 +0200
e7462aa
mmc: Retry the switch command
by Maxime Ripard
· Fri Nov 04 16:18:08 2016 +0100
4446250
mmc: add the device name in debugging message for supplying vmmc
by Jaehoon Chung
· Mon Oct 24 15:22:22 2016 +0900
1530596
mmc: introduce mmc_power_init
by Peng Fan
· Tue Oct 11 15:08:43 2016 +0800
b3fcf1e
mmc: sd: extracting erase related information from sd status
by Peng Fan
· Thu Sep 01 11:13:38 2016 +0800
9c72061
mmc: send CMD0 before CMD1 for some MMC cards
by Yangbo Lu
· Tue Aug 02 15:33:18 2016 +0800
7825d20
mmc: use the generic error number
by Jaehoon Chung
· Tue Jul 19 16:33:36 2016 +0900
394dfc0
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· Sun Jun 12 23:30:22 2016 -0600
b23d96e
mmc: Move tracing code into separate functions
by Simon Glass
· Sun Jun 12 23:30:20 2016 -0600
84f9df9
mmc: Move MMC boot code into its own file
by Simon Glass
· Sun Jun 12 23:30:18 2016 -0600
21875cf
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
by Simon Glass
· Sun Jun 12 23:30:17 2016 -0600
2f1ea90
dm: mmc: Move CONFIG_BLK code into the mmc uclass
by Simon Glass
· Sun Jun 12 23:30:16 2016 -0600
62e293a
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
by Simon Glass
· Sun Jun 12 23:30:15 2016 -0600
1243cd8
mmc: add MMC_VERSION_5_1
by Stefan Wahren
· Thu Jun 16 17:54:06 2016 +0000
9016ab9
mmc: revert mmc: Handle switch error status bit in MMC card status
by Heiko Schocher
· Tue Jun 07 08:31:21 2016 +0200
434c487
dm: mmc: Use cfg directly in mmc_bind()
by Simon Glass
· Sat May 14 14:03:10 2016 -0600
03317cc
mmc: Use byte array for multipliers
by Simon Glass
· Sat May 14 14:02:57 2016 -0600
4924a06
mmc: Drop mmc_register()
by Simon Glass
· Sat May 14 14:02:55 2016 -0600
59bc6f2
dm: mmc: Add support for driver-model block devices
by Simon Glass
· Sun May 01 13:52:41 2016 -0600
a70a146
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· Sun May 01 13:52:40 2016 -0600
984db5d
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
by Simon Glass
· Sun May 01 13:52:37 2016 -0600
e5db115
dm: mmc: Move the device list into a separate file
by Simon Glass
· Sun May 01 13:52:35 2016 -0600
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· Sun May 01 13:52:29 2016 -0600
8d60adb
dm: mmc: Add a function to obtain the block device
by Simon Glass
· Sun May 01 13:52:27 2016 -0600
518a896
dm: mmc: Implement the select_hwpart() method
by Simon Glass
· Sun May 01 13:52:26 2016 -0600
e774fd4
dm: mmc: Move mmc_switch_part() above its callers
by Simon Glass
· Sun May 01 13:52:25 2016 -0600
fa25511
dm: mmc: Drop the get_dev() function
by Simon Glass
· Sun May 01 11:36:15 2016 -0600
Next »