Re: [PATCH 4/7] hw/adc: Make adci[*] R/W in NPCM7XX ADC

2021-08-20 Thread Philippe Mathieu-Daudé
On 8/14/21 1:33 AM, Hao Wu wrote: > Our sensor test requires both reading and writing from a sensor's > QOM property. So we need to make the input of ADC module R/W instead > of read only for that to work. > > Signed-off-by: Hao Wu > Reviewed-by: Titus Rwantare > --- > hw/adc/npcm7xx_adc.c | 2

[PATCH 4/7] hw/adc: Make adci[*] R/W in NPCM7XX ADC

2021-08-13 Thread Hao Wu
Our sensor test requires both reading and writing from a sensor's QOM property. So we need to make the input of ADC module R/W instead of read only for that to work. Signed-off-by: Hao Wu Reviewed-by: Titus Rwantare --- hw/adc/npcm7xx_adc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)