| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: core: improve API to make clear that mmc_sw_reset is for cards | Wolfram Sang | 2022-04-26 | 1 | -1/+1 |
* | mmc: core: improve API to make clear mmc_hw_reset is for cards | Wolfram Sang | 2022-04-08 | 1 | -1/+1 |
* | mmc: core: Store pointer to bio_crypt_ctx in mmc_request | Eric Biggers | 2021-08-24 | 1 | -2/+1 |
* | mmc: core: Add basic support for inline encryption | Eric Biggers | 2021-02-01 | 1 | -0/+6 |
* | mmc: core: Re-work the code for eMMC sanitize | Ulf Hansson | 2020-03-26 | 1 | -3/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards | Ulf Hansson | 2018-05-08 | 1 | -0/+1 |
* | mmc: core: Move mmc_start_areq() declaration | Adrian Hunter | 2017-08-30 | 1 | -4/+0 |
* | mmc: host: Add CQE interface | Adrian Hunter | 2017-08-30 | 1 | -0/+6 |
* | mmc: core: Add members to mmc_request and mmc_data for CQE's | Adrian Hunter | 2017-08-30 | 1 | -2/+11 |
* | mmc: core: rename mmc_start_req() to *areq() | Linus Walleij | 2017-02-13 | 1 | -1/+1 |
* | mmc: core: Don't use extern declarations of public mmc functions | Ulf Hansson | 2017-02-13 | 1 | -8/+9 |
* | mmc: core: Move erase/trim/discard defines from public core.h to mmc.h | Ulf Hansson | 2017-02-13 | 1 | -10/+0 |
* | mmc: core: Move some host specific public functions to host.h | Ulf Hansson | 2017-02-13 | 1 | -6/+0 |
* | mmc: core: Move public functions from core.h to private headers | Ulf Hansson | 2017-02-13 | 1 | -50/+0 |
* | mmc: core: First step in cleaning up public mmc header files | Ulf Hansson | 2017-02-13 | 1 | -2/+1 |
* | mmc: mmc: Introduce mmc_abort_tuning() | Adrian Hunter | 2016-12-05 | 1 | -0/+1 |
* | mmc: core: use enum mmc_blk_status properly | Linus Walleij | 2016-11-29 | 1 | -1/+14 |
* | mmc: add define for R1 response without CRC | Wolfram Sang | 2016-09-26 | 1 | -0/+3 |
* | mmc: core: Add support for sending commands during data transfer | Adrian Hunter | 2016-09-26 | 1 | -0/+7 |
* | mmc: core: remove the MMC_DATA_STREAM flag | Jaehoon Chung | 2016-02-29 | 1 | -1/+0 |
* | mmc: mmc: extend the mmc_send_tuning() | Chaotian Jing | 2015-10-27 | 1 | -1/+1 |
* | mmc: core: Convert __mmc_switch() into an internal core function | Ulf Hansson | 2015-10-26 | 1 | -2/+0 |
* | mmc: mediatek: Add Mediatek MMC driver | Chaotian Jing | 2015-06-18 | 1 | -0/+1 |
* | mmc: core: Convert the error field in struct mmc_command|data into an int | Ulf Hansson | 2015-04-08 | 1 | -2/+2 |
* | mmc: core: always check status after reset | Johan Rudholm | 2015-01-19 | 1 | -1/+0 |
* | mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter | Ulf Hansson | 2014-12-08 | 1 | -1/+1 |
* | mmc: core: add core-level function for sending tuning commands | Minda Chen | 2014-11-26 | 1 | -0/+1 |
* | mmc: core: Remove the redundant mmc_send_ext_csd() API | Ulf Hansson | 2014-11-10 | 1 | -1/+0 |
* | mmc: core: Export mmc_get_ext_csd() | Ulf Hansson | 2014-11-10 | 1 | -0/+1 |
* | mmc: core: Add ignore_crc flag to __mmc_switch | Ulf Hansson | 2014-02-23 | 1 | -1/+1 |
* | mmc: core: Rename cmd_timeout_ms to busy_timeout | Ulf Hansson | 2014-02-23 | 1 | -1/+1 |
* | mmc: core: Do not poll for busy with status cmd for all switch cmds | Ulf Hansson | 2013-10-30 | 1 | -1/+2 |
* | mmc: core: remove dead function mmc_try_claim_host | Grant Grundler | 2013-09-25 | 1 | -1/+0 |
* | mmc: core: parse voltage from device-tree | Haijun Zhang | 2013-08-26 | 1 | -0/+2 |
* | mmc: block: Enable runtime pm for mmc blkdevice | Ulf Hansson | 2013-05-26 | 1 | -0/+3 |
* | mmc: card: Adding support for sanitize in eMMC 4.5 | Maya Erez | 2013-05-26 | 1 | -0/+2 |
* | mmc: support packed write command for eMMC4.5 devices | Seungwon Jeon | 2013-02-24 | 1 | -0/+4 |
* | mmc: fix async request mechanism for sequential read scenarios | Konstantin Dorfman | 2013-02-11 | 1 | -1/+2 |
* | mmc: core: Add mmc_set_blockcount feature | Loic Pallardy | 2012-12-06 | 1 | -0/+2 |
* | mmc: support BKOPS feature for eMMC | Jaehoon Chung | 2012-10-03 | 1 | -0/+4 |
* | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ |
|
| * | mmc: start removing enable / disable API | Adrian Hunter | 2012-03-27 | 1 | -1/+0 |
* | | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 2012-03-16 | 1 | -1/+1 |
|/ |
|
* | mmc: allow upper layers to know immediately if card has been removed | Adrian Hunter | 2012-01-11 | 1 | -0/+2 |
* | mmc: core: support HPI send command | Jaehoon Chung | 2011-10-26 | 1 | -0/+1 |
* | mmc: core: Add cache control for eMMC4.5 device | Seungwon Jeon | 2011-10-26 | 1 | -0/+2 |
* | mmc: core: new discard feature support at eMMC v4.5 | Kyungmin Park | 2011-10-26 | 1 | -0/+2 |
* | mmc: core: mmc sanitize feature support for v4.5 | Kyungmin Park | 2011-10-26 | 1 | -0/+1 |
* | mmc: core: add eMMC hardware reset support | Adrian Hunter | 2011-10-26 | 1 | -0/+3 |