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

2022-02-26 Thread Simon Glass
On Mon, 14 Feb 2022 at 19:34, Stanley Chu wrote: > > Enable a periodic timer on NPCM SoCs and implement > the get_count timer ops. > > Signed-off-by: Stanley Chu > --- > v3: > - use driver data for clock setting on different chips > - remove unnecessary code of zeroing priv variables > - mo

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

2022-02-14 Thread Stanley Chu
Enable a periodic timer on NPCM SoCs and implement the get_count timer ops. Signed-off-by: Stanley Chu --- v3: - use driver data for clock setting on different chips - remove unnecessary code of zeroing priv variables - more help description in Kconfig v2: - calculate the prescale value,