summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/pmbus_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2022-08-17hwmon: (pmbus) Fix vout margin cachingVincent Whitchurch1-2/+8
2022-08-17hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messagesChristophe JAILLET1-5/+4
2022-08-17hwmon: pm_bus: core: Switch to new of thermal APIDaniel Lezcano1-5/+5
2022-07-13hwmon: (pmbus) Add list_voltage to pmbus opsMårten Lindahl1-0/+30
2022-07-13hwmon: (pmbus) Introduce and use cached vout marginsMårten Lindahl1-17/+61
2022-07-13hwmon: (pmbus) fix build error unused-functionRen Zhijie1-2/+2
2022-07-13hwmon: (pmbus) add MFR_* registers to debugfsAdam Wujek1-2/+97
2022-07-13hwmon: (pmbus) add a function to check the presence of a block registerAdam Wujek1-0/+28
2022-07-13hwmon: (pmbus) Add IEEE 754 half precision support to PMBus coreGuenter Roeck1-4/+138
2022-07-13hwmon: (pmbus) Move pec attribute to I2C deviceGuenter Roeck1-39/+50
2022-05-22hwmon: (pmbus) Check PEC support before reading other registersAdam Wujek1-13/+15
2022-05-22hwmon: (pmbus) Add get_voltage/set_voltage opsMårten Lindahl1-0/+67
2022-05-22hwmon: (pmbus) Register with thermal for PSC_TEMPERATUREEduardo Valentin1-0/+68
2022-05-20hwmon: (pmbus) Use _pmbus_read_byte_data with callbackMårten Lindahl1-23/+23
2022-05-20hwmon: (pmbus) Introduce and use write_byte_data callbackMårten Lindahl1-3/+21
2022-04-25hwmon: (pmbus) disable PEC if not enabledAdam Wujek1-0/+3
2022-03-17hwmon: (pmbus) Add Vin unit off handlingBrandon Wyman1-1/+1
2022-02-27hwmon: (pmbus) Add get_error_flags support to regulator opsZev Weiss1-0/+114
2022-02-27hwmon: (pmbus) Add mutex to regulator opsPatrick Rudolph1-3/+13
2022-02-22hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola1-0/+5
2021-06-17hwmon: (pmbus) Allow phase function even if it's not on pageErik Rosen1-8/+8
2021-06-17hwmon: (pmbus) Add support for reading direct mode coefficientsErik Rosen1-0/+116
2021-06-17hwmon: (pmbus) Add new pmbus flag NO_WRITE_PROTECTErik Rosen1-3/+5
2021-06-17hwmon: (pmbus_core) Check adapter PEC supportMadhava Reddy Siddareddygari1-3/+6
2021-06-17hwmon: (pmbus) Add new flag PMBUS_READ_STATUS_AFTER_FAILED_CHECKErik Rosen1-0/+2
2021-04-20hwmon: (pmbus) Introduce PMBUS symbol namespaceGuenter Roeck1-19/+19
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck1-4/+4
2021-04-20hwmon: (pmbus) Replace - with _ in device names before registrationChris Packham1-1/+7
2021-04-20hwmon: (pmbus) Add pmbus_set_update() function to set update flagErik Rosen1-0/+11
2021-02-01hwmon: (pmbus) Clear sensor data after chip writeErik Rosen1-1/+1
2021-01-27hwmon: (pmbus) Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-27hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flagEddie James1-3/+5
2020-12-02hwmon: (pmbus) shrink code and remove pmbus_do_remove()Bartosz Golaszewski1-11/+9
2020-11-03hwmon: (pmbus) Add mutex locking for sysfs readsRobert Hancock1-3/+10
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-19/+9
2020-09-23hwmon: (pmbus) Move boolean error condition check to generating codeGuenter Roeck1-5/+6
2020-09-23hwmon: (pmbus) Expose PEC debugfs attributeAndrew Jeffery1-0/+39
2020-09-23hwmon: (pmbus) Stop caching register valuesGuenter Roeck1-117/+89
2020-09-23hwmon (pmbus) use simple i2c probe functionStephen Kitt1-2/+1
2020-09-23hwmon: (pmbus/core) Add support for rated attributesZbigniew Lukwinski1-8/+41
2020-09-08hwmon: pmbus: use more devres helpersBartosz Golaszewski1-19/+9
2020-07-24hwmon: (pmbus/core) Use s64 instead of long for calculationsJosh Lehan1-35/+31
2020-06-23hwmon: (pmbus) Fix page vs. register when accessing fansJan Kundrát1-4/+4
2020-05-22hwmon: (pmbus) Improve initialization of 'currpage' and 'currphase'Guenter Roeck1-4/+4
2020-03-08hwmon: (pmbus) Implement multi-phase supportGuenter Roeck1-22/+63
2020-03-08hwmon: (pmbus) Add 'phase' parameter where needed for multi-phase supportGuenter Roeck1-14/+22
2020-01-23hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modesVadim Pasternak1-0/+8
2020-01-23hwmon: (pmbus/core) Add support for vid mode detection per page basesVadim Pasternak1-1/+1
2020-01-23hwmon: (pmbus) Detect if chip is write protectedGuenter Roeck1-0/+12