linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwrng/PCI/IOV: Add driver for Cavium Thunder RNG
@ 2016-08-19 22:32 Omer Khaliq
  2016-08-19 22:32 ` [PATCH 1/2] PCI/IOV: Add function to allow Function Dependency Link override Omer Khaliq
  2016-08-19 22:32 ` [PATCH 2/2] hwrng: thunderx: Add Cavium HWRNG driver for ThunderX SoC Omer Khaliq
  0 siblings, 2 replies; 7+ messages in thread
From: Omer Khaliq @ 2016-08-19 22:32 UTC (permalink / raw)
  To: linux-kernel, linux-pci, linux-crypto, linux-arm-kernel, bhelgaas,
	mpm, herbert, Ananth.Jasty, david.daney
  Cc: Omer Khaliq

There is a hardware error rendering the FDL field incorrect for the some Thunder RNG devices.  The first patch adds infrastructure to fix the problem.

The second patch adds the driver.

David Daney (1):
  PCI/IOV: Add function to allow Function Dependency Link override.

Omer Khaliq (1):
  hwrng: thunderx: Add Cavium HWRNG driver for ThunderX SoC.

 drivers/char/hw_random/Kconfig         |  13 +++++
 drivers/char/hw_random/Makefile        |   1 +
 drivers/char/hw_random/cavium-rng-vf.c | 102 ++++++++++++++++++++++++++++++++
 drivers/char/hw_random/cavium-rng.c    | 103 +++++++++++++++++++++++++++++++++
 drivers/pci/iov.c                      |  14 +++++
 include/linux/pci.h                    |   1 +
 6 files changed, 234 insertions(+)
 create mode 100644 drivers/char/hw_random/cavium-rng-vf.c
 create mode 100644 drivers/char/hw_random/cavium-rng.c

-- 
1.9.1


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

end of thread, other threads:[~2016-08-22 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 22:32 [PATCH 0/2] hwrng/PCI/IOV: Add driver for Cavium Thunder RNG Omer Khaliq
2016-08-19 22:32 ` [PATCH 1/2] PCI/IOV: Add function to allow Function Dependency Link override Omer Khaliq
2016-08-22 14:36   ` Bjorn Helgaas
2016-08-22 14:49     ` David Daney
2016-08-22 16:14       ` Bjorn Helgaas
2016-08-19 22:32 ` [PATCH 2/2] hwrng: thunderx: Add Cavium HWRNG driver for ThunderX SoC Omer Khaliq
2016-08-20  5:41   ` Corentin LABBE

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