Re: [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-12 Thread Cédric Le Goater
On 8/11/21 3:25 AM, Joel Stanley wrote: > On Tue, 10 Aug 2021 at 23:37, Corey Minyard wrote: >> >> On Mon, Aug 09, 2021 at 03:15:55PM +0200, Cédric Le Goater wrote: >>> From: Joel Stanley >>> >>> This contains some hardcoded register values that were obtained from the >>> hardware after reading t

Re: [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-10 Thread Joel Stanley
On Tue, 10 Aug 2021 at 23:37, Corey Minyard wrote: > > On Mon, Aug 09, 2021 at 03:15:55PM +0200, Cédric Le Goater wrote: > > From: Joel Stanley > > > > This contains some hardcoded register values that were obtained from the > > hardware after reading the temperature. > > > > It does enough to te

Re: [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-10 Thread Corey Minyard
On Mon, Aug 09, 2021 at 03:15:55PM +0200, Cédric Le Goater wrote: > From: Joel Stanley > > This contains some hardcoded register values that were obtained from the > hardware after reading the temperature. > > It does enough to test the Linux kernel driver. The FIFO mode, IRQs and > operation mo

Re: [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-10 Thread Cédric Le Goater
On 8/9/21 5:59 PM, Philippe Mathieu-Daudé wrote: > On 8/9/21 3:15 PM, Cédric Le Goater wrote: >> From: Joel Stanley >> >> This contains some hardcoded register values that were obtained from the >> hardware after reading the temperature. >> >> It does enough to test the Linux kernel driver. The FI

Re: [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-09 Thread Philippe Mathieu-Daudé
On 8/9/21 3:15 PM, Cédric Le Goater wrote: > From: Joel Stanley > > This contains some hardcoded register values that were obtained from the > hardware after reading the temperature. > > It does enough to test the Linux kernel driver. The FIFO mode, IRQs and > operation modes other than the defa

[PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

2021-08-09 Thread Cédric Le Goater
From: Joel Stanley This contains some hardcoded register values that were obtained from the hardware after reading the temperature. It does enough to test the Linux kernel driver. The FIFO mode, IRQs and operation modes other than the default as used by Linux are not modelled. Signed-off-by: Jo