All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] HWRNG/PCI: Add driver for Cavium Thunder RNG
@ 2016-08-23 23:27 ` Omer Khaliq
  0 siblings, 0 replies; 20+ messages in thread
From: Omer Khaliq @ 2016-08-23 23:27 UTC (permalink / raw)
  To: linux-kernel, linux-pci, linux-crypto, linux-arm-kernel,
	bhelgaas, mpm, herbert, Ananth.Jasty, David.Daney,
	clabbe.montjoie
  Cc: Omer Khaliq

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

The second patch adds the driver.

Changes from v1:
	Use PCI quirks as advised.
	Removed unecessary headers
	Format changes as advised

Ananth Jasty (1):
  PCI: quirk fixup for cavium invalid sriov link value.

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 | 99 ++++++++++++++++++++++++++++++++++
 drivers/char/hw_random/cavium-rng.c    | 94 ++++++++++++++++++++++++++++++++
 drivers/pci/quirks.c                   | 11 ++++
 5 files changed, 218 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] 20+ messages in thread

end of thread, other threads:[~2016-08-31 15:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 23:27 [PATCH v2 0/2] HWRNG/PCI: Add driver for Cavium Thunder RNG Omer Khaliq
2016-08-23 23:27 ` Omer Khaliq
2016-08-23 23:27 ` Omer Khaliq
2016-08-23 23:27 ` [PATCH v2 1/2] PCI: quirk fixup for cavium invalid sriov link value Omer Khaliq
2016-08-23 23:27   ` Omer Khaliq
2016-08-23 23:27   ` Omer Khaliq
2016-08-24 16:47   ` Bjorn Helgaas
2016-08-24 16:47     ` Bjorn Helgaas
2016-08-24 16:47     ` Bjorn Helgaas
2016-08-23 23:27 ` [PATCH v2 2/2] HWRNG: thunderx: Add Cavium HWRNG driver for ThunderX SoC Omer Khaliq
2016-08-23 23:27   ` Omer Khaliq
2016-08-23 23:27   ` Omer Khaliq
2016-08-24  5:46   ` Corentin LABBE
2016-08-24  5:46     ` Corentin LABBE
2016-08-24 23:07     ` David Daney
2016-08-24 23:07       ` David Daney
2016-08-24 23:07       ` David Daney
2016-08-31 15:17 ` [PATCH v2 0/2] HWRNG/PCI: Add driver for Cavium Thunder RNG Herbert Xu
2016-08-31 15:17   ` Herbert Xu
2016-08-31 15:17   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.