aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mmc: core: always check status after resetJohan Rudholm1-1/+0
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-1/+1
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-1/+0
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+1
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson1-1/+1
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson1-1/+1
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson1-1/+2
2013-09-25mmc: core: remove dead function mmc_try_claim_hostGrant Grundler1-1/+0
2013-08-26mmc: core: parse voltage from device-treeHaijun Zhang1-0/+2
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson1-0/+3
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/+4
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-1/+2
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy1-0/+2
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung1-0/+4
2012-03-28Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+0
2012-03-27mmc: start removing enable / disable APIAdrian Hunter1-1/+0
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+1
2012-01-11mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-0/+2
2011-10-26mmc: core: support HPI send commandJaehoon Chung1-0/+1
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon1-0/+2
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park1-0/+2
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park1-0/+1
2011-10-26mmc: core: add eMMC hardware reset supportAdrian Hunter1-0/+3
2011-07-20mmc: core: add non-blocking mmc request functionPer Forlin1-1/+5
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter1-0/+1
2011-07-20mmc: Standardize header file inclusion checks.Robert P. J. Day1-1/+1
2011-05-25mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin1-0/+1
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto1-0/+1
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin1-0/+1
2011-05-24mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin1-1/+1
2011-03-17mmc: core: export function mmc_do_release_host()Ulf Hansson1-0/+1
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-1/+2
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad1-0/+1
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-0/+19
2009-09-23mmc: allow host claim / release nestingAdrian Hunter1-0/+1
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+2
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-0/+1
2007-09-23MMC headers learn about SPIDavid Brownell1-2/+24
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-1/+12
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman1-0/+1
2007-09-23mmc: detect SDIO cardsPierre Ossman1-0/+1
2007-09-23mmc: remove confusing flagPierre Ossman1-1/+0
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-6/+13
2007-07-26mmc: update kerneldocPierre Ossman1-1/+1
2007-05-01mmc: Separate out protocol opsPierre Ossman1-1/+1
2007-05-01mmc: Move core functions to subdirPierre Ossman1-0/+112