summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-273-3/+0
* Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-191-16/+6
|\
| * platform/x86: wmi: Pass event data directly to legacy notify handlersArmin Wolf2024-09-051-16/+6
* | Merge tag 'hwmon-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-1850-2669/+3289
|\ \
| * | hwmon: Remove devm_hwmon_device_unregister() API functionGuenter Roeck2024-09-131-18/+0
| * | hwmon: (sch5636) Print unknown ID in error string via %*pEAndy Shevchenko2024-09-121-2/+1
| * | hwmon: (sht21) Use %*ph to print small bufferAndy Shevchenko2024-09-121-4/+1
| * | hwmon: (pmbus/mpq7932) Constify struct regulator_descChristophe JAILLET2024-09-091-1/+1
| * | hwmon: pmbus: pli12096bc: Add write delayPatrick Rudolph2024-09-021-25/+1
| * | hwmon: pmbus: zl6100: Use generic codePatrick Rudolph2024-09-021-58/+8
| * | hwmon: pmbus: ucd9000: Use generic codePatrick Rudolph2024-09-021-62/+2
| * | hwmon: pmbus: max15301: Use generic codePatrick Rudolph2024-09-021-91/+1
| * | hwmon: pmbus: Implement generic bus access delayPatrick Rudolph2024-09-022-6/+96
| * | hwmon: (ina2xx) Use shunt voltage to calculate currentGuenter Roeck2024-08-301-1/+13
| * | hwmon: (ina2xx) Add support for current limitsGuenter Roeck2024-08-301-2/+59
| * | hwmon: (ina2xx) Pass register to alert limit write functionsGuenter Roeck2024-08-301-10/+11
| * | hwmon: (ina2xx) Convert to use with_info hwmon APIGuenter Roeck2024-08-301-202/+293
| * | hwmon: (ina2xx) Move ina2xx_get_value()Guenter Roeck2024-08-301-36/+36
| * | hwmon: (ina2xx) Set alert latchGuenter Roeck2024-08-301-2/+5
| * | hwmon: (ina2xx) Consolidate chip initialization codeGuenter Roeck2024-08-301-68/+43
| * | hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck2024-08-301-12/+20
| * | hwmon: (ina2xx) Re-initialize chip using regmap functionsGuenter Roeck2024-08-301-9/+41
| * | hwmon: (ina2xx) Use local regmap pointer if used more than onceGuenter Roeck2024-08-301-13/+10
| * | hwmon: (ina2xx) Mark regmap_config as constGuenter Roeck2024-08-301-10/+2
| * | hwmon: (ina2xx) Use bit operationsGuenter Roeck2024-08-301-42/+42
| * | hwmon: (ina2xx) Replace platform data with device propertiesGuenter Roeck2024-08-301-12/+4
| * | hwmon: (ina2xx) Reorder include files to alphabetic orderGuenter Roeck2024-08-301-8/+7
| * | hwmon: (oxp-sensors) Add missing breaks to fix -Wimplicit-fallthrough with clangNathan Chancellor2024-08-281-0/+4
| * | hwmon: (pwmfan) Do not force disable pwm controllerJohannes Kirchmair2024-08-271-5/+6
| * | hwmon: (pc87360) Use min() macroShen Lichuan2024-08-271-1/+1
| * | hwmon: Add sophgo SG2042 external hardware monitor supportInochi Amaoto2024-08-273-0/+400
| * | hwmon: (tmp464): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+2
| * | hwmon: (tmp421): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+2
| * | hwmon: (npcm750-pwm-fan): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-3/+2
| * | hwmon: (nct7802): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+2
| * | hwmon: (lm90): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+2
| * | hwmon: (ina3221): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+2
| * | hwmon: (aspeed-pwm-tacho): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-5/+3
| * | hwmon: (aspeed-g6-pwm-tacho): Simplify with scoped for each OF child loopJinjie Ruan2024-08-271-3/+1
| * | hwmon: (k10temp): Use cpu_feature_enabled() for detecting zenMario Limonciello2024-08-271-16/+10
| * | hwmon: (oxp-sensors) Add support for multiple new devices.Derek J. Clark2024-08-271-45/+254
| * | hwmon: (stts751) Add "st" vendor prefix to "stts751" compatible stringRob Herring (Arm)2024-08-271-1/+1
| * | hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu2024-08-271-0/+1
| * | hwmon: (sch5627) Remove unused declaration sch56xx_watchdog_unregister()Yue Haibing2024-08-271-1/+0
| * | hwmon: (gsc-hwmon) fix module autoloadingLiao Chen2024-08-271-0/+1
| * | hwmon: Add thermal sensor driver for Surface Aggregator ModuleMaximilian Luz2024-08-273-0/+247
| * | hwmon: (nct6775) add G15CF to ASUS WMI monitoring listDenis Pauk2024-08-271-0/+1
| * | hwmon: (chipcap2) Drop cc2_disable() in the probe and return dev_err_probe()Javier Carrasco2024-08-271-22/+11
| * | hwmon: (lm92) Update documentationGuenter Roeck2024-08-271-1/+1
| * | hwmon: (lm92) Convert to with_info hwmon APIGuenter Roeck2024-08-271-145/+174