Re: [PATCH] rtc: ds3232: add temperature support

2017-06-21 Thread kbuild test robot
Hi Kirill, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.12-rc6 next-20170621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kirill-Esipov/rtc-ds3232-add-tempera

Re: [PATCH] rtc: ds3232: add temperature support

2017-06-21 Thread kbuild test robot
Hi Kirill, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.12-rc6 next-20170621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kirill-Esipov/rtc-ds3232-add-temperature

[PATCH] rtc: ds3232: add temperature support

2017-06-21 Thread Kirill Esipov
DS3232/DS3234 has the temperature registers with a resolution of 0.25 degree celsius. This enables to get the value through hwmon. # cat /sys/class/hwmon/hwmon0/temp1_input 37250 Signed-off-by: Kirill Esipov --- drivers/rtc/Kconfig | 9 ++ drivers/rtc/rtc-ds3232.c | 84