From: Ian Abbott Date: Fri, 21 Sep 2012 11:05:47 +0000 (+0100) Subject: staging: comedi: ni_daq_700: add AI subdevice X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~32 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198b0fa48b25b60e4857132a7c55c9e6e18748d9;p=pandora-kernel.git staging: comedi: ni_daq_700: add AI subdevice Add subdevice 1 as an analog input (AI) subdevice. It currently only supports basic, software-triggered acquisitions. This is mostly the work of Fred Brooks (MODULE_AUTHOR), but he based his update on an older version of the driver. I applied the relevant changes with a few tweaks: adding an explicit `udelay(1)` in a timeout loop, replacing binary constants with hex, renaming functions, replacing `printk()` calls, removing exported symbols, removing (very) incomplete comedi "command" support, and making some coding-style changes. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed