Re: [PATCH v3 1/2] hwmon: (ltq-cputemp) add cpu temp sensor driver

2017-09-01 Thread Guenter Roeck
On Fri, Sep 01, 2017 at 08:58:17AM +0200, Florian Eckert wrote: > Add the lantiq cpu temperature sensor support for xrx200. > > Signed-off-by: Florian Eckert Applied to hwmon-next. Thanks, Guenter > --- > v2: > - remove default in Makefile > - fix spelling > - removing first

Re: [PATCH v3 1/2] hwmon: (ltq-cputemp) add cpu temp sensor driver

2017-09-01 Thread Guenter Roeck
On Fri, Sep 01, 2017 at 08:58:17AM +0200, Florian Eckert wrote: > Add the lantiq cpu temperature sensor support for xrx200. > > Signed-off-by: Florian Eckert Applied to hwmon-next. Thanks, Guenter > --- > v2: > - remove default in Makefile > - fix spelling > - removing first read delay,

[PATCH v3 1/2] hwmon: (ltq-cputemp) add cpu temp sensor driver

2017-09-01 Thread Florian Eckert
Add the lantiq cpu temperature sensor support for xrx200. Signed-off-by: Florian Eckert --- v2: - remove default in Makefile - fix spelling - removing first read delay, because temperature value is not read during boot anymore - change calculation, compiler should to the

[PATCH v3 1/2] hwmon: (ltq-cputemp) add cpu temp sensor driver

2017-09-01 Thread Florian Eckert
Add the lantiq cpu temperature sensor support for xrx200. Signed-off-by: Florian Eckert --- v2: - remove default in Makefile - fix spelling - removing first read delay, because temperature value is not read during boot anymore - change calculation, compiler should to the optimization - remove