From: Jonathan Cameron Date: Fri, 2 Sep 2011 16:14:38 +0000 (+0100) Subject: staging:iio: Switch the channel masks to bitmaps so as to allow for more channels. X-Git-Tag: v3.2-rc1~169^2^2~727 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b5eecab0f2d6f66f2e237e161d58d5916f8b13;p=pandora-kernel.git staging:iio: Switch the channel masks to bitmaps so as to allow for more channels. This is as light as possible on changes to current drivers. Some drivers make assumptions that their masks fit in a single long. Given they were previously working this is clearly valid if not tidy. The max1363 is an example where there should be no such assumptions. V2: Add the new ad5933 Signed-off-by: Jonathan Cameron Acked-by: Michael Hennerich Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed