[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1320680681-5635-2-git-send-email-jic23@kernel.org>
Date: Mon, 7 Nov 2011 15:44:37 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: guenter.roeck@...csson.com, khali@...ux-fr.org,
dmitry.torokhov@...il.com, broonie@...nsource.wolfsonmicro.com,
gregkh@...e.de, alan@...rguk.ukuu.org.uk, arnd@...db.de,
linus.walleij@...aro.org, lars@...afoo.de,
maxime.ripard@...e-electrons.com, lm-sensors@...sensors.org,
thomas.petazzoni@...e-electrons.com, zdevai@...il.com,
Jonathan Cameron <jic23@....ac.uk>
Subject: [PATCH 1/5] IIO: core: add datasheet_name to chan_spec
From: Jonathan Cameron <jic23@....ac.uk>
This allows for matching against the name given
on a datasheet, however silly/inconsistent it might
be.
Useful for in kernel interfaces.
Signed-off-by: Jonathan Cameron <jic23@....ac.uk>
---
include/linux/iio/iio.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
index 4367d82..36a50b2 100644
--- a/include/linux/iio/iio.h
+++ b/include/linux/iio/iio.h
@@ -122,6 +122,7 @@ struct iio_chan_spec {
} scan_type;
long info_mask;
char *extend_name;
+ const char *datasheet_name;
unsigned processed_val:1;
unsigned modified:1;
unsigned indexed:1;
--
1.7.7.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists