Re: [PATCH] staging: iio: ad7746: add device tree support

2019-05-19 Thread Jonathan Cameron
On Sun, 19 May 2019 12:02:50 +0100 Jonathan Cameron wrote: > On Sat, 18 May 2019 19:27:33 -0300 > João Seckler wrote: > > > Add a of_device_id struct variable and subsequent call to > > MODULE_DEVICE_TABLE macro to support device tree. > > > > Signed-off-by: João Seckler > > Signed-off-by:

Re: [PATCH] staging: iio: ad7746: add device tree support

2019-05-19 Thread Jonathan Cameron
On Sat, 18 May 2019 19:27:33 -0300 João Seckler wrote: > Add a of_device_id struct variable and subsequent call to > MODULE_DEVICE_TABLE macro to support device tree. > > Signed-off-by: João Seckler > Signed-off-by: Lucas Oshiro > Co-developed-by: Lucas Oshiro Applied to the togreg branch of

[PATCH] staging: iio: ad7746: add device tree support

2019-05-18 Thread João Seckler
Add a of_device_id struct variable and subsequent call to MODULE_DEVICE_TABLE macro to support device tree. Signed-off-by: João Seckler Signed-off-by: Lucas Oshiro Co-developed-by: Lucas Oshiro --- drivers/staging/iio/cdc/ad7746.c | 10 ++ 1 file changed, 10 insertions(+) diff --git