aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/tps23861.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21hwmon: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-04-19hwmon: tps23861: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-58/+35
2022-09-19hwmon: (tps23861) create unique debugfs directory per deviceGravatar Alexandru Gagniuc 1-3/+11
2022-09-19hwmon: (tps23861) reduce count of i2c transactions for port_statusGravatar Alexandru Gagniuc 1-55/+24
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowGravatar Wolfram Sang 1-4/+6
2022-09-05hwmon: (tps23861) fix byte order in resistance registerGravatar Alexandru Gagniuc 1-4/+6
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-07-21hwmon: (tps23861) fix byte order in current and voltage registersGravatar Alexandru Gagniuc 1-5/+9
2021-06-10hwmon: (tps23861) correct shunt LSB valuesGravatar Robert Marko 1-2/+2
2021-06-10hwmon: (tps23861) set current shunt valueGravatar Robert Marko 1-0/+12
2021-06-10hwmon: (tps23861) define regmap max registerGravatar Robert Marko 1-0/+1
2021-02-12hwmon: add Texas Instruments TPS23861 driverGravatar Robert Marko 1-0/+601