Re: [PATCH v2] Implement temperature sensor for vf610-adc

2014-09-19 Thread Sanchayan Maity
>> Vybrid ADC peripheral includes a temperature sensor >> which is connected to channel number 26. The patch >> adds support for the sensor. The raw value is read >> and the temperature calculated in milli degree Celsius, >> which is returned using IIO_CHAN_INFO_PROCESSED option. >> >> Sanchayan Ma

Re: [PATCH v2] Implement temperature sensor for vf610-adc

2014-09-18 Thread Shawn Guo
On Thu, Sep 18, 2014 at 05:23:22PM +0530, Sanchayan Maity wrote: > Vybrid ADC peripheral includes a temperature sensor > which is connected to channel number 26. The patch > adds support for the sensor. The raw value is read > and the temperature calculated in milli degree Celsius, > which is retur

[PATCH v2] Implement temperature sensor for vf610-adc

2014-09-18 Thread Sanchayan Maity
Vybrid ADC peripheral includes a temperature sensor which is connected to channel number 26. The patch adds support for the sensor. The raw value is read and the temperature calculated in milli degree Celsius, which is returned using IIO_CHAN_INFO_PROCESSED option. Sanchayan Maity (1): ARM: imx: