index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-09-10
mmc: add HS400 support
Peng Fan
2018-07-23
mmc: break out get_op_cond code to its own function
Jon Nettleton
2018-05-13
mmc: Improve tinification
Marek Vasut
2018-05-11
mmc: Changed the datatype of the variable to handle 64-bit arch
Vipul Kumar
2018-05-08
mmc: add the debug message in mmc_set_clock
Jaehoon Chung
2018-05-08
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
Jaehoon Chung
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-02
mmc: fix return value check condition
Peng Fan
2018-04-23
mmc: Staticize sd_select_bus_width
Marek Vasut
2018-02-23
mmc: fix off-by-one bug in mmc_startup_v4()
Alexander Kochetkov
2018-02-23
mmc: Drop unnecessary case for mmc_probe()
Faiz Abbas
2018-02-21
mmc: synchronize the sequence with enum bus_mode in mmc.h
Jaehoon Chung
2018-02-19
mmc: fix bug in mmc_startup_v4()
Jean-Jacques Hiblot
2018-02-19
mmc: Fix bug in sd_set_card_speed()
Jean-Jacques Hiblot
2018-02-19
mmc: use pr_* log functions
Masahiro Yamada
2018-01-24
mmc: Poll for broken card detection case
Jun Nie
2018-01-24
mmc: fix to assign to correct clock value when clock is enabling
Jaehoon Chung
2018-01-22
mmc: fix the wrong disabling clock
Jaehoon Chung
2018-01-12
mmc: remove hc_wp_grp_size from struct mmc if not needed
Jean-Jacques Hiblot
2018-01-12
mmc: don't read the size of eMMC enhanced user data area in SPL
Jean-Jacques Hiblot
2018-01-12
mmc: compile out erase and write mmc commands if write operations are not ena...
Jean-Jacques Hiblot
2018-01-12
mmc: read ssr only if MMC write support is enabled
Jean-Jacques Hiblot
2018-01-12
mmc: reworked version lookup in mmc_startup_v4
Jean-Jacques Hiblot
2018-01-12
mmc: compile out more code if support for UHS and HS200 is not enabled
Jean-Jacques Hiblot
2018-01-12
mmc: make optional the support for eMMC hardware partitioning
Jean-Jacques Hiblot
2018-01-12
mmc: make UHS and HS200 optional
Jean-Jacques Hiblot
2018-01-12
mmc: convert most of printf() to pr_err() and pr_warn()
Jean-Jacques Hiblot
2018-01-12
mmc: don't use malloc_cache_aligned()
Jean-Jacques Hiblot
2018-01-12
mmc: fix for old MMCs (below version 4)
Jean-Jacques Hiblot
2018-01-12
mmc: all hosts support 1-bit bus width and legacy timings
Jean-Jacques Hiblot
2018-01-12
mmc: Fixed a problem with old sd or mmc that do not support High speed
Jean-Jacques Hiblot
2018-01-12
mmc: dump card and host capabilities if debug is enabled
Jean-Jacques Hiblot
2018-01-12
mmc: add a library function to send tuning command
Jean-Jacques Hiblot
2018-01-12
mmc: use the right voltage level for MMC DDR and HS200 modes
Jean-Jacques Hiblot
2018-01-12
mmc: Retry some MMC cmds on failure
Kishon Vijay Abraham I
2018-01-12
mmc: Change mode when switching to a boot partition
Jean-Jacques Hiblot
2018-01-12
mmc: disable UHS modes if Vcc cannot be switched on and off
Jean-Jacques Hiblot
2018-01-12
mmc: Add support for UHS modes
Jean-Jacques Hiblot
2018-01-12
mmc: add HS200 support in MMC core
Kishon Vijay Abraham I
2018-01-12
mmc: Add a execute_tuning() callback to the mmc operations.
Kishon Vijay Abraham I
2018-01-12
mmc: disable the mmc clock during power off
Kishon Vijay Abraham I
2018-01-12
mmc: add a new mmc parameter to disable mmc clock
Kishon Vijay Abraham I
2018-01-12
mmc: add power cyle support in mmc core
Kishon Vijay Abraham I
2018-01-12
mmc: Add a new callback function to perform the 74 clocks cycle sequence
Jean-Jacques Hiblot
2018-01-12
mmc: Enable signal voltage to be selected from mmc core
Kishon Vijay Abraham I
2018-01-12
mmc: make mmc_set_ios() return status
Kishon Vijay Abraham I
2018-01-12
mmc: refactor MMC startup to make it easier to support new modes
Jean-Jacques Hiblot
2018-01-12
mmc: refactor SD startup to make it easier to support new modes
Jean-Jacques Hiblot
2018-01-12
mmc: use mmc modes to select the correct bus speed
Jean-Jacques Hiblot
[next]