Re: [PATCH] staging: iio: ad9832: Add device tree support

2019-05-20 Thread Alexandru Ardelean
On Sun, May 19, 2019 at 8:17 PM Jonathan Cameron wrote: > > On Sat, 18 May 2019 17:48:25 -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: ad9832: Add device tree support

2019-05-19 Thread Jonathan Cameron
On Sat, 18 May 2019 17:48:25 -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: Anderson Reis > Co-developed-by: Anderson Reis > Signed-off-by: Andre Tadeu

[PATCH] staging: iio: ad9832: 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: Anderson Reis Co-developed-by: Anderson Reis Signed-off-by: Andre Tadeu de Carvalho Co-developed-by: Andre Tadeu de Carvalho ---