Uwe Kleine-König
1975d16786
hwmon: Switch i2c drivers back to use .probe()
...
After commit b8a1a4cd5a ("i2c: Provide a temporary .probe_new()
call-back type"), all drivers being converted to .probe_new() and then
03c835f498 ("i2c: Switch .probe() to not take an id parameter") convert
back to (the new) .probe() to be able to eventually drop .probe_new() from
struct i2c_driver.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de >
Link: https://lore.kernel.org/r/20230505131718.1210071-1-u.kleine-koenig@pengutronix.de
[groeck: Added missing change in pmbus/acbel-fsg032.c]
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2023-06-08 06:41:17 -07:00
Krzysztof Kozlowski
b3fcd02c60
hwmon: max6620: constify pointers to hwmon_channel_info
...
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-04-19 07:08:37 -07:00
Arun Saravanan Balachandran
e8ac01e5db
hwmon: Add Maxim MAX6620 hardware monitoring driver
...
Add hardware monitoring driver for Maxim MAX6620 Fan controller
Originally-from: L. Grunenberg <contact@lgrunenberg.de >
Originally-from: Cumulus Networks <support@cumulusnetworks.com >
Originally-from: Shuotian Cheng <shuche@microsoft.com >
Signed-off-by: Arun Saravanan Balachandran <Arun_Saravanan_Balac@dell.com >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2021-10-12 07:22:37 -07:00