Re: [PATCH v5 5/6] sysinfo: rcar3: Use int instead of char for revision

2023-10-07 Thread Marek Vasut
On 10/2/23 17:20, Detlev Casanova wrote: To be used with the sysinfo command, revision values must be considered as integers, not chars as some boards will implement BOARD_REVISION_* and might use numbers greater than 9. Signed-off-by: Detlev Casanova --- drivers/sysinfo/rcar3.c | 73

[PATCH v5 5/6] sysinfo: rcar3: Use int instead of char for revision

2023-10-02 Thread Detlev Casanova
To be used with the sysinfo command, revision values must be considered as integers, not chars as some boards will implement BOARD_REVISION_* and might use numbers greater than 9. Signed-off-by: Detlev Casanova --- drivers/sysinfo/rcar3.c | 73 ++--- 1 file ch