diff options
author | Stefan Popa <stefan.popa@analog.com> | 2018-04-11 07:53:17 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-04-15 14:36:32 -0400 |
commit | 0357e488b825313db3d574137337557f404e59ed (patch) | |
tree | 5e56ffa73a95b4a7c46f779ad8b05c441d250085 /MAINTAINERS | |
parent | 98baf78e6dbee226e6490deafb0e5aca65b861ee (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-- | MAINTAINERS | 7 |
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> | |||
791 | S: Supported | 791 | S: Supported |
792 | F: drivers/macintosh/ams/ | 792 | F: drivers/macintosh/ams/ |
793 | 793 | ||
794 | ANALOG DEVICES INC AD5686 DRIVER | ||
795 | M: Stefan Popa <stefan.popa@analog.com> | ||
796 | L: linux-pm@vger.kernel.org | ||
797 | W: http://ez.analog.com/community/linux-device-drivers | ||
798 | S: Supported | ||
799 | F: drivers/iio/dac/ad5686* | ||
800 | |||
794 | ANALOG DEVICES INC AD9389B DRIVER | 801 | ANALOG DEVICES INC AD9389B DRIVER |
795 | M: Hans Verkuil <hans.verkuil@cisco.com> | 802 | M: Hans Verkuil <hans.verkuil@cisco.com> |
796 | L: linux-media@vger.kernel.org | 803 | L: linux-media@vger.kernel.org |