linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fpga: dfl: add support for Intel D5005 card
@ 2021-04-05 23:52 matthew.gerlach
  2021-04-05 23:52 ` [PATCH 1/3] fpga: dfl: pci: add DID for D5005 PAC cards matthew.gerlach
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: matthew.gerlach @ 2021-04-05 23:52 UTC (permalink / raw)
  To: hao.wu, trix, mdf, linux-fpga, linux-kernel, yilun.xu, jdelvare,
	linux, lee.jones, linux-hwmon, russell.h.weight
  Cc: Matthew Gerlach

From: Matthew Gerlach <matthew.gerlach@linux.intel.com>

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


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

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

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 23:52 [PATCH 0/3] fpga: dfl: add support for Intel D5005 card matthew.gerlach
2021-04-05 23:52 ` [PATCH 1/3] fpga: dfl: pci: add DID for D5005 PAC cards matthew.gerlach
2021-04-06  0:49   ` Moritz Fischer
2021-04-06 15:42     ` matthew.gerlach
2021-04-05 23:53 ` [PATCH 2/3] fpga: dfl: Add DFL bus driver for Altera SPI Master matthew.gerlach
2021-04-06  0:45   ` Moritz Fischer
2021-04-06 16:05     ` matthew.gerlach
2021-04-06 16:46       ` Moritz Fischer
2021-04-08  7:30         ` Wu, Hao
2021-04-08  8:11           ` Xu Yilun
2021-04-08  9:20             ` Wu, Hao
2021-04-08 18:53               ` Moritz Fischer
2021-04-09  1:52                 ` Xu Yilun
2021-04-09  1:57                 ` Wu, Hao
2021-04-09  1:37               ` Xu Yilun
2021-04-09  4:02                 ` Wu, Hao
2021-04-09  5:41                   ` Xu Yilun
2021-04-09  7:20                     ` Wu, Hao
2021-04-12 23:46                       ` matthew.gerlach
2021-04-05 23:53 ` [PATCH 3/3] hwmon: intel-m10-bmc-hwmon: add sensor support of Intel D5005 card matthew.gerlach
2021-04-06  0:03   ` Guenter Roeck
2021-04-06  8:07     ` Lee Jones
2021-04-06  1:27   ` Xu Yilun
2021-04-06 17:05     ` matthew.gerlach

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).