Re: [PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

2015-12-10 Thread Rajendra Nayak
> [].. > +Optional properties: +- qcom,sensor-id: List of sensor instances used in a given SoC. A TSENS IP can +have a fixed number of sensors (like 11) but a given SoC can +use only 5 of these and they might not always the first 5. They

Re: [PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

2015-11-04 Thread Rajendra Nayak
On 11/03/2015 02:00 AM, Eduardo Valentin wrote: > Hello Rajendra, > > On Fri, Oct 09, 2015 at 03:11:03PM +0530, Rajendra Nayak wrote: > > > >> +- #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description. >> +- Refer to Documentation/devicetree/bindings/nvmem/nvmem.txt to know

Re: [PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

2015-11-02 Thread Eduardo Valentin
Hello Rajendra, On Fri, Oct 09, 2015 at 03:11:03PM +0530, Rajendra Nayak wrote: > +- #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description. > +- Refer to Documentation/devicetree/bindings/nvmem/nvmem.txt to know how to > specify > +nvmem cells > + > +Optional properties: >

Re: [PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

2015-11-02 Thread Eduardo Valentin
On Fri, Oct 09, 2015 at 03:11:03PM +0530, Rajendra Nayak wrote: > TSENS is Qualcomms' thermal temperature sensor device. It > supports reading temperatures from multiple thermal sensors > present on various QCOM SoCs. > Calibration data is generally read from a non-volatile memory > (eeprom)

[PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

2015-10-09 Thread Rajendra Nayak
TSENS is Qualcomms' thermal temperature sensor device. It supports reading temperatures from multiple thermal sensors present on various QCOM SoCs. Calibration data is generally read from a non-volatile memory (eeprom) device. Add a skeleton driver with all the necessary abstractions so a variety