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

2023-10-10 Thread Miles Glenn
On Mon, 2023-10-09 at 23:06 +0200, Cédric Le Goater wrote: > Hello Glenn, > > On 10/5/23 23:10, 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 > >

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

2023-10-09 Thread Cédric Le Goater
Hello Glenn, On 10/5/23 23:10, 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

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

2023-10-05 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