summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Popa <stefan.popa@analog.com>2018-04-11 07:53:17 -0400
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-04-15 14:36:32 -0400
commit0357e488b825313db3d574137337557f404e59ed (patch)
tree5e56ffa73a95b4a7c46f779ad8b05c441d250085 /MAINTAINERS
parent98baf78e6dbee226e6490deafb0e5aca65b861ee (diff)
iio:dac:ad5686: Refactor the driver
In this patch restructures the existing ad5686 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 similar devices which differ only in the type of interface used (I2C instead of SPI). Signed-off-by: Stefan Popa <stefan.popa@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 473ac00dcfb4..637e62d5f7ee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -791,6 +791,13 @@ M: Michael Hanselmann <linux-kernel@hansmi.ch>
791S: Supported 791S: Supported
792F: drivers/macintosh/ams/ 792F: drivers/macintosh/ams/
793 793
794ANALOG DEVICES INC AD5686 DRIVER
795M: Stefan Popa <stefan.popa@analog.com>
796L: linux-pm@vger.kernel.org
797W: http://ez.analog.com/community/linux-device-drivers
798S: Supported
799F: drivers/iio/dac/ad5686*
800
794ANALOG DEVICES INC AD9389B DRIVER 801ANALOG DEVICES INC AD9389B DRIVER
795M: Hans Verkuil <hans.verkuil@cisco.com> 802M: Hans Verkuil <hans.verkuil@cisco.com>
796L: linux-media@vger.kernel.org 803L: linux-media@vger.kernel.org