From: Matthew Gerlach <matthew.gerlach@xxxxxxxxxxxxxxx> This patch set adds support for the Board Management Controller (BMC) of an Intel D5005 card. The BMC support requires a Device Feature List (DFL) bus driver for the Altera SPI Master controller and hwmon support for the sensors monitored by the BMC. Patch 1 adds a dfl driver for the Altera SPI Master which is connected to the board's BMC. Patch 2 adds hwmon support for the sensors monitored by the board's BMC. --- v2: move drivers/fpga/dfl-spi-altera.c to drivers/spi/spi-altera-dfl.c change variable name from m10bmc_bmc_subdevs to m10bmc_d5005_subdevs added Acked-by: Lee Jones Matthew Gerlach (2): spi: Add DFL bus driver for Altera SPI Master hwmon: intel-m10-bmc-hwmon: add sensor support of Intel D5005 card drivers/hwmon/intel-m10-bmc-hwmon.c | 122 ++++++++++++++++++++ drivers/mfd/intel-m10-bmc.c | 10 ++ drivers/spi/Kconfig | 9 ++ drivers/spi/Makefile | 1 + drivers/spi/spi-altera-dfl.c | 221 ++++++++++++++++++++++++++++++++++++ 5 files changed, 363 insertions(+) create mode 100644 drivers/spi/spi-altera-dfl.c -- 1.8.3.1