From: Jonathan Cameron Date: Tue, 30 Aug 2011 11:32:45 +0000 (+0100) Subject: staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer. X-Git-Tag: v3.2-rc1~169^2^2~750 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7d967244a8eebcdadb048efc5e66849ec0a6b6;p=pandora-kernel.git staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer. Change suggested by Arnd Bergmann. No real reason to have two chrdevs per device. This step merges them into one. Currently this means that events will only work on devices with buffers. THat will be remedied shortly. V2: set name for event attribute groups. Otherwise they all sorts of fun occurs on dynamic channel event attribute creation. Signed-off-by: Jonathan Cameron Acked-by: Michael Hennerich Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed