linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] spi: add BMC support for Intel D5005 card
@ 2021-04-13 22:58 matthew.gerlach
  2021-04-13 22:58 ` [PATCH v2 1/2] spi: Add DFL bus driver for Altera SPI Master matthew.gerlach
  2021-04-13 22:58 ` [PATCH v2 2/2] hwmon: intel-m10-bmc-hwmon: add sensor support of Intel D5005 card matthew.gerlach
  0 siblings, 2 replies; 9+ messages in thread
From: matthew.gerlach @ 2021-04-13 22:58 UTC (permalink / raw)
  To: hao.wu, trix, mdf, linux-fpga, linux-kernel, yilun.xu, jdelvare,
	linux, lee.jones, linux-hwmon, russell.h.weight, broonie,
	linux-spi
  Cc: Matthew Gerlach

From: Matthew Gerlach <matthew.gerlach@linux.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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-15 11:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 22:58 [PATCH v2 0/2] spi: add BMC support for Intel D5005 card matthew.gerlach
2021-04-13 22:58 ` [PATCH v2 1/2] spi: Add DFL bus driver for Altera SPI Master matthew.gerlach
2021-04-14 14:18   ` Mark Brown
2021-04-14 19:09     ` matthew.gerlach
2021-04-15 11:44       ` Mark Brown
2021-04-14 15:29   ` Tom Rix
2021-04-13 22:58 ` [PATCH v2 2/2] hwmon: intel-m10-bmc-hwmon: add sensor support of Intel D5005 card matthew.gerlach
2021-04-13 23:11   ` Guenter Roeck
2021-04-14 15:36   ` Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).