Re: [RESEND PATCH] staging: iio: adt7316: create of_device_id array

2019-05-20 Thread Alexandru Ardelean
On Sun, May 19, 2019 at 8:54 PM Jonathan Cameron wrote: > > On Sat, 18 May 2019 19:43:33 -0300 > Bárbara Fernandes wrote: > > > Create structure of type of_device_id in order to register all devices > > the driver is able to manage. > > > > Signed-off-by: Bárbara Fernandes > > Signed-off-by:

Re: [RESEND PATCH] staging: iio: adt7316: create of_device_id array

2019-05-19 Thread Jonathan Cameron
On Sat, 18 May 2019 19:43:33 -0300 Bárbara Fernandes wrote: > Create structure of type of_device_id in order to register all devices > the driver is able to manage. > > Signed-off-by: Bárbara Fernandes > Signed-off-by: Wilson Sales > Co-developed-by: Wilson Sales Looks good to me. Applied

[RESEND PATCH] staging: iio: adt7316: create of_device_id array

2019-05-18 Thread Bárbara Fernandes
Create structure of type of_device_id in order to register all devices the driver is able to manage. Signed-off-by: Bárbara Fernandes Signed-off-by: Wilson Sales Co-developed-by: Wilson Sales --- drivers/staging/iio/addac/adt7316-spi.c | 13 + 1 file changed, 13 insertions(+)