Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-23 Thread Faiz Abbas
On Monday 23 October 2017 04:54 PM, Tom Rini wrote: > On Mon, Oct 23, 2017 at 10:50:15AM +0530, Faiz Abbas wrote: >> Hi Tom, >> >> On Monday 23 October 2017 08:30 AM, Tom Rini wrote: >>> On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: On Wednesday 18 October 2017 05:11 PM, Faiz

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-23 Thread Tom Rini
On Mon, Oct 23, 2017 at 10:50:15AM +0530, Faiz Abbas wrote: > Hi Tom, > > On Monday 23 October 2017 08:30 AM, Tom Rini wrote: > > On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: > >> On Wednesday 18 October 2017 05:11 PM, Faiz Abbas wrote: > >>> The dra7xx series of SOCs contain a te

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-22 Thread Faiz Abbas
Hi Tom, On Monday 23 October 2017 08:30 AM, Tom Rini wrote: > On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: >> On Wednesday 18 October 2017 05:11 PM, Faiz Abbas wrote: >>> The dra7xx series of SOCs contain a temperature sensor and an >>> associated analog-to-digital converter (ADC)

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-22 Thread Tom Rini
On Mon, Oct 23, 2017 at 08:07:09AM +0530, Lokesh Vutla wrote: > On Wednesday 18 October 2017 05:11 PM, Faiz Abbas wrote: > > The dra7xx series of SOCs contain a temperature sensor and an > > associated analog-to-digital converter (ADC) which produces > > an output which is proportional to the SOC t

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-22 Thread Lokesh Vutla
On Wednesday 18 October 2017 05:11 PM, Faiz Abbas wrote: > The dra7xx series of SOCs contain a temperature sensor and an > associated analog-to-digital converter (ADC) which produces > an output which is proportional to the SOC temperature. > Add support for this temperature sensor. > > Signed-off

Re: [U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-18 Thread Tom Rini
On Wed, Oct 18, 2017 at 05:11:52PM +0530, Faiz Abbas wrote: > The dra7xx series of SOCs contain a temperature sensor and an > associated analog-to-digital converter (ADC) which produces > an output which is proportional to the SOC temperature. > Add support for this temperature sensor. > > Signed

[U-Boot] [PATCH v3 1/2] thermal: ti-bandgap: Add support for temperature sensor

2017-10-18 Thread Faiz Abbas
The dra7xx series of SOCs contain a temperature sensor and an associated analog-to-digital converter (ADC) which produces an output which is proportional to the SOC temperature. Add support for this temperature sensor. Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass --- v3: Added Reviewed-by