Message ID | 20230704173203.70706-1-martin@kaiser.cx (mailing list archive) |
---|---|
Headers | show |
Series | hwrng: pic32 - some simple cleanups | expand |
On Tue, Jul 04, 2023 at 07:31:59PM +0200, Martin Kaiser wrote: > Here's a series with simple clenaups to the pic32 driver. The patches were > compile tested only. > > Martin Kaiser (4): > hwrng: pic32 - enable compile-testing > hwrng: pic32 - use devm_clk_get_enabled > hwrng: pic32 - remove unused defines > hwrng: pic32 - enable TRNG only while it's used > > drivers/char/hw_random/Kconfig | 2 +- > drivers/char/hw_random/pic32-rng.c | 71 +++++++++++------------------- > 2 files changed, 27 insertions(+), 46 deletions(-) > > -- > 2.30.2 All applied. Thanks.