Re: [PATCH 0/2] hw/adc: Add basic Aspeed ADC model

2021-10-03 Thread Peter Delevoryas
> On Oct 3, 2021, at 6:56 AM, Cédric Le Goater wrote: > > On 10/2/21 23:44, p...@fbc.om wrote: >> From: Peter Delevoryas >> Following up from >> https://lore.kernel.org/qemu-devel/20210930004235.1656003-1-p...@fb.com/ >> This is a resubmission of Andrew Jeffery's ADC model, but with the >> regi

Re: [PATCH 0/2] hw/adc: Add basic Aspeed ADC model

2021-10-03 Thread Cédric Le Goater
On 10/2/21 23:44, p...@fbc.om wrote: From: Peter Delevoryas Following up from https://lore.kernel.org/qemu-devel/20210930004235.1656003-1-p...@fb.com/ This is a resubmission of Andrew Jeffery's ADC model, but with the registers converted from typed-member-fields to a regs[] array. Otherwise,

[PATCH 0/2] hw/adc: Add basic Aspeed ADC model

2021-10-02 Thread pdel
From: Peter Delevoryas Following up from https://lore.kernel.org/qemu-devel/20210930004235.1656003-1-p...@fb.com/ This is a resubmission of Andrew Jeffery's ADC model, but with the registers converted from typed-member-fields to a regs[] array. Otherwise, it should be pretty much equivalent. R