Re: [PATCH v5 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

2017-02-01 Thread Eduardo Valentin
Hey Bao, On Wed, Jan 18, 2017 at 12:42:02PM +0800, Baoyou Xie wrote: > This patch adds thermal driver for ZTE's zx2967 family. > > Signed-off-by: Baoyou Xie > + > + /* > + * Calculate temperature > + * 922initial value of calibration cure > +

Re: [PATCH v5 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

2017-02-01 Thread Eduardo Valentin
Hey Bao, On Wed, Jan 18, 2017 at 12:42:02PM +0800, Baoyou Xie wrote: > This patch adds thermal driver for ZTE's zx2967 family. > > Signed-off-by: Baoyou Xie > + > + /* > + * Calculate temperature > + * 922initial value of calibration cure > + * 1.951 slope

[PATCH v5 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

2017-01-17 Thread Baoyou Xie
This patch adds thermal driver for ZTE's zx2967 family. Signed-off-by: Baoyou Xie --- drivers/thermal/Kconfig | 8 ++ drivers/thermal/Makefile | 1 + drivers/thermal/zx2967_thermal.c | 256 +++ 3 files changed, 265

[PATCH v5 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

2017-01-17 Thread Baoyou Xie
This patch adds thermal driver for ZTE's zx2967 family. Signed-off-by: Baoyou Xie --- drivers/thermal/Kconfig | 8 ++ drivers/thermal/Makefile | 1 + drivers/thermal/zx2967_thermal.c | 256 +++ 3 files changed, 265 insertions(+) create