On Fri, 21 Apr 2023 09:19:32 +0300 Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote: > Hi Mehdi, > > Thanks for working on this driver :) Much appreciated! > > On 4/20/23 23:22, Mehdi Djait wrote: > > Refactor the kx022a driver implementation to make it more generic and > > extensible. > > Introduce an i2c_device_id table. > > Add the chip_info structure to the driver's private data to hold all > > the device specific infos. > > > > Signed-off-by: Mehdi Djait <mehdi.djait.k@xxxxxxxxx> > > --- > > v2: > > - mentioned the introduction of the i2c_device_id table in the commit > > Maybe adding the i2c_device_id table could be done in a separate patch > with a Fixes tag? That would help backporting (and I think changes like > this are worth it). Is it technically a fix? I thought it was but turned out my reasoning only applied to spi. Agreed it would be nice as a separate patch though. It's not directly related to the rest of what is happening here.