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)
commit2071a3e94abd34d65bd40f1ff845f9cea300dfa6
tree7b115bbaf53ff854af74bc6b907bdd39688adc28
parent9f757f415210a7c85e2784e4a1733ea78b2e4e88
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