aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6621.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-23hwmon: (max6650) Fix minor formatting issuesGuenter Roeck1-5/+4
2019-06-23hwmon: (max6650) Improve error handling in max6650_update_deviceGuenter Roeck1-7/+24
2019-06-23hwmon: (max6650) Read non-volatile registers only onceGuenter Roeck1-8/+15
2019-06-23hwmon: (max6650) Convert to use devm_hwmon_device_register_with_infoGuenter Roeck1-261/+247
2019-06-23hwmon: (max6650) Simplify alarm handlingGuenter Roeck1-6/+3
2019-06-23hwmon: (max6650) Cache alarm_en registerGuenter Roeck1-3/+9
2019-06-23hwmon: (max6650) Declare valid as booleanGuenter Roeck1-2/+2
2019-06-23hwmon: (max6650) Improve error handling in max6650_init_clientGuenter Roeck1-19/+24
2019-06-23hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwmGuenter Roeck1-28/+27
2019-06-23hwmon: (max6650) Use devm function to register thermal deviceGuenter Roeck1-20/+7
2019-06-23hwmon: (core) Add comment describing how hwdev is freed in error pathGuenter Roeck1-0/+6
2019-06-23hwmon: (smsc47m1) fix (suspicious) outside array bounds warningsMasahiro Yamada1-0/+2
2019-06-23hwmon: (pmbus) Add Infineon IRPS5401 driverRobert Hancock3-0/+77
2019-06-23hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct.amy.shih1-9/+63