Re: [PATCH 04/11] rockchip: otp: Add dump_otp debug command

2023-02-22 Thread Kever Yang
On 2023/2/16 07:48, Jonas Karlman wrote: Add a simple debug command to dump the content of the otp. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Thanks, - Kever --- drivers/misc/rockchip-otp.c | 35 +++ 1 file changed, 35 insertions(+) diff

[PATCH 04/11] rockchip: otp: Add dump_otp debug command

2023-02-15 Thread Jonas Karlman
Add a simple debug command to dump the content of the otp. Signed-off-by: Jonas Karlman --- drivers/misc/rockchip-otp.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/drivers/misc/rockchip-otp.c b/drivers/misc/rockchip-otp.c index