hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx
platforms")
Signed-off-by: Jonas Gorski
---
drivers/char/hw_random/bcm2835-rng.c | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/drivers/char/hw_random/bcm2835-rng.c
b/drivers/char/hw_random/bcm2835-r
On 29 September 2017 at 23:34, James Hogan wrote:
> Hi Marcin,
>
> On Wed, Sep 27, 2017 at 02:18:36PM +0200, Marcin Nowakowski wrote:
>> This module registers crc32 and crc32c algorithms that use the
>> optional CRC32[bhwd] and CRC32C[bhwd] instructions in MIPSr6 cores.
>>
>> Signed-off-by: Marcin