Re: [PATCH 05/13] staging: comedi: add interface to ni routing table information

2018-09-26 Thread Ian Abbott
On 26/09/18 04:47, Spencer Olson wrote: How about making it selected based on COMEDI_NI_TIO? This will impact all the *mio* (except ATMIO16D) and 660x drivers. This seems to be everything that fits into the e-series, m-series, and 660x series devices for which we know the register values. It a

Re: [PATCH 05/13] staging: comedi: add interface to ni routing table information

2018-09-25 Thread Spencer Olson
How about making it selected based on COMEDI_NI_TIO? This will impact all the *mio* (except ATMIO16D) and 660x drivers. This seems to be everything that fits into the e-series, m-series, and 660x series devices for which we know the register values. It also doesn't look like anything else depend

Re: [PATCH 05/13] staging: comedi: add interface to ni routing table information

2018-09-25 Thread Ian Abbott
On 19/09/18 17:38, Spencer E. Olson wrote: Adds interface and associated unittests for accessing/looking-up/validating the new ni routing table information. Signed-off-by: Spencer E. Olson --- drivers/staging/comedi/Kconfig| 4 + drivers/staging/comedi/drivers/Makefile

[PATCH 05/13] staging: comedi: add interface to ni routing table information

2018-09-19 Thread Spencer E. Olson
Adds interface and associated unittests for accessing/looking-up/validating the new ni routing table information. Signed-off-by: Spencer E. Olson --- drivers/staging/comedi/Kconfig| 4 + drivers/staging/comedi/drivers/Makefile | 1 + drivers/staging/comedi/drivers/ni_ro