aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
AgeCommit message (Expand)Author
2016-07-25mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing
2016-07-25mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-02-23mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson
2014-02-23mmc: core: Minor simplifications to __mmc_switchUlf Hansson
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson
2013-11-08mmc: core: Silence compiler warning in __mmc_switchUlf Hansson
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson
2013-09-25mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon
2013-08-24mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S
2012-03-27mmc: core: warn when card doesn't support HPIJaehoon Chung
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2011-10-26mmc: core: support HPI send commandJaehoon Chung
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: fix integer assignments to pointerVenkatraman S
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming