linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mmc: support crash logging to MMC block devices
@ 2020-11-12  6:24 Bhaskara Budiredla
  2020-11-12  6:24 ` [PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk Bhaskara Budiredla
  2020-11-12  6:24 ` [PATCH v1 2/2] mmc:cavium: Add MMC polling method to support kmsg panic/oops write Bhaskara Budiredla
  0 siblings, 2 replies; 11+ messages in thread
From: Bhaskara Budiredla @ 2020-11-12  6:24 UTC (permalink / raw)
  To: ulf.hansson, keescook, ccross, tony.luck, sgoutham
  Cc: linux-mmc, linux-kernel, bbudiredla

This patch introduces to mmcpstore.

Bhaskara Budiredla (2):
  mmc: Support kmsg dumper based on pstore/blk
  mmc:cavium: Add MMC polling method to support kmsg panic/oops write

 drivers/mmc/core/Kconfig           |   7 +
 drivers/mmc/core/Makefile          |   1 +
 drivers/mmc/core/block.c           |  20 ++
 drivers/mmc/core/block.h           |   3 +
 drivers/mmc/core/core.c            |  24 +++
 drivers/mmc/core/mmcpstore.c       | 318 +++++++++++++++++++++++++++++
 drivers/mmc/host/cavium-thunderx.c |  10 +
 drivers/mmc/host/cavium.c          |  67 ++++++
 drivers/mmc/host/cavium.h          |   3 +
 include/linux/mmc/card.h           |   4 +
 include/linux/mmc/core.h           |   4 +
 include/linux/mmc/host.h           |   6 +
 12 files changed, 467 insertions(+)
 create mode 100644 drivers/mmc/core/mmcpstore.c

-- 
2.17.1


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

end of thread, other threads:[~2020-11-26  5:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  6:24 [PATCH v1 0/2] mmc: support crash logging to MMC block devices Bhaskara Budiredla
2020-11-12  6:24 ` [PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk Bhaskara Budiredla
2020-11-13 13:58   ` kernel test robot
2020-11-20 13:20   ` Ulf Hansson
2020-11-23  5:41     ` [EXT] " Bhaskara Budiredla
2020-11-23 12:18       ` Ulf Hansson
2020-11-24  4:09         ` Bhaskara Budiredla
2020-11-24 14:40           ` Ulf Hansson
2020-11-24 16:18             ` Christoph Hellwig
2020-11-26  5:00               ` Bhaskara Budiredla
2020-11-12  6:24 ` [PATCH v1 2/2] mmc:cavium: Add MMC polling method to support kmsg panic/oops write Bhaskara Budiredla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).