aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max31827.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit1-1/+0
2023-12-11hwmon: (max31827) Add custom attribute for resolutionDaniel Matyas1-11/+111
2023-12-11hwmon: (max31827) Return closest value in update_intervalDaniel Matyas1-3/+2
2023-12-11hwmon: (max31827) Update bits with shutdown_write()Daniel Matyas1-4/+11
2023-12-11hwmon: (max31827) Add support for max31828 and max31829Daniel Matyas1-11/+53
2023-12-11hwmon: (max31827) Handle new properties from the devicetreeDaniel Matyas1-6/+69
2023-11-14hwmon: max31827: include regulator headerAntoniu Miclaus1-0/+1
2023-10-28hwmon: (max31827) handle vref regulatorAntoniu Miclaus1-0/+4
2023-10-28hwmon: (max31827) Modify conversion wait timeDaniel Matyas1-1/+1
2023-10-28hwmon: (max31827) Make code cleanerDaniel Matyas1-69/+54
2023-06-26hwmon: max31827: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-06-08hwmon: Add MAX31827 driverDaniel Matyas1-0/+466