Re: [PATCH v18 2/5] thermal: rockchip: add driver for thermal

2014-11-18 Thread Eduardo Valentin
Hello Caesar, On Tue, Nov 18, 2014 at 03:41:28PM +0800, Caesar Wang wrote: > Hello edubezval, > > I saw your latest patch[0]. > I need send the new patch to fit the of-thermal Sensors API. > Right? > > [0]: https://patchwork.kernel.org/patch/5324371/ > Right. I've just posted a new version of

Re: [PATCH v18 2/5] thermal: rockchip: add driver for thermal

2014-11-17 Thread Caesar Wang
Hello edubezval, I saw your latest patch[0]. I need send the new patch to fit the of-thermal Sensors API. Right? [0]: https://patchwork.kernel.org/patch/5324371/ 在 2014年11月12日 13:02, Caesar Wang 写道: Thermal is TS-ADC Controller module supports user-defined mode and automatic mode. User-define

[PATCH v18 2/5] thermal: rockchip: add driver for thermal

2014-11-11 Thread Caesar Wang
Thermal is TS-ADC Controller module supports user-defined mode and automatic mode. User-defined mode refers,TSADC all the control signals entirely by software writing to register for direct control. Automaic mode refers to the module automatically poll TSADC output, and the results were checked.I