Re: [PATCH] iio: bmi270_i2c: Add MODULE_DEVICE_TABLE for BMI260/270

From: Jonathan Cameron

Date: Sun Jan 11 2026 - 08:03:54 EST


On Wed, 7 Jan 2026 23:04:53 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Tue, Jan 06, 2026 at 05:45:19AM +0000, Derek J. Clark wrote:
> > Currently BMI260 & BMI270 devices do not automatically load this
> > driver. To fix this, add missing MODULE_DEVICE_TABLE for the i2c,
> > acpi, and of device tables so the driver will load when the hardware
> > is detected.
> >
> > Tested on my OneXPlayer F1 Pro.
>
> No objections,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied to the togreg branch of iio.git and pushed out as testing.

These are always a bit of a corner case wrt to whether we should treat
them as a fix. It never worked though so I'm not going to rush them in.
If you want it applied to stable kernels, I'm fine with a request for
that after the next merge window.

Thanks,

Jonathan