From: H Hartley Sweeten Date: Tue, 6 Aug 2013 16:33:05 +0000 (-0700) Subject: staging: comedi: drivers: use comedi_dio_insn_config() for complex cases X-Git-Tag: v3.12-rc1~183^2~297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dacadcca3176e2b1f8db662e503c080484d71fa;p=pandora-kernel.git staging: comedi: drivers: use comedi_dio_insn_config() for complex cases Convert the drivers with complex, port programmable i/o, to use the comedi_dio_insn_config() helper function. All of these drivers have some sort of 'port' programmable i/o where multiple i/o channels are configured as a group. The 'mask' associated with the group is passed to comedi_dio_insn_config() so that all the channels are configured. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed