mbox series

[v2,0/4] Add support for the ad7908/ad7918/ad7928

Message ID 20191210150811.3429-1-djunho@gmail.com (mailing list archive)
Headers show
Series Add support for the ad7908/ad7918/ad7928 | expand

Message

Daniel Junho Dec. 10, 2019, 3:08 p.m. UTC
This patch adds support to AD7928 family on the implementation of the
AD7923.

The ad7928 is software compatible with the ad7923.
The ad7908 and ad7918 are the 8 and 10-bit versions of the ad7928.

Change log v1 -> v2
- Split the v1 into 4 commits.
- Removes a buggy line committed unintentionally

Daniel Junho (4):
  iio: adc: ad7923: Remove the unused defines
  iio: adc: ad7923: Fix checkpatch warning
  iio: adc: ad7923: Add of_device_id table
  iio: adc: ad7923: Add support for the ad7908/ad7918/ad7928

 drivers/iio/adc/ad7923.c | 78 +++++++++++++++++++++++++++++++---------
 1 file changed, 62 insertions(+), 16 deletions(-)