Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-19 | hwmon: mc34vr500: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | |
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> | |||
2023-02-03 | hwmon: add initial NXP MC34VR500 PMIC monitoring support | Mario Kicherer | |
Add initial monitoring support for the MC34VR500 PMIC. In its current state, input voltage and temperature alarms are reported to hwmon. Datasheet: - https://www.nxp.com/docs/en/data-sheet/MC34VR500.pdf Signed-off-by: Mario Kicherer <dev@kicherer.org> Link: https://lore.kernel.org/r/20230118123019.3041303-4-dev@kicherer.org [groeck: Silence stray compiler warning, terminate struct of_device_id] Signed-off-by: Guenter Roeck <linux@roeck-us.net> |