Re: [PATCH v4 1/6] hw/misc: Add clock converter in NPCM7XX CLK module

2021-01-07 Thread Peter Maydell
On Thu, 17 Dec 2020 at 00:45, Hao Wu wrote: > > This patch allows NPCM7XX CLK module to compute clocks that are used by > other NPCM7XX modules. > > Add a new struct NPCM7xxClockConverterState which represents a > single converter. Each clock converter in CLK module represents one > converter in

[PATCH v4 1/6] hw/misc: Add clock converter in NPCM7XX CLK module

2020-12-16 Thread Hao Wu via
This patch allows NPCM7XX CLK module to compute clocks that are used by other NPCM7XX modules. Add a new struct NPCM7xxClockConverterState which represents a single converter. Each clock converter in CLK module represents one converter in NPCM7XX CLK Module(PLL, SEL or Divider). Each converter ta