Re: [PATCH v2 06/12] hwrng: bcm2835-rng: Rework interrupt masking

From: Stefan Wahren
Date: Wed Nov 08 2017 - 13:47:45 EST


Hi Florian,

> Florian Fainelli <f.fainelli@xxxxxxxxx> hat am 8. November 2017 um 01:44 geschrieben:
>
>
> The interrupt masking done for Northstart Plus and Northstar (BCM5301X)
> is moved from being a function pointer mapped to of_device_id::data into
> a proper part of the hwrng::init callback. While at it, we also make the
> of_data be a proper structure indicating the platform specifics, since
> the day we need to add a second type of platform information, we would
> have to do that anyway.

in the lack of proper documentation for bcm2835 rng, is it possible that we should mask the interrupts for bcm2835 as well?