Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-19 Thread Miles Glenn
On Tue, 2023-10-10 at 22:41 +0200, Cédric Le Goater wrote: > On 10/10/23 22:35, Miles Glenn wrote: > > On Tue, 2023-10-10 at 21:31 +0100, Mark Cave-Ayland wrote: > > > On 10/10/2023 20:52, Glenn Miles wrote: > > > > > > > Testing of the pca9552 device on the powernv platform > > > > showed that th

Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Cédric Le Goater
On 10/10/23 22:35, Miles Glenn wrote: On Tue, 2023-10-10 at 21:31 +0100, Mark Cave-Ayland wrote: On 10/10/2023 20:52, Glenn Miles wrote: Testing of the pca9552 device on the powernv platform showed that the reset method was not being called when an instance of the device was realized. This wa

Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Miles Glenn
On Tue, 2023-10-10 at 21:31 +0100, Mark Cave-Ayland wrote: > On 10/10/2023 20:52, Glenn Miles wrote: > > > Testing of the pca9552 device on the powernv platform > > showed that the reset method was not being called when > > an instance of the device was realized. This was causing > > the INPUT0/I

Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Mark Cave-Ayland
On 10/10/2023 20:52, Glenn Miles wrote: Testing of the pca9552 device on the powernv platform showed that the reset method was not being called when an instance of the device was realized. This was causing the INPUT0/INPUT1 POR values to be incorrect. Fixed by overriding the parent pca955x_rea

Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Miles Glenn
On Tue, 2023-10-10 at 21:58 +0200, Cédric Le Goater wrote: > On 10/10/23 21:52, Glenn Miles wrote: > > Testing of the pca9552 device on the powernv platform > > showed that the reset method was not being called when > > an instance of the device was realized. This was causing > > the INPUT0/INPUT1

Re: [PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Cédric Le Goater
On 10/10/23 21:52, Glenn Miles wrote: Testing of the pca9552 device on the powernv platform showed that the reset method was not being called when an instance of the device was realized. This was causing the INPUT0/INPUT1 POR values to be incorrect. Fixed by overriding the parent pca955x_realiz

[PATCH v3] misc/pca9552: Fix for pca9552 not getting reset

2023-10-10 Thread Glenn Miles
Testing of the pca9552 device on the powernv platform showed that the reset method was not being called when an instance of the device was realized. This was causing the INPUT0/INPUT1 POR values to be incorrect. Fixed by overriding the parent pca955x_realize method with a new pca9552_realize meth