diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2014-10-01 20:59:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-01-11 11:33:36 +0000 |
commit | 82b7afbc8a6d0f97677bb9b3bf9179eae3dc3637 (patch) | |
tree | 6af8673587b70302805616096fb00a260f056f08 /drivers/iio | |
parent | 049973b23a6c77186dae45f708cdc0aa52b3a09e (diff) | |
download | op-kernel-dev-82b7afbc8a6d0f97677bb9b3bf9179eae3dc3637.zip op-kernel-dev-82b7afbc8a6d0f97677bb9b3bf9179eae3dc3637.tar.gz |
iio:adc:max1363 clear list of missing features
Remove "Control of internal reference" from the list of unimplemented
features, since as of commit a405b00, external reference is supported if
the device has a regulator and falls back to internal if it doesn't.
While we are modifying the header, let's make it more concise and remove
a redundant filename.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/max1363.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c index e283f2f..1228272 100644 --- a/drivers/iio/adc/max1363.c +++ b/drivers/iio/adc/max1363.c @@ -8,17 +8,11 @@ * based on linux/drivers/acron/char/pcf8583.c * Copyright (C) 2000 Russell King * + * Driver for max1363 and similar chips. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. - * - * max1363.c - * - * Partial support for max1363 and similar chips. - * - * Not currently implemented. - * - * - Control of internal reference. */ #include <linux/interrupt.h> |