aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-29hwmon: (pmbus/max16601) Add support for MAX16508Guenter Roeck2-22/+56
2021-01-29hwmon: (pmbus/max16601) Determine and use number of populated phasesGuenter Roeck1-1/+16
2021-01-28hwmon: (lm70) Use device_get_match_data()Stephen Boyd1-15/+5
2021-01-27hwmon: (pmbus) Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-27hwmon: (aht10) Unlock on error in aht10_read_values()Dan Carpenter1-1/+3
2021-01-27hwmon: (pwm-fan) stop using legacy PWM functions and some cleanupsUwe Kleine-König1-28/+20
2021-01-27hwmon: Add AHT10 Temperature and Humidity Sensor DriverJohannes Cornelis Draaijer (datdenkikniet)3-0/+357
2021-01-27hwmon: (applesmc) Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-27hwmon: (nct6683) Support ASRock boardsBlaž Hrastnik1-0/+3
2021-01-27hwmon: (aspeed-pwm-tacho) Switch to using the new API kobj_to_dev()Tian Tao1-2/+2
2021-01-27hwmon: (max6650) Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2021-01-27hwmon: (pwm-fan) Support multiple fan tachometersPaul Barker1-38/+53
2021-01-27hwmon: (pwm-fan) Store tach data separatelyPaul Barker1-20/+32
2021-01-27hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2021-01-27hwmon: (pmbus/ibm-cffps) Set the PMBUS_NO_CAPABILITY flagEddie James1-1/+1
2021-01-27hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flagEddie James1-3/+5
2021-01-27hwmon: (k10temp) Zen3 Ryzen Desktop CPUs supportGabriel Craciunescu1-1/+2
2021-01-27hwmon: (abx500) Decomission abx500 driverGuenter Roeck5-794/+0
2021-01-27hwmon: (w83627ehf) Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2021-01-27hwmon: (smsc47m1) Remove 'h' from printk format specifierTom Rix1-1/+1
2021-01-27hwmon: (pc87360) convert comma to semicolonZheng Yongjun1-2/+2
2021-01-27hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklistThomas Hebb1-0/+7
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas1-2/+2
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano1-1/+0
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