From: Jonathan Cameron Date: Sun, 15 Apr 2012 16:41:16 +0000 (+0100) Subject: staging:iio: add a raw and processed elements to info_mask X-Git-Tag: v3.5-rc1~145^2~229^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccb3adbd7593b69d1355454b0c6d2dffdad51d9;p=pandora-kernel.git staging:iio: add a raw and processed elements to info_mask This will allow us to have drivers where the channel value may not be read or written but other information is available. Also adds the ability to have both processed and raw access to a given channel, though in most cases this doesn't make sense. Ultimately will lead to simpler code by allowing us to drop the special case handling for the value reading cases. Signed-off-by: Jonathan Cameron Acked-by: Lars-Peter Clausen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed