aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/turris-mox-rwtm.c
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-05-20 13:35:20 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2021-06-17 14:55:09 +0200
commitfae20160992269431507708fb74c1fd9f3c309c1 (patch)
treef9db7efb525dbfaaeea13689b9f852f3fb10a5e3 /drivers/firmware/turris-mox-rwtm.c
parentfirmware: turris-mox-rwtm: fail probing when firmware does not support hwrng (diff)
downloadlinux-dev-fae20160992269431507708fb74c1fd9f3c309c1.tar.xz
linux-dev-fae20160992269431507708fb74c1fd9f3c309c1.zip
firmware: turris-mox-rwtm: show message about HWRNG registration
Currently it is hard to determinate if on Armada 3720 device is HWRNG by running kernel accessible or not. So print information message into dmesg when HWRNG is available and registration was successful. Fixes: 389711b37493 ("firmware: Add Turris Mox rWTM firmware driver") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'drivers/firmware/turris-mox-rwtm.c')
-rw-r--r--drivers/firmware/turris-mox-rwtm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c
index 3ef9687dddca..1cf4f1087492 100644
--- a/drivers/firmware/turris-mox-rwtm.c
+++ b/drivers/firmware/turris-mox-rwtm.c
@@ -542,6 +542,8 @@ static int turris_mox_rwtm_probe(struct platform_device *pdev)
goto free_channel;
}
+ dev_info(dev, "HWRNG successfully registered\n");
+
return 0;
free_channel: