Age | Commit message (Expand) | Author |
2020-09-07 | mmc: sdio: Use mmc_pre_req() / mmc_post_req() | Adrian Hunter |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-06 | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-05 | Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2020-07-13 | mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND | Yoshihiro Shimoda |
2020-07-13 | mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docs | Lee Jones |
2020-07-13 | mmc: core: Add missing documetation for 'mmc' and 'ios' | Lee Jones |
2020-07-13 | mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' arg | Lee Jones |
2020-07-13 | mmc: core: Mark fixups as __maybe_unused | Lee Jones |
2020-07-13 | mmc: core: Set default power mode in mmc_alloc_host() | Veerabhadrarao Badiganti |
2020-07-13 | mmc: sdio: fix clock rate setting for SDR12/SDR25 mode | Haibo Chen |
2020-07-13 | mmc: sdio: Fix 1-bit mode for SD-combo cards during suspend | Yue Hu |
2020-07-13 | mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com... | Yue Hu |
2020-07-13 | mmc: sdio: Return ret if sdio_disable_func() fails | Yue Hu |
2020-07-13 | mmc: core: Always allow the card detect uevent to be consumed | Ulf Hansson |
2020-07-08 | mmc: remove the call to check_disk_change | Christoph Hellwig |
2020-06-24 | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig |
2020-06-15 | sched,mmc: Convert to sched_set_fifo*() | Peter Zijlstra |
2020-05-29 | mmc: core: Export device/vendor ids from Common CIS for SDIO cards | Pali Rohár |
2020-05-29 | mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cards | Pali Rohár |
2020-05-28 | mmc: sdio: Fix macro name for Marvell device with ID 0x9134 | Pali Rohár |
2020-05-28 | Merge branch 'fixes' into next | Ulf Hansson |
2020-05-28 | mmc: core: Enable erase/discard/trim support for all mmc hosts | Ulf Hansson |
2020-05-28 | mmc: core: expose info about enhanced rpmb support | Krishna Konda |
2020-05-28 | mmc: sdio: Align the initialization commands in retry path for UHS-I | Ulf Hansson |
2020-05-28 | mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8 | Ulf Hansson |
2020-05-28 | mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card() | Ulf Hansson |
2020-05-28 | mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card() | Ulf Hansson |
2020-05-28 | mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTE | Zou Wei |
2020-05-28 | mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs() | Jisheng Zhang |
2020-05-28 | mmc: core: Return 1 from mmc_regulator_set_vqmmc() if switch skipped | Marek Vasut |
2020-05-25 | mmc: block: Fix use-after-free issue for rpmb | Peng Hao |
2020-05-08 | mmc: block: Fix request completion in the CQE timeout path | Adrian Hunter |
2020-05-08 | mmc: core: Fix recursive locking issue in CQE recovery path | Sarthak Garg |
2020-05-08 | mmc: core: Check request type before completing the request | Veerabhadrarao Badiganti |
2020-04-20 | mmc: core: make mmc_interrupt_hpi() static | Jason Yan |
2020-03-26 | mmc: core: Re-work the code for eMMC sanitize | Ulf Hansson |
2020-03-24 | mmc: mmc_test: Pass different sg lists for non-blocking requests | Veerabhadrarao Badiganti |
2020-03-24 | mmc: core: Fix indentation | Jérôme Pouiller |
2020-03-24 | mmc: core: Fixup support for HW busy detection for HPI commands | Ulf Hansson |
2020-03-24 | mmc: core: Convert to mmc_poll_for_busy() for HPI commands | Ulf Hansson |
2020-03-24 | mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd() | Ulf Hansson |
2020-03-24 | mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard | Ulf Hansson |
2020-03-24 | mmc: core: Update CMD13 busy check for CMD6 commands | Ulf Hansson |
2020-03-24 | mmc: core: Enable re-use of mmc_blk_in_tran_state() | Ulf Hansson |
2020-03-24 | mmc: core: Split up mmc_poll_for_busy() | Ulf Hansson |
2020-03-24 | mmc: core: Drop redundant in-parameter to __mmc_switch() | Ulf Hansson |
2020-03-24 | mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status() | Ulf Hansson |
2020-03-24 | mmc: core: Drop unused define | Ulf Hansson |
2020-03-24 | mmc: core: Throttle polling rate for CMD6 | Ulf Hansson |