Re: [PATCH 1/3] iio: adxl372: Refactor the driver

2018-09-08 Thread Jonathan Cameron
On Tue, 4 Sep 2018 17:11:31 +0300 Stefan Popa wrote: > This patch restructures the existing adxl372 driver by adding a module for > SPI and a header file, while the baseline module deals with the chip-logic. > > This is a necessary step, as this driver should support in the future > a similar

Re: [PATCH 1/3] iio: adxl372: Refactor the driver

2018-09-08 Thread Jonathan Cameron
On Tue, 4 Sep 2018 17:11:31 +0300 Stefan Popa wrote: > This patch restructures the existing adxl372 driver by adding a module for > SPI and a header file, while the baseline module deals with the chip-logic. > > This is a necessary step, as this driver should support in the future > a similar

[PATCH 1/3] iio: adxl372: Refactor the driver

2018-09-04 Thread Stefan Popa
This patch restructures the existing adxl372 driver by adding a module for SPI and a header file, while the baseline module deals with the chip-logic. This is a necessary step, as this driver should support in the future a similar device which differs only in the type of interface used (I2C

[PATCH 1/3] iio: adxl372: Refactor the driver

2018-09-04 Thread Stefan Popa
This patch restructures the existing adxl372 driver by adding a module for SPI and a header file, while the baseline module deals with the chip-logic. This is a necessary step, as this driver should support in the future a similar device which differs only in the type of interface used (I2C