Re: [PATCH v2 1/1] timer: npcm: Add driver for Nuvoton NPCM SoCs

2022-02-11 Thread Simon Glass
Hi Stanley, On Mon, 7 Feb 2022 at 17:22, Stanley Chu wrote: > > This driver enables a periodic timer on NPCM SoCs and > implements the get_count timer ops. > > Signed-off-by: Stanley Chu > --- > Changes in v2: > calculate the prescale value, not hardcode. > --- > drivers/timer/Kconfig |

Re: [PATCH v2 1/1] timer: npcm: Add driver for Nuvoton NPCM SoCs

2022-02-07 Thread Jesse Taube
On 2/7/22 19:22, Stanley Chu wrote: This driver enables a periodic timer on NPCM SoCs and implements the get_count timer ops. Signed-off-by: Stanley Chu --- Changes in v2: calculate the prescale value, not hardcode.I would have waited to see what maintainers say. They usually take

[PATCH v2 1/1] timer: npcm: Add driver for Nuvoton NPCM SoCs

2022-02-07 Thread Stanley Chu
This driver enables a periodic timer on NPCM SoCs and implements the get_count timer ops. Signed-off-by: Stanley Chu --- Changes in v2: calculate the prescale value, not hardcode. --- drivers/timer/Kconfig | 6 ++ drivers/timer/Makefile | 1 + drivers/timer/npcm-timer.c | 110