[PATCH 0/4] hwrng: cctrng - simplify the code a bit

Herbert Xu herbert at gondor.apana.org.au
Fri Jul 28 03:22:23 PDT 2023


On Wed, Jul 19, 2023 at 09:18:02AM +0200, Martin Kaiser wrote:
> We can use module_platform_driver and devm_clk_get_optional_enabled in the
> cctrng driver to make its code simpler.
> 
> The patches were compile tested only.
> 
> Martin Kaiser (4):
>   hwrng: cctrng - don't open code init and exit functions
>   hwrng: cctrng - let devres enable the clock
>   hwrng: cctrng - merge cc_trng_clk_init into its only caller
>   hwrng: cctrng - use dev_err_probe in error paths
> 
>  drivers/char/hw_random/cctrng.c | 93 +++++++--------------------------
>  1 file changed, 19 insertions(+), 74 deletions(-)

All applied.  Thanks.
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the linux-arm-kernel mailing list