summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2026-08-03hwmon: occ: validate poll response sensor blocksPengpeng Hou1-8/+30
2026-08-03hwmon: (asus-ec-sensors) add missed handle for ENOMEMEugene Shalygin1-3/+5
2026-08-03hwmon: (asus-ec-sensors) fix EC read intervalsEugene Shalygin1-4/+4
2026-08-03hwmon: (asus-ec-sensors) fix looping over banks while reading from ECEugene Shalygin1-1/+1
2026-08-03hwmon: (pmbus/max34440) block unsupported VIN and IIN limit registersAlexis Czezar Torreno1-0/+80
2026-08-03hwmon: (pmbus/max34440): add support adpm12250Alexis Czezar Torreno1-3/+42
2026-08-03hwmon: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)185-684/+684
2026-08-03hwmon: Drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)4-7/+7
2026-08-03hwmon: (nzxt-kraken3) Stop device IO before calling hid_hw_stopGuenter Roeck1-2/+4
2026-08-03hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+1
2026-08-03hwmon: (gigabyte_waterforce) Stop device IO before calling hid_hw_stopGuenter Roeck1-1/+3
2026-08-03hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stopGuenter Roeck1-0/+1
2026-08-03hwmon: (corsair-psu) Stop device IO before calling hid_hw_stopEdward Adam Davis1-0/+1
2026-07-24hwmon: (asus_atk0110) Check package count before accessing elementHyeongJun An1-0/+3
2026-07-24hwmon: (max1619) add missing 'select REGMAP' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (occ) unregister sysfs devices outside occ lockRunyu Xiao2-6/+29
2026-07-24hwmon: (w83793) remove vrm sysfs file on probe failurePengpeng Hou1-0/+1
2026-07-24hwmon: (w83627hf) remove VID sysfs files on error and removePengpeng Hou1-0/+4
2026-07-24hwmon: (max6697) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (ltc2992) add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-07-24hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zeroGuenter Roeck1-1/+4
2026-07-24hwmon: (pmbus) Fix passing events to regulator coreGuenter Roeck1-4/+9
2026-07-24hwmon: adm1275: Prevent reading uninitialized stackMatti Vaittinen1-1/+1
2026-07-24hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid()Abdurrahman Hussain1-3/+21
2026-07-24hwmon: (gpd-fan): fix race condition between device removal and sysfs accessPei Xiao1-11/+16
2026-07-24hwmon: (gpd-fan): Initialize EC before registering hwmon devicePei Xiao1-3/+1
2026-07-24hwmon: (gpd-fan): drop global driver data and use per-device allocationPei Xiao1-94/+115
2026-07-24hwmon: (it87) Clamp negative values to zero in set_fan()Nikita Zhandarovich1-0/+3
2026-05-21hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lockAbdurrahman Hussain1-0/+1
2026-05-21hwmon: (pmbus/adm1266) serialize NVMEM blackbox read with pmbus_lockAbdurrahman Hussain1-0/+2
2026-05-21hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses with pmbus_lockAbdurrahman Hussain1-0/+6
2026-05-21hwmon: (pmbus/adm1266) register the nvmem device after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-05-21hwmon: (pmbus/adm1266) register the gpio_chip after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-05-21hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessorsAbdurrahman Hussain1-0/+6
2026-05-21hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO read in get_multipleAbdurrahman Hussain1-1/+0
2026-05-21hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NRAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized bufferAbdurrahman Hussain1-1/+3
2026-05-21hwmon: (pmbus/adm1266) include adapter number in GPIO line labelAbdurrahman Hussain1-2/+3
2026-05-21hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read bufferAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) reject implausible blackbox record_countAbdurrahman Hussain1-0/+3
2026-05-21hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAXAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) seed timestamp from the real-time clockAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (lenovo-ec-sensors): Fix EC "MCHP" signature validation logicKean Ren1-3/+3
2026-05-21hwmon: (lenovo-ec-sensors): Convert to devm_request_region()Kean Ren1-10/+4
2026-05-16hwmon: (lm90) Add lock protection to lm90_alertGuenter Roeck1-0/+2
2026-05-16hwmon: (lm90) Stop work before releasing hwmon deviceGuenter Roeck1-4/+20
2026-05-12hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+6
2026-05-12hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-08hwmon: (ads7871) Fix endianness bug in 16-bit register readsTabrez Ahmed1-1/+5
2026-05-08hwmon: (lm75) Fix configuration register writes.Markus Stockhausen1-1/+1