From: Matthew Gerlach <matthew.gerlach@xxxxxxxxxxxxxxx> This patch set adds basic support for the Intel D5005 card to the dfl driver framework. Patch 1 adds the PCIe device id of the D5005 to the dfl-pci id table. Patch 2 adds a dfl driver for the Altera SPI Master which is connected to the board's BMC. Patch 3 adds hwmon support for the sensors monitored by the board's BMC. Matthew Gerlach (2): fpga: dfl: Add DFL bus driver for Altera SPI Master hwmon: intel-m10-bmc-hwmon: add sensor support of Intel D5005 card Russ Weight (1): fpga: dfl: pci: add DID for D5005 PAC cards drivers/fpga/Kconfig | 9 ++ drivers/fpga/Makefile | 1 + drivers/fpga/dfl-pci.c | 18 +-- drivers/fpga/dfl-spi-altera.c | 221 ++++++++++++++++++++++++++++++++++++ drivers/hwmon/intel-m10-bmc-hwmon.c | 122 ++++++++++++++++++++ drivers/mfd/intel-m10-bmc.c | 10 ++ 6 files changed, 374 insertions(+), 7 deletions(-) create mode 100644 drivers/fpga/dfl-spi-altera.c -- 1.8.3.1