[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210413225835.459662-1-matthew.gerlach@linux.intel.com>
Date: Tue, 13 Apr 2021 15:58:33 -0700
From: matthew.gerlach@...ux.intel.com
To: hao.wu@...el.com, trix@...hat.com, mdf@...nel.org,
linux-fpga@...r.kernel.org, linux-kernel@...r.kernel.org,
yilun.xu@...el.com, jdelvare@...e.com, linux@...ck-us.net,
lee.jones@...aro.org, linux-hwmon@...r.kernel.org,
russell.h.weight@...el.com, broonie@...nel.org,
linux-spi@...r.kernel.org
Cc: Matthew Gerlach <matthew.gerlach@...ux.intel.com>
Subject: [PATCH v2 0/2] spi: add BMC support for Intel D5005 card
From: Matthew Gerlach <matthew.gerlach@...ux.intel.com>
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
Powered by blists - more mailing lists