aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Soft-patch MoviNAND VTU00M (16GB) eMMC failureHEADmasterSamsung OSRC2016-10-261-0/+201
* mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing2016-07-251-1/+1
* mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing2016-07-251-9/+16
* mmc: remove unnecessary assignment statements before returnMasahiro Yamada2016-02-291-15/+4
* mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing2015-12-221-1/+8
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-4/+4
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-261-1/+0
* mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter2015-06-011-14/+16
* mmc: core: Hold re-tuning during switch commandsAdrian Hunter2015-06-011-10/+20
* mmc: core: Make tuning block patterns staticUlf Hansson2015-01-191-0/+30
* mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-081-4/+3
* mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-261-0/+70
* mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson2014-11-101-3/+3
* mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson2014-11-101-20/+1
* mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2
* mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-101-0/+29
* mmc: core: Add helper function for EXT_CSD supportUlf Hansson2014-11-101-0/+5
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-2/+2
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+20
* mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson2014-02-231-7/+26
* mmc: core: Minor simplifications to __mmc_switchUlf Hansson2014-02-231-11/+9
* mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson2014-02-231-9/+10
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-231-1/+1
* mmc: core: Silence compiler warning in __mmc_switchUlf Hansson2013-11-081-1/+1
* mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-301-5/+18
* mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon2013-09-251-28/+45
* mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu2013-08-241-0/+1
* mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-261-34/+0
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-0/+2
* mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-0/+1
* mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2012-12-061-0/+11
* mmc: support BKOPS feature for eMMCJaehoon Chung2012-10-031-4/+22
* mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee2012-09-191-16/+42
* mmc: core: Fix the HPI execution sequenceVenkatraman S2012-07-101-1/+0
* mmc: core: warn when card doesn't support HPIJaehoon Chung2012-03-271-4/+8
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* mmc: core: support HPI send commandJaehoon Chung2011-10-261-0/+31
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-2/+2
* mmc: fix integer assignments to pointerVenkatraman S2011-10-261-2/+2
* mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-131-1/+1
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-241-6/+2
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-241-4/+2
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-241-37/+13
* mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-241-1/+15
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-081-0/+101
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc: check status after MMC SWITCH commandAdrian Hunter2009-09-231-0/+23
* mmc: add mmc card sleep and awake supportJarkko Lavinen2009-09-231-0/+36
* mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter2009-03-081-6/+9