summaryrefslogtreecommitdiff
path: root/drivers/hwmon/sy7636a-hwmon.c
AgeCommit message (Collapse)AuthorFilesLines
2023-04-19hwmon: sy7636a: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
Statically allocated array of pointed to hwmon_channel_info can be made const for safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2022-02-08hwmon: sy7636a: Add temperature driver for sy7636aAlistair Francis1-0/+106
This is a multi-function device to interface with the sy7636a EPD PMIC chip from Silergy. Signed-off-by: Alistair Francis <alistair@alistair23.me> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>