On Wed, Jun 19, 2024 at 02:27:02PM +0200, Alexander Stein wrote: > As the driver supports more devices over time the single MODULE_ALIAS > is complete and raises several warnings: > SPI driver ads7846 has no spi_device_id for ti,tsc2046 > SPI driver ads7846 has no spi_device_id for ti,ads7843 > SPI driver ads7846 has no spi_device_id for ti,ads7845 > SPI driver ads7846 has no spi_device_id for ti,ads7873 > > Fix this by adding a spi_device_id table and removing the manual > MODULE_ALIAS. > > Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> Applied, thank you. -- Dmitry