[PATCH v1 0/2] mmc: support crash logging to MMC block devices
From: Bhaskara Budiredla
Date: Thu Nov 12 2020 - 01:24:49 EST
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