On Wed, 21 Sep 2022 23:41:54 +0300 Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Wed, Sep 21, 2022 at 7:19 PM Wei Yongjun <weiyongjun@xxxxxxxxxxxxxxx> wrote: > > > > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > > > SPI devices use the spi_device_id for module autoloading even on > > systems using device tree. > > > > Commit 5fa6863ba692 ("spi: Check we have a spi_device_id for each DT > > compatible") added a test to check that every SPI driver has a > > spi_device_id for each DT compatiable string defined by driver > > and warns if the spi_device_id is missing. > > > > This series add spi_device_id entries to silence the warnings, and > > ensure driver module autoloading works. > > Nice, but I would like to avoid the unneeded churn in the future and > right away use a new API for that. I will submit a patch soon that you > may attach to your series as a prerequisite. > Given Andy's suggestion (which I like, but no one else has replied to!) isn't moving forwards particularly quickly.... I've applied this series as it stands. We will just have to cope with the churn (there will be a lot beyond these few drivers anyway to fully take advantage of the utility function Andy has suggested) Applied to the togreg branch of iio.git as 6.2 material. I'll push out as testing for now for 0-day to see if it can find any problems. Will be rebasing that tree on rc1. Jonathan