[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

[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 --- drivers

[PATCH] staging: iio: adt7316: match parenthesis alignment

2019-04-29 Thread João Seckler
This patch solves the following checkpatch.pl message: CHECK: Alignment should match open parenthesis. This makes the file more compliant with the preferred coding style for the Linux kernel. Signed-off-by: João Seckler --- drivers/staging/iio/addac/adt7316.c | 2 +- 1 file changed, 1 insertion