aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter1-14/+16
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter1-10/+20
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson1-0/+30
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-4/+3
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+70
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson1-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson1-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-8/+2
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+29
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson1-0/+5
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer1-0/+20
2014-02-23mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson1-7/+26
2014-02-23mmc: core: Minor simplifications to __mmc_switchUlf Hansson1-11/+9
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson1-9/+10
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson1-1/+1
2013-11-08mmc: core: Silence compiler warning in __mmc_switchUlf Hansson1-1/+1
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson1-5/+18
2013-09-25mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon1-28/+45
2013-08-24mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu1-0/+1
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson1-34/+0
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-0/+2
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-0/+1
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay1-0/+11
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung1-4/+22
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee1-16/+42
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S1-1/+0
2012-03-27mmc: core: warn when card doesn't support HPIJaehoon Chung1-4/+8
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-26mmc: core: support HPI send commandJaehoon Chung1-0/+31
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-2/+2
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-2/+2
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung1-1/+1
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-6/+2
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-4/+2
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-37/+13
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee1-0/+101
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter1-0/+23
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-0/+36
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming1-2/+6
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-27mmc: fix cid and csd byte orderPierre Ossman1-2/+20
2007-09-23MMC core learns about SPIDavid Brownell1-31/+135
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-17/+17
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1