
5 Dec
2023
5 Dec
'23
9:57 a.m.
Hi Kuan Lim,
On Tue, Nov 28, 2023 at 02:42:33PM +0800, Kuan Lim Lee wrote:
Add timer driver in Starfive SoC. It is an timer that outside of CPU core and inside Starfive SoC.
Signed-off-by: Kuan Lim Lee kuanlim.lee@starfivetech.com Signed-off-by: Wei Liang Lim weiliang.lim@starfivetech.com
Changes for v2:
- correct driver name, comment, variable
drivers/timer/Kconfig | 7 +++ drivers/timer/Makefile | 1 + drivers/timer/starfive-timer.c | 96 ++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 drivers/timer/starfive-timer.c
I have already merged your v1 patch. So could you re-send a patch based on the current master with all the fixes you have in this patch ?
Other than that, LGTM.
Best regards, Leo