]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging:iio:light:tsl2x7x move to info_mask_(shared_by_type/separate)
authorJonathan Cameron <jic23@kernel.org>
Wed, 27 Feb 2013 19:40:11 +0000 (19:40 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 Mar 2013 19:49:41 +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: Jon Brenner <jon.brenner@ams.com>

drivers/staging/iio/light/tsl2x7x_core.c

index a58731e70bb9307a44f88bbcdeea62c589951502..d060f2572512af496f094036cfbc9460a19850d3 100644 (file)
@@ -1733,14 +1733,14 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
                        .type = IIO_LIGHT,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_PROCESSED_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED),
                        }, {
                        .type = IIO_INTENSITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBBIAS_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
+                               BIT(IIO_CHAN_INFO_CALIBSCALE) |
+                               BIT(IIO_CHAN_INFO_CALIBBIAS),
                        .event_mask = TSL2X7X_EVENT_MASK
                        }, {
                        .type = IIO_INTENSITY,
@@ -1757,7 +1757,7 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
                        .type = IIO_PROXIMITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
                        .event_mask = TSL2X7X_EVENT_MASK
                        },
                },
@@ -1770,25 +1770,25 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
                        .type = IIO_LIGHT,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_PROCESSED_SEPARATE_BIT
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED)
                        }, {
                        .type = IIO_INTENSITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBBIAS_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
+                               BIT(IIO_CHAN_INFO_CALIBSCALE) |
+                               BIT(IIO_CHAN_INFO_CALIBBIAS),
                        .event_mask = TSL2X7X_EVENT_MASK
                        }, {
                        .type = IIO_INTENSITY,
                        .indexed = 1,
                        .channel = 1,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
                        }, {
                        .type = IIO_PROXIMITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
                        .event_mask = TSL2X7X_EVENT_MASK
                        },
                },
@@ -1801,8 +1801,8 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
                        .type = IIO_PROXIMITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
+                               BIT(IIO_CHAN_INFO_CALIBSCALE),
                        .event_mask = TSL2X7X_EVENT_MASK
                        },
                },
@@ -1815,26 +1815,26 @@ static const struct tsl2x7x_chip_info tsl2x7x_chip_info_tbl[] = {
                        .type = IIO_LIGHT,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_PROCESSED_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED),
                        }, {
                        .type = IIO_INTENSITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBBIAS_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
+                               BIT(IIO_CHAN_INFO_CALIBSCALE) |
+                               BIT(IIO_CHAN_INFO_CALIBBIAS),
                        .event_mask = TSL2X7X_EVENT_MASK
                        }, {
                        .type = IIO_INTENSITY,
                        .indexed = 1,
                        .channel = 1,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
                        }, {
                        .type = IIO_PROXIMITY,
                        .indexed = 1,
                        .channel = 0,
-                       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
-                               IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT,
+                       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
+                               BIT(IIO_CHAN_INFO_CALIBSCALE),
                        .event_mask = TSL2X7X_EVENT_MASK
                        },
                },