Re: [PATCH v2 0/2] HWRNG/PCI: Add driver for Cavium Thunder RNG

2016-08-31 Thread Herbert Xu
On Tue, Aug 23, 2016 at 04:27:13PM -0700, Omer Khaliq wrote: > 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

[PATCH v2 0/2] HWRNG/PCI: Add driver for Cavium Thunder RNG

2016-08-23 Thread 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