From: H Hartley Sweeten Date: Mon, 5 Aug 2013 22:01:25 +0000 (-0700) Subject: staging: comedi: drivers: use comedi_dio_insn_config() for complex cases X-Git-Tag: v3.12-rc1~183^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f21c53945cb95f66faa9636af5f23cb00ba73019;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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed