Home
last modified time | relevance | path

Searched hist:"04 b154fa86afb6ccfd38ef9b563c098b13f5984d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/hw_random/
H A Dbcm2835-rng.cdiff 04b154fa86afb6ccfd38ef9b563c098b13f5984d Tue Nov 07 18:44:43 CST 2017 Florian Fainelli <f.fainelli@gmail.com> hwrng: bcm2835 - Rework interrupt masking

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.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>