Re: [PATCH v3 0/5] Additional NPCM7xx devices

2020-12-15 Thread Hao Wu via
Thanks for the tip! I'll use that in the future. Best, Hao On Tue, Dec 15, 2020 at 7:17 AM Philippe Mathieu-Daudé wrote: > On 12/15/20 1:13 AM, Hao Wu via wrote: > > This patch series include a few more NPCM7XX devices including > > > > - Analog Digital Converter (ADC) > > - Pulse Width Modula

Re: [PATCH v3 0/5] Additional NPCM7xx devices

2020-12-15 Thread Philippe Mathieu-Daudé
On 12/15/20 1:13 AM, Hao Wu via wrote: > This patch series include a few more NPCM7XX devices including > > - Analog Digital Converter (ADC) > - Pulse Width Modulation (PWM) > > We also modified the CLK module to generate clock values using qdev_clock. > These clocks are used to determine various

Re: [PATCH v3 0/5] Additional NPCM7xx devices

2020-12-14 Thread Hao Wu via
On Mon, Dec 14, 2020 at 4:13 PM Hao Wu wrote: > This patch series include a few more NPCM7XX devices including > > - Analog Digital Converter (ADC) > - Pulse Width Modulation (PWM) > > We also modified the CLK module to generate clock values using qdev_clock. > These clocks are used to determine

[PATCH v3 0/5] Additional NPCM7xx devices

2020-12-14 Thread Hao Wu via
This patch series include a few more NPCM7XX devices including - Analog Digital Converter (ADC) - Pulse Width Modulation (PWM) We also modified the CLK module to generate clock values using qdev_clock. These clocks are used to determine various clocks in NPCM7XX devices. Thank you for your revie