aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-12hwmon: (pmbus) Use long variables for register to data conversionsGuenter Roeck1-10/+10
2011-07-01hwmon: (pmbus) Drop check for PMBus revision register in probe functionGuenter Roeck1-8/+3
2011-05-27hwmon: (pmbus) Initialize sysfs attributesGuenter Roeck1-0/+1
2011-05-19hwmon: (pmbus) Use device specific function to read fan configurationGuenter Roeck1-4/+2
2011-05-19hwmon: (pmbus) Expand scope of device specific get_status functionGuenter Roeck1-11/+18
2011-05-19hwmon: (pmbus) Introduce infrastructure to detect sensors and limit registersGuenter Roeck1-514/+421
2011-04-19hwmon: (pmbus) Removed unused variable from struct pmbus_dataGuenter Roeck1-1/+0
2011-03-26hwmon: (pmbus) Fix temperature limit register accessGuenter Roeck1-34/+36
2011-03-14hwmon: (pmbus) Fix LINEAR16 data formatGuenter Roeck1-14/+17
2011-03-14hwmon: (pmbus) Continuously update temperature limit registersGuenter Roeck1-4/+10
2011-03-14hwmon: (pmbus) Improve support for paged temperature sensorsGuenter Roeck1-18/+28
2011-03-14hwmon: (pmbus) Improve support for paged fansGuenter Roeck1-30/+40
2011-03-14hwmon: (pmbus) More stringent checking of VOUT_MODE registerGuenter Roeck1-3/+4
2011-03-14hwmon: PMBus device driverGuenter Roeck1-0/+1628