Re: [PATCH v5 1/4] thermal: rockchip: add driver for Thermal

2014-09-18 Thread Dmitry Torokhov
Hi Caesar, On Thu, Sep 18, 2014 at 04:31:24PM +0800, Caesar Wang wrote: > Dear Dmitry, > > > 在 2014年09月18日 01:02, Dmitry Torokhov 写道: > >Hi Caesar, > > > >On Wed, Sep 17, 2014 at 11:59:10AM +0800, Caesar Wang wrote: > >>+{ > >>+ int i; > >>+ > >>+ for (i = 0; i < ARRAY_SIZE(v2_code_table) -

Re: [PATCH v5 1/4] thermal: rockchip: add driver for Thermal

2014-09-18 Thread Caesar Wang
Dear Dmitry, 在 2014年09月18日 01:02, Dmitry Torokhov 写道: Hi Caesar, On Wed, Sep 17, 2014 at 11:59:10AM +0800, Caesar Wang wrote: 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

Re: [PATCH v5 1/4] thermal: rockchip: add driver for Thermal

2014-09-17 Thread Dmitry Torokhov
Hi Caesar, On Wed, Sep 17, 2014 at 11:59:10AM +0800, Caesar Wang wrote: > 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 mo

[PATCH v5 1/4] thermal: rockchip: add driver for Thermal

2014-09-16 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