| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: block: Issue a cache flush only when it's enabled | Avri Altman | 2021-04-26 | 4 | -3/+21 |
* | mmc: block: Update ext_csd.cache_ctrl if it was written | Avri Altman | 2021-04-23 | 1 | -0/+12 |
* | mmc: core: Convert mmc_of_parse_voltage() to use device property API | Andy Shevchenko | 2021-04-23 | 1 | -14/+32 |
* | mmc: core: Correct descriptions in mmc_of_parse() | Andy Shevchenko | 2021-04-23 | 1 | -2/+2 |
* | mmc: core: Let eMMC sanitize not retry in case of timeout/failure | Bean Huo | 2021-04-15 | 1 | -2/+2 |
* | mmc: core: Add a retries parameter to __mmc_switch function | Bean Huo | 2021-04-15 | 3 | -15/+16 |
* | mmc: core: Use userland specified timeout value for eMMC sanitize | Bean Huo | 2021-04-12 | 3 | -4/+7 |
* | mmc: core: Fix hanging on I/O during system suspend for removable cards | Ulf Hansson | 2021-03-30 | 4 | -91/+59 |
* | mmc: core: Remove mq->use_cqe from the struct mmc_queue | Luca Porzio | 2021-03-30 | 3 | -10/+9 |
* | mmc: block: Fix error path in mmc_blk_probe() | Ulf Hansson | 2021-03-30 | 1 | -7/+15 |
* | mmc: block: Simplify logging during probe about added partitions | Ulf Hansson | 2021-03-30 | 1 | -16/+9 |
* | mmc: block: Drop use of unlikely() in mmc_blk_probe() | Ulf Hansson | 2021-03-30 | 1 | -1/+1 |
* | mmc: core: Set read only for SD cards with permanent write protect bit | Seunghui Lee | 2021-03-30 | 1 | -0/+6 |
* | mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid} | Yue Hu | 2021-03-30 | 1 | -30/+9 |
* | mmc: core: Drop reference counting of the bus_ops | Ulf Hansson | 2021-03-30 | 1 | -85/+4 |
* | mmc: core: Drop superfluous validations in mmc_hw|sw_reset() | Ulf Hansson | 2021-03-30 | 2 | -21/+2 |
* | mmc: core: Do a power cycle when the CMD11 fails | DooHyun Hwang | 2021-03-30 | 1 | -1/+1 |
* | mmc: cqhci: Fix random crash when remove mmc module/card | Frank Li | 2021-03-09 | 1 | -6/+5 |
* | mmc: core: Fix partition switch time for eMMC | Adrian Hunter | 2021-03-09 | 1 | -4/+11 |
* | Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2021-02-22 | 15 | -45/+169 |
|\ |
|
| * | mmc: mmc_test: use erase_arg for mmc_erase command | Yann Gautier | 2021-02-12 | 1 | -1/+1 |
| * | mmc: queue: Remove unused define | ChanWoo Lee | 2021-02-08 | 2 | -3/+0 |
| * | mmc: core: Use host instead of card argument to mmc_spi_send_csd() | Yue Hu | 2021-02-08 | 1 | -3/+3 |
| * | Merge branch 'fixes' into next | Ulf Hansson | 2021-02-01 | 1 | -0/+6 |
| |\ |
|
| * | | mmc: core: Exclude unnecessary header file | ChanWoo Lee | 2021-02-01 | 1 | -1/+0 |
| * | | mmc: core: Add basic support for inline encryption | Eric Biggers | 2021-02-01 | 8 | -0/+107 |
| * | | mmc: test: clean up mmc_test_cleanup() | Yue Hu | 2021-02-01 | 1 | -19/+5 |
| * | | mmc: test: remove the shutdown function | Yue Hu | 2021-02-01 | 1 | -5/+0 |
| * | | mmc: core: remove unused host parameter of mmc_sd_get_csd() | Yue Hu | 2021-02-01 | 3 | -4/+4 |
| * | | mmc: core: Add helper for parsing clock phase properties | Andrew Jeffery | 2021-02-01 | 1 | -0/+44 |
| * | | mmc: core: convert comma to semicolon | Zheng Yongjun | 2021-02-01 | 1 | -4/+4 |
| * | | mmc: core: remove redundant card null check to mmc_can_sleep() | Yue Hu | 2021-02-01 | 1 | -1/+1 |
| * | | mmc: core: remove needless err = 0 in mmc_init_card() | Yue Hu | 2021-02-01 | 1 | -4/+0 |
* | | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 1 | -5/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 2021-01-24 | 1 | -5/+5 |
| |/ |
|
* / | mmc: core: Limit retries when analyse of SDIO tuples fails | Fengnan Chang | 2021-02-01 | 1 | -0/+6 |
|/ |
|
* | mmc: core: don't initialize block size from ext_csd if not present | Peter Collingbourne | 2021-01-15 | 1 | -1/+3 |
* | Merge branch 'fixes' into next | Ulf Hansson | 2020-12-04 | 1 | -1/+1 |
|\ |
|
| * | mmc: block: Fixup condition for CMD13 polling for RPMB requests | Bean Huo | 2020-12-04 | 1 | -1/+1 |
* | | mmc: core: Initial support for SD express card/host | Ulf Hansson | 2020-11-16 | 4 | -4/+67 |
|/ |
|
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 2 | -3/+2 |
|\ |
|
| * | block: add a bdev_is_partition helper | Christoph Hellwig | 2020-09-25 | 1 | -1/+1 |
| * | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 2020-09-24 | 1 | -2/+1 |
* | | Merge branch 'fixes' into next | Ulf Hansson | 2020-10-09 | 1 | -1/+1 |
|\ \ |
|
| * | | mmc: core: don't set limits.discard_granularity as 0 | Coly Li | 2020-10-09 | 1 | -1/+1 |
* | | | mmc: core: document mmc_hw_reset() | Wolfram Sang | 2020-09-25 | 1 | -0/+10 |
* | | | mmc: core: clear 'doing_init_tune' also after failures | Wolfram Sang | 2020-09-14 | 1 | -4/+4 |
* | | | Merge branch 'fixes' into next | Ulf Hansson | 2020-09-07 | 1 | -17/+22 |
|\| | |
|
| * | | mmc: sdio: Use mmc_pre_req() / mmc_post_req() | Adrian Hunter | 2020-09-07 | 1 | -17/+22 |
| |/ |
|
* | | mmc: core: simplify an expression | Wolfram Sang | 2020-09-07 | 1 | -1/+1 |