aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2019-07-31mmc: relocate code commentBaruch Siach
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot
2019-06-19mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut
2019-03-29mmc: correct the HS400 initialization processBOUGH CHEN
2019-03-25mmc: Align MMC_TRACE with tiny printfMarek Vasut
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut
2019-02-09mmc: Do not poll using CMD13 when changing timingMarek Vasut
2019-01-15mmc: Add support for downgrading HS200/HS400 to HS modeMarek Vasut
2019-01-09mmc: bring back partition init for non-DM MMC driversAndre Przywara
2018-12-04mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-09-10mmc: add HS400 supportPeng Fan
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton
2018-05-13mmc: Improve tinificationMarek Vasut
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar
2018-05-08mmc: add the debug message in mmc_set_clockJaehoon Chung
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-02mmc: fix return value check conditionPeng Fan
2018-04-23mmc: Staticize sd_select_bus_widthMarek Vasut
2018-02-23mmc: fix off-by-one bug in mmc_startup_v4()Alexander Kochetkov
2018-02-23mmc: Drop unnecessary case for mmc_probe()Faiz Abbas
2018-02-21mmc: synchronize the sequence with enum bus_mode in mmc.hJaehoon Chung
2018-02-19mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot
2018-02-19mmc: Fix bug in sd_set_card_speed()Jean-Jacques Hiblot
2018-02-19mmc: use pr_* log functionsMasahiro Yamada
2018-01-24mmc: Poll for broken card detection caseJun Nie
2018-01-24mmc: fix to assign to correct clock value when clock is enablingJaehoon Chung
2018-01-22mmc: fix the wrong disabling clockJaehoon Chung
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot
2018-01-12mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot
2018-01-12mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot
2018-01-12mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot
2018-01-12mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot
2018-01-12mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot
2018-01-12mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot