mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH V4 0/7] mmc: add error statistics for eMMC and SD card
@ 2022-03-02 13:03 Shaik Sajida Bhanu
  2022-03-02 13:03 ` [PATCH V4 1/7] mmc: core: Capture eMMC and SD card errors Shaik Sajida Bhanu
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Shaik Sajida Bhanu @ 2022-03-02 13:03 UTC (permalink / raw)
  To: adrian.hunter, quic_riteshh, asutoshd, ulf.hansson, agross,
	bjorn.andersson, linux-mmc, linux-arm-msm, linux-kernel
  Cc: quic_vbadigan, quic_rampraka, quic_pragalla, quic_sartgarg,
	quic_nitirawa, quic_sayalil, Shaik Sajida Bhanu

Changes since V3:
	-Dropped error stats feature flag as suggested by Adrain Hunter.
	-Separated error state related changes in separate patches as
	 suggested by Adrain Hunter.
	  [PATCH V4 4/7] : error state debug fs
	  [PATCH V4 5/7] : error state enable function
	  [PATCH V4 6/7] : error state enable in error case
	 Note: we are enabling error state before calling sdhci_dumpregs
	 we couldn't add the err state in error stats array as err state
	 is not error type.
	-Corrected Signed-off-by order as suggested by Bjron Andersson.
	-Moved error state enable code from sdhci_dumpregs to error
	 conditions as suggested by Adrain Hunter.

Changes since V2:
	-Removed userspace error stats clear debug fs entry as suggested
	 by Adrain Hunter.
	-Split patch into 4 patches
	  [PATCH V3 1/4] : sdhci driver
	  [PATCH V3 2/4] : debug fs entries
	  [PATCH V3 3/4] : core driver
	  [PATCH V3 4/4] : cqhci driver
	-Used for loop to print error messages instead of using printf
	 statements for all error messages as suggested by Adrain Hunter.
	-Introduced one flag to enable error stats feature, if any other
	 client wants to use this feature, they need to enable that flag.
	-Moved reset command timeout error statement to card init flow
	 as suggested by Adrain Hunter.

Changes since V1:
	-Removed sysfs entry for eMMC and SD card error statistics and added

Shaik Sajida Bhanu (7):
  mmc: core: Capture eMMC and SD card errors
  mmc: sdhci: Capture eMMC and SD card errors
  mmc: debugfs: Add debug fs entry for mmc driver
  mmc: debugfs: Add debug fs error state entry for mmc driver
  mmc: core: Set error state for mmc driver
  mmc: sdhci: Set error state for mmc driver
  mmc: cqhci: Capture eMMC and SD card errors

 drivers/mmc/core/core.c       |  6 ++++
 drivers/mmc/core/debugfs.c    | 75 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/cqhci-core.c |  9 +++++-
 drivers/mmc/host/sdhci.c      | 74 +++++++++++++++++++++++++++++++++++-------
 include/linux/mmc/host.h      | 29 +++++++++++++++++
 5 files changed, 180 insertions(+), 13 deletions(-)

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-03-17  5:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 13:03 [PATCH V4 0/7] mmc: add error statistics for eMMC and SD card Shaik Sajida Bhanu
2022-03-02 13:03 ` [PATCH V4 1/7] mmc: core: Capture eMMC and SD card errors Shaik Sajida Bhanu
2022-03-08  9:44   ` Adrian Hunter
2022-03-12 17:59     ` Sajida Bhanu (Temp) (QUIC)
2022-03-02 13:03 ` [PATCH V4 2/7] mmc: sdhci: " Shaik Sajida Bhanu
2022-03-08  9:36   ` Adrian Hunter
2022-03-12 17:48     ` Sajida Bhanu (Temp) (QUIC)
2022-03-02 13:03 ` [PATCH V4 3/7] mmc: debugfs: Add debug fs entry for mmc driver Shaik Sajida Bhanu
2022-03-08  9:49   ` Adrian Hunter
2022-03-12 18:05     ` Sajida Bhanu (Temp) (QUIC)
2022-03-02 13:03 ` [PATCH V4 4/7] mmc: debugfs: Add debug fs error state " Shaik Sajida Bhanu
2022-03-02 13:03 ` [PATCH V4 5/7] mmc: core: Set error state " Shaik Sajida Bhanu
2022-03-02 13:03 ` [PATCH V4 6/7] mmc: sdhci: " Shaik Sajida Bhanu
2022-03-08 10:06   ` Adrian Hunter
2022-03-12 18:15     ` Sajida Bhanu (Temp) (QUIC)
2022-03-16  5:58       ` Adrian Hunter
2022-03-17  4:49         ` Sajida Bhanu (Temp) (QUIC)
2022-03-02 13:03 ` [PATCH V4 7/7] mmc: cqhci: Capture eMMC and SD card errors Shaik Sajida Bhanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®