From: Martin Hundebøll <mhu@xxxxxxxxxx> This is an initial set of patches for the Silciom N5010 programmable accelerated card adding support for reading out sensors. I'm not really sure if these should be taken through each of the affected trees separately, or just by fpga collectively? Based on current master. // Martin Debarati Biswas (1): fpga: dfl: Move DFH header register macros to linux/dfl.h Martin Hundebøll (3): fpga: dfl: pci: add device IDs for Silicom N501x PAC cards spi: spi-altera-dfl: support n5010 feature revision hwmon: intel-m10-bmc: add sensor support for Silicom N5010 card drivers/fpga/dfl-pci.c | 5 ++ drivers/fpga/dfl.h | 48 +----------- drivers/hwmon/intel-m10-bmc-hwmon.c | 116 ++++++++++++++++++++++++++++ drivers/mfd/intel-m10-bmc.c | 12 ++- drivers/spi/spi-altera-dfl.c | 15 +++- include/linux/dfl.h | 52 +++++++++++++ 6 files changed, 198 insertions(+), 50 deletions(-) -- 2.31.0