On 19/09/18 17:51, Spencer E. Olson wrote:
This patchset adds a facility to directly query hardware speed limits of subdevices, in particular for scan_begin and convert signals. This information is generally already stored for many devices, such as analog input devices for NI hardware. This patchset makes this information available. This patchset also adds similar information for several digital devices. Spencer E. Olson (4): staging: comedi: add facility to directly query subdevice timing constraints staging: comedi: ni_mio_common: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS staging: comedi: ni_pcidio: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS staging: comedi: comedi_test: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS drivers/staging/comedi/comedi.h | 5 ++- drivers/staging/comedi/comedi_fops.c | 4 ++ drivers/staging/comedi/drivers/comedi_test.c | 44 +++++++++++++++++++ .../staging/comedi/drivers/ni_mio_common.c | 24 ++++++++++ drivers/staging/comedi/drivers/ni_pcidio.c | 13 ++++++ drivers/staging/comedi/drivers/ni_pcimio.c | 21 +++++++++ drivers/staging/comedi/drivers/ni_stc.h | 1 + 7 files changed, 111 insertions(+), 1 deletion(-)
Those all look great, thanks! Reviewed-by: Ian Abbott <abbotti@xxxxxxxxx> -- -=( Ian Abbott <abbotti@xxxxxxxxx> || Web: www.mev.co.uk )=- -=( MEV Ltd. is a company registered in England & Wales. )=- -=( Registered number: 02862268. Registered address: )=- -=( 15 West Park Road, Bramhall, STOCKPORT, SK7 3JZ, UK. )=- _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel