From e71d42e03c60d215bde295d2b986bbc96878c7d6 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Fri, 11 May 2012 11:36:54 +0200 Subject: iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain Amplifier Changes since V1: Apply review feedback: Introduce and use IIO_CHAN_INFO_HARDWAREGAIN Introduce and use Use IIO_VAL_INT_PLUS_MICRO_DB Modify out of staging include paths. Convert to new iio core API naming. Changes since V2: more sanity checking in write_raw Signed-off-by: Michael Hennerich Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/iio/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/iio/Makefile') diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile index d5fc57d12eac..55524916aa56 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile @@ -8,3 +8,5 @@ industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o + +obj-y += amplifiers/ -- cgit v1.2.3