Re: [PATCH 1/1] add turris-rwtm-rng from CZ.NIC rWTM Firmware

2024-01-20 Thread Marek BehĂșn
On Sat, 20 Jan 2024 14:27:23 +0100 Max Resch wrote: Hello Max, please follow the conventions for commit titles and messages. Look for example at git log drivers/rng The commit title should be something like rng: Add Turris Mox rWTM RNG driver > usable on all armada3700 devices with CZ.NIC f

[PATCH 1/1] add turris-rwtm-rng from CZ.NIC rWTM Firmware

2024-01-20 Thread Max Resch
usable on all armada3700 devices with CZ.NIC firmware compatible with devices with default firmware (does nothing) based on Linux turris-mox-rwtm module Signed-off-by: Max Resch --- drivers/rng/Kconfig | 8 ++ drivers/rng/Makefile | 1 + drivers/rng/turris_rwtm_rng.c | 14