Re: [PATCH] iio: adc: rtq6056: add i2c_device_id support

From: ChiYuan Huang

Date: Tue Apr 21 2026 - 22:10:12 EST


On Tue, Apr 21, 2026 at 03:54:26PM +0100, Jonathan Cameron wrote:
> On Mon, 20 Apr 2026 20:12:49 +0300
> Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
>
> > On Mon, Apr 20, 2026 at 08:52:52PM +0800, Kevin Tung wrote:
> > > Add i2c_device_id table to support legacy I2C instantiation.
> > > Update probe to use i2c_get_match_data() so device data can be
> > > retrieved consistently for both OF and legacy I2C instantiation.
> >
> > Maybe someone finds this useful...
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> >
> Applied.
Hi, Jonathan:

Since 89a1034cd841 ("iio: adc: rtq6056: Add support for the whole RTQ6056 family")
break the sysfs usage, should we Cc <"stable@xxxxxxxxxxxxxxx"> to make
it backported?

BR,
ChiYuan.