]> git.baikalelectronics.ru Git - kernel.git/commit
iio:dac: Add support for the AD7303
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 11 Jun 2013 16:56:00 +0000 (17:56 +0100)
committerJonathan Cameron <jic23@kernel.org>
Tue, 11 Jun 2013 19:25:58 +0000 (20:25 +0100)
commitd037f1aea4519ad15c579f15074fbdc74bd739db
tree0a44961fa6e7c54e2d08610a2137d2d04e0ba21d
parent91245fbf7715cf01e0eea93a05f27cdd1f158705
iio:dac: Add support for the AD7303

This patch adds support for the AD7303. The AD7303 is a simple 2 channel 8 bit
DAC with an SPI interface.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/dac/ad7303.txt [new file with mode: 0644]
drivers/iio/dac/Kconfig
drivers/iio/dac/Makefile
drivers/iio/dac/ad7303.c [new file with mode: 0644]
include/linux/platform_data/ad7303.h [new file with mode: 0644]