summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max31827.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit2024-02-111-1/+0
* hwmon: (max31827) Add custom attribute for resolutionDaniel Matyas2023-12-111-11/+111
* hwmon: (max31827) Return closest value in update_intervalDaniel Matyas2023-12-111-3/+2
* hwmon: (max31827) Update bits with shutdown_write()Daniel Matyas2023-12-111-4/+11
* hwmon: (max31827) Add support for max31828 and max31829Daniel Matyas2023-12-111-11/+53
* hwmon: (max31827) Handle new properties from the devicetreeDaniel Matyas2023-12-111-6/+69
* hwmon: max31827: include regulator headerAntoniu Miclaus2023-11-141-0/+1
* hwmon: (max31827) handle vref regulatorAntoniu Miclaus2023-10-281-0/+4
* hwmon: (max31827) Modify conversion wait timeDaniel Matyas2023-10-281-1/+1
* hwmon: (max31827) Make code cleanerDaniel Matyas2023-10-281-69/+54
* hwmon: max31827: Switch back to use struct i2c_driver::probeUwe Kleine-König2023-06-261-1/+1
* hwmon: Add MAX31827 driverDaniel Matyas2023-06-081-0/+466