On 06/06/2014 03:12 AM, Michael Welling wrote:
[...]
+enum mcp49x2_supported_device_ids {
+ ID_MCP4902,
+ ID_MCP4912,
+ ID_MCP4922,
+};
+
+struct mcp49x2_state {
+ struct spi_device *spi;
+ unsigned int value[MCP49X2_NUM_CHANNELS];
+ unsigned int power_mode[MCP
This patch provides an iio device driver for the Microchip
MCP49x2 series DACs.
Signed-off-by: Michael Welling
---
drivers/iio/dac/Kconfig | 10 +++
drivers/iio/dac/Makefile |1 +
drivers/iio/dac/mcp49x2.c | 212 +
3 files changed, 223 insert
2 matches
Mail list logo