Messages in this thread |  | | From | "Bao D. Nguyen" <> | Subject | [<PATCH v1> 0/9] SD card bug fixes | Date | Mon, 16 Dec 2019 18:50:33 -0800 |
| |
These patches include SD card genernal bug fixes.
Bao D. Nguyen (2): mmc: core: Add a cap to use long discard size mmc: sd: Fix trivial SD card issues
Can Guo (2): mmc: core: fix SD card request queue refcount underflow during shutdown mmc: core: fix one NULL pointer dereference after SD card is removed
Sahitya Tummala (1): mmc: sdhci-msm: Ignore data timeout error for R1B commands
Subhash Jadavani (1): mmc: core: remove shutdown handler
Sujith Reddy Thumma (1): mmc: core: Skip frequency retries for SDCC slots
Vijay Viswanath (1): mmc: host: Add device_prepare pm for mmc_host
Ziqi Chen (1): mmc: core: allow hosts to specify a large discard size
drivers/mmc/core/block.c | 4 ++-- drivers/mmc/core/bus.c | 13 +++++++++++++ drivers/mmc/core/core.c | 26 +++++++++++++------------- drivers/mmc/core/host.c | 19 +++++++++++++++++++ drivers/mmc/core/mmc.c | 22 ---------------------- drivers/mmc/core/queue.c | 10 +++++++--- drivers/mmc/core/sd.c | 10 ++++++---- drivers/mmc/host/sdhci.c | 15 +++++++++------ drivers/mmc/host/sdhci.h | 7 +++++++ include/linux/mmc/host.h | 1 + 10 files changed, 77 insertions(+), 50 deletions(-)
-- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
|  |