aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas1-2/+2
2021-01-08hwmon: (amd_energy) fix allocation of hwmon_channel_info configDavid Arcari1-1/+2
2020-12-30hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König1-1/+11
2020-12-22hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUsGuenter Roeck1-98/+0
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-12-12hwmon: (sbtsi) Add basic support for SB-TSI sensorsKun Yi3-0/+261
2020-12-11hwmon: (iio_hwmon) Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-11hwmon: (xgene) Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-11hwmon: (occ) Add new temperature sensor typeEddie James1-0/+75
2020-12-11hwmon: (ltc2992) Fix less than zero comparisons with an unsigned integerColin Ian King1-5/+5
2020-12-11hwmon: (ltc2992) Add support for GPIOs.Alexandru Tachici2-1/+160
2020-12-11hwmon: (ltc2992) Add supportAlexandru Tachici3-0/+825
2020-12-11hwmon: (pmbus) Driver for Delta power supplies Q54SJ108A2xiao.ma3-0/+432
2020-12-07hwmon: Add driver for STMicroelectronics PM6764 Voltage RegulatorCharles3-0/+85
2020-12-02hwmon: (nct6683) Support NCT6687D.David Bartley1-2/+12
2020-12-02hwmon: (applesmc) Add DMI product matches for Intel-based Xserves (non-RackMac*)Joe Jamison1-0/+4
2020-12-02hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker1-44/+70
2020-12-02hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker1-17/+33
2020-12-02hwmon: (abx500) Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-12-02hwmon: (max127) Add Maxim MAX127 hardware monitoring driverTao Ren3-0/+362
2020-12-02hwmon: drivetemp: fix typo temperatire => temperatureCorentin Labbe1-1/+1
2020-12-02hwmon: (amd_energy) Add AMD family 19h model 01h x86 matchNaveen Krishna Chatradhi1-0/+1
2020-12-02hwmon: (corsair-psu) Fix fan rpm calculationWilken Gottwalt1-6/+1
2020-12-02hwmon: (ibmpowernv) Silence strncpy() warningLee Jones1-1/+1
2020-12-02hwmon: (ina3221) Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-12-02hwmon: (adm1177) Fix kerneldoc attribute formattingLee Jones1-5/+5
2020-12-02hwmon: (corsair-psu) fix unintentional sign extension issueColin Ian King1-1/+1
2020-12-02hwmon: add Corsair PSU HID controller driverWilken Gottwalt3-0/+619
2020-12-02hwmon: (pmbus) shrink code and remove pmbus_do_remove()Bartosz Golaszewski30-40/+9
2020-12-02hwmon: (adt7470) Create functions for updating readings and limitsChris Packham1-36/+118
2020-12-02hwmon: (pmbus/max20730) delete some dead codeDan Carpenter1-2/+0
2020-12-02hwmon: (acpi_power_meter) clean up freeing codeDan Carpenter1-5/+4
2020-12-02hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enableZhang Qilong1-1/+1
2020-11-22hwmon: (scmi) Update hwmon internal scale data typeCristian Marussi1-1/+1
2020-11-13hwmon: (amd_energy) modify the visibility of the countersNaveen Krishna Chatradhi1-1/+1
2020-11-12hwmon: (applesmc) Re-work SMC commsBrad Campbell1-48/+82
2020-11-12hwmon: (pwm-fan) Fix RPM calculationPaul Barker1-7/+9
2020-11-03hwmon: (pmbus) Add mutex locking for sysfs readsRobert Hancock1-3/+10
2020-10-26hwmon: (pmbus/max20730) use scnprintf() instead of snprintf()Dan Carpenter1-13/+13
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-19/+9
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+153
2020-10-06hwmon: (pmbus/max20730) adjust the vout reading given voltage dividerChu Lin1-0/+18
2020-10-06hwmon: Add hardware monitoring driver for Moortec MR75203 PVT controllerRahul Tanwar3-0/+667
2020-10-05hwmon: (mlxreg-fan) Fix double "Mellanox"Geert Uytterhoeven1-1/+1
2020-10-05hwmon: (pmbus/max20730) add device monitoring via debugfsUgur Usug1-1/+362
2020-10-05hwmon: (pmbus/max34440) Fix OC fault limitsSteve Foreman1-0/+23
2020-10-04hwmon: (bt1-pvt) Wait for the completion with timeoutSerge Semin1-1/+12
2020-10-04hwmon: (bt1-pvt) Cache current update timeoutSerge Semin2-39/+49
2020-10-04hwmon: (bt1-pvt) Test sensor power supply on probeSerge Semin1-0/+40