linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] platform/mellanox: Add Mellanox TRIO driver
@ 2019-11-11 14:34 Shravan Kumar Ramani
  2019-11-11 14:34 ` Shravan Kumar Ramani
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shravan Kumar Ramani @ 2019-11-11 14:34 UTC (permalink / raw)
  To: Andy Shevchenko, Darren Hart, Vadim Pasternak
  Cc: lsun, Shravan Kumar Ramani, platform-driver-x86, linux-kernel

This patch adds support for Mellanox BlueField TRIO PCIe host controller.
The driver supports multiple TRIO instances and provides a sysfs interface
to allow the user to read/set the L3 cache profile for transactions going
through the TRIO. It also provides an interrupt handler for the TRIO blocks.

Shravan Kumar Ramani (1):
  platform/mellanox: Add Mellanox TRIO driver

 MAINTAINERS                            |   5 +
 drivers/platform/mellanox/Kconfig      |   8 +
 drivers/platform/mellanox/Makefile     |   1 +
 drivers/platform/mellanox/mlxbf-trio.c | 624 +++++++++++++++++++++++++++++++++
 4 files changed, 638 insertions(+)
 create mode 100644 drivers/platform/mellanox/mlxbf-trio.c

-- 
2.1.2


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

end of thread, other threads:[~2019-11-18 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 14:34 [PATCH v1] platform/mellanox: Add Mellanox TRIO driver Shravan Kumar Ramani
2019-11-11 14:34 ` Shravan Kumar Ramani
2019-11-12 14:44 ` Vadim Pasternak
2019-11-13  5:40   ` Shravan Ramani
2019-11-13  7:05     ` Vadim Pasternak
2019-11-18 10:47 ` Andy Shevchenko

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