]> Pileus Git - ~andy/linux/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)
commitf83478240e742efe1103110c28d48cc2b4dcee5c
tree0a44961fa6e7c54e2d08610a2137d2d04e0ba21d
parente764df67963940b4123325710536a9471d1e24ae
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]