mtd: spi-nor: enable the debugfs for the partname and partid
authorZhuohao Lee <zhuohao@chromium.org>
Wed, 28 Aug 2019 06:08:02 +0000 (09:08 +0300)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 29 Aug 2019 07:36:54 +0000 (10:36 +0300)
commitdcc935b06f1f29aa9f93008df3d13ab84ab0bbbb
tree4926eb694a2d0b9ffd39bafb38aee8b02ccff808
parent1018c94be6ea073115f6bcf993d6492138d2b8e3
mtd: spi-nor: enable the debugfs for the partname and partid

This patch adds spi_nor_debugfs_init() for the debugfs initialization.
With this patch, we can read the partname and partid through the
debugfs.

The output of new debugfs nodes on my device are:
cat /sys/kernel/debug/mtd/mtd0/partid
spi-nor:ef6017
cat /sys/kernel/debug/mtd/mtd0/partname
w25q64dw

Signed-off-by: Zhuohao Lee <zhuohao@chromium.org>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/spi-nor.c