mbox series

[<PATCH,v1>,0/9] SD card bug fixes

Message ID cover.1576540906.git.nguyenb@codeaurora.org (mailing list archive)
Headers show
Series SD card bug fixes | expand

Message

Bao D. Nguyen Dec. 17, 2019, 2:50 a.m. UTC
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(-)

Comments

Greg Kroah-Hartman Dec. 18, 2019, 8:21 a.m. UTC | #1
On Mon, Dec 16, 2019 at 06:50:33PM -0800, Bao D. Nguyen wrote:
> 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

<snip>

Odd use of "<" and ">" in your subject lines, how did git create such a
thing?

thanks,

greg k-h