From: H Hartley Sweeten Date: Mon, 23 Feb 2015 21:57:40 +0000 (-0700) Subject: staging: comedi: adv_pci1710: convert driver to use the comedi_8254 module X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~739 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a4f2226699e1df76efa732e6903ca6b2fa2aaf;p=pandora-kernel.git staging: comedi: adv_pci1710: convert driver to use the comedi_8254 module This driver uses an 8254 timer to generate the pacer clock used for analog input data acquisition. It also provides a comedi_subdevice to allow the user to use channel 0 of the 8254 timer. Currently the subdevice support does not work correctly due to and (*insn_config) that does not follow the comedi API. Convert it to use the comedi_8254 module to provide support for the 8254 timer and proper support for the subdevice. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed