aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang1-1/+1
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2021-08-24mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers1-2/+1
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers1-0/+6
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson1-0/+1
2017-08-30mmc: core: Move mmc_start_areq() declarationAdrian Hunter1-4/+0
2017-08-30mmc: host: Add CQE interfaceAdrian Hunter1-0/+6
2017-08-30mmc: core: Add members to mmc_request and mmc_data for CQE'sAdrian Hunter1-2/+11
2017-02-13mmc: core: rename mmc_start_req() to *areq()Linus Walleij1-1/+1
2017-02-13mmc: core: Don't use extern declarations of public mmc functionsUlf Hansson1-8/+9
2017-02-13mmc: core: Move erase/trim/discard defines from public core.h to mmc.hUlf Hansson1-10/+0
2017-02-13mmc: core: Move some host specific public functions to host.hUlf Hansson1-6/+0
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson1-50/+0
2017-02-13mmc: core: First step in cleaning up public mmc header filesUlf Hansson1-2/+1
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter1-0/+1
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij1-1/+14
2016-09-26mmc: add define for R1 response without CRCWolfram Sang1-0/+3
2016-09-26mmc: core: Add support for sending commands during data transferAdrian Hunter1-0/+7
2016-02-29mmc: core: remove the MMC_DATA_STREAM flagJaehoon Chung1-1/+0
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-1/+1
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson1-2/+0
2015-06-18mmc: mediatek: Add Mediatek MMC driverChaotian Jing1-0/+1
2015-04-08mmc: core: Convert the error field in struct mmc_command|data into an intUlf Hansson1-2/+2
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