Re: [PATCH 18/66] staging: comedi: pcl818: fix PCL818_FI_DATAHI

2014-03-03 Thread Ian Abbott
On 2014-02-28 23:24, H Hartley Sweeten wrote: The A/D FIFO uses two registers to get each analog data sample. PCL818_FI_DATALO is the LSB of the data and PCL818_FI_DATAHI is the MSB of the data. The current define for PCL818_FI_DATAHI is incorrect and results in the LSB getting read twice.

Re: [PATCH 18/66] staging: comedi: pcl818: fix PCL818_FI_DATAHI

2014-03-03 Thread Ian Abbott
On 2014-03-03 16:00, Ian Abbott wrote: On 2014-02-28 23:24, H Hartley Sweeten wrote: The A/D FIFO uses two registers to get each analog data sample. PCL818_FI_DATALO is the LSB of the data and PCL818_FI_DATAHI is the MSB of the data. The current define for PCL818_FI_DATAHI is incorrect and

[PATCH 18/66] staging: comedi: pcl818: fix PCL818_FI_DATAHI

2014-02-28 Thread H Hartley Sweeten
The A/D FIFO uses two registers to get each analog data sample. PCL818_FI_DATALO is the LSB of the data and PCL818_FI_DATAHI is the MSB of the data. The current define for PCL818_FI_DATAHI is incorrect and results in the LSB getting read twice. Signed-off-by: H Hartley Sweeten