Re: [PATCH] iio: accel: adxl372: Add OF device ID table

2020-07-22 Thread Alexandru Ardelean
On Tue, Jul 21, 2020 at 9:39 PM Andy Shevchenko wrote: > > On Mon, Jul 20, 2020 at 4:48 PM Alexandru Ardelean > wrote: > > > > From: Stefan Popa > > > > The driver does not have a struct of_device_id table, but supported > > devices are registered via Device Trees. This patch adds OF device ID >

Re: [PATCH] iio: accel: adxl372: Add OF device ID table

2020-07-21 Thread Andy Shevchenko
On Mon, Jul 20, 2020 at 4:48 PM Alexandru Ardelean wrote: > > From: Stefan Popa > > The driver does not have a struct of_device_id table, but supported > devices are registered via Device Trees. This patch adds OF device ID > table. > > Signed-off-by: Stefan Popa > Signed-off-by: Alexandru Ardel

[PATCH] iio: accel: adxl372: Add OF device ID table

2020-07-20 Thread Alexandru Ardelean
From: Stefan Popa The driver does not have a struct of_device_id table, but supported devices are registered via Device Trees. This patch adds OF device ID table. Signed-off-by: Stefan Popa Signed-off-by: Alexandru Ardelean --- drivers/iio/accel/adxl372_i2c.c | 9 + 1 file changed, 9