From: Lars-Peter Clausen Date: Mon, 18 Aug 2014 07:57:00 +0000 (+0100) Subject: staging:iio: Remove ad5930/ad9850/ad9852/ad9910/ad9951 dummy drivers X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1187^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83441e0a7f45f19e8955ce45febaefa66e9e1af;p=pandora-kernel.git staging:iio: Remove ad5930/ad9850/ad9852/ad9910/ad9951 dummy drivers All what these 'drivers' do is expose a single (non standard ABI) sysfs attribute that when written to does a direct pass-through to spi_write(). This is rather ugly and does not justify the existence of a driver as the same can easily done by using the spidev interface. The drivers will eventually be rewritten as proper IIO ABI compliant drivers which do have the proper abstraction layers between userspace and the device. But in the meantime these driver do not add any extra value and just clutter up the staging area. So just remove them. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed