iio: adc: New driver for TI ADS7950 chips
authorDavid Lechner <david@lechnology.com>
Mon, 28 Nov 2016 16:58:15 +0000 (10:58 -0600)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Dec 2016 09:57:21 +0000 (09:57 +0000)
commit902c4b2446d468cc6e4940db1aa72ee4d144dd35
tree8073f65446ccbe74a5d49e11dc52d69de3d4d9e6
parent071cf2494361fd856f1a6781f9c554da67e35e3c
iio: adc: New driver for TI ADS7950 chips

This adds a new driver for the TI ADS7950 family of ADC chips. These
communicate using SPI and come in 8/10/12-bit and 4/8/12/16 channel
varieties.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads7950.c [new file with mode: 0644]