On Thu, Jun 10, 2021 at 03:51:46PM +0300, Andy Shevchenko wrote: > On Thu, Jun 10, 2021 at 3:24 PM Stephan Gerhold <stephan@xxxxxxxxxxx> wrote: > > BMA253 is mostly like BMA255 and has exactly the same register layout > > as used by the bmc150-accel driver as far I can tell. Making it work > > is as simple as adding new device IDs for it since it has the same > > chip_id = 0xFA (250) as BMA255 and others. > > ... > > > - .name = "BMC150/BMI055/BMA255", > > Somehow this is unsorted. > > > + .name = "BMC150/BMI055/BMA253/BMA255", > > So does this. > Yeah I sorted multi-line lists and Kconfig but not those "one-line" lists... :-) Time for v3... Thanks for your review! Stephan