mbox series

[0/2] mmc: core: add a new property

Message ID 20210217051939.13695-1-dh0421.hwang@samsung.com (mailing list archive)
Headers show
Series mmc: core: add a new property | expand

Message

DooHyun Hwang Feb. 17, 2021, 5:19 a.m. UTC
Add an optional property to not retry multiple block read error
with several single block reads.

DooHyun Hwang (2):
  dt-bindings: mmc: Add no-single-read-retry property
  mmc: core: Add no single read retries

 Documentation/devicetree/bindings/mmc/mmc-controller.yaml | 6 ++++++
 drivers/mmc/core/block.c                                  | 3 ++-
 drivers/mmc/core/host.c                                   | 6 ++++++
 include/linux/mmc/host.h                                  | 3 +++
 4 files changed, 17 insertions(+), 1 deletion(-)