projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bdab6
)
iio:adc:lp8778_adc move to info_mask_(shared_by_type/separate)
author
Jonathan Cameron
<jic23@kernel.org>
Wed, 27 Feb 2013 19:06:24 +0000
(19:06 +0000)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 17 Mar 2013 19:49:29 +0000
(19:49 +0000)
The original info_mask is going away in favour of the broken out versions.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
cc: Milo(Woogyom) Kim <milo.kim@ti.com>
drivers/iio/adc/lp8788_adc.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/lp8788_adc.c
b/drivers/iio/adc/lp8788_adc.c
index 763f57565ee43fe98701d3b42c9e16511031a000..62bc39e9c94f239651f922817268bb98024e6b1e 100644
(file)
--- a/
drivers/iio/adc/lp8788_adc.c
+++ b/
drivers/iio/adc/lp8788_adc.c
@@
-132,8
+132,8
@@
static const struct iio_info lp8788_adc_info = {
.type = _type, \
.indexed = 1, \
.channel = LPADC_##_id, \
- .info_mask
= IIO_CHAN_INFO_RAW_SEPARATE_BIT |
\
-
IIO_CHAN_INFO_SCALE_SEPARATE_BIT,
\
+ .info_mask
_separate = BIT(IIO_CHAN_INFO_RAW) |
\
+
BIT(IIO_CHAN_INFO_SCALE),
\
.datasheet_name = #_id, \
}