]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/fmc: The only way to dump the SDB is from debugfs
authorFederico Vaga <federico.vaga@cern.ch>
Tue, 18 Jul 2017 06:33:03 +0000 (08:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:24:21 +0000 (16:24 +0200)
commit50664770b4d785690477c3c025b1b96f29207ab0
tree7b115bbaf53ff854af74bc6b907bdd39688adc28
parent45558f7cf4a80357602df1dbc5a99d1e7f9571a8
drivers/fmc: The only way to dump the SDB is from debugfs

Driver should not call fmc_sdb_dump() anymore. (actually they can but the
operation is not supported, so it will print an error message)

Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
Tested-by: Pat Riehecky <riehecky@fnal.gov>
Acked-by: Alessandro Rubini <rubini@gnudd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fmc/Makefile
drivers/fmc/fmc-core.c
drivers/fmc/fmc-debug.c [new file with mode: 0644]
drivers/fmc/fmc-dump.c
drivers/fmc/fmc-private.h [new file with mode: 0644]
drivers/fmc/fmc-sdb.c
include/linux/fmc.h