summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-22Merge tag 'hwmon-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-12hwmon: add Texas Instruments TPS23861 driverRobert Marko
2021-02-11hwmon: (da9052) Switch to using the new API kobj_to_dev()Tian Tao
2021-02-11hwmon: (amd_energy) Add AMD family 19h model 30h x86 matchNaveen Krishna Chatradhi
2021-02-01hwmon: (pmbus/max31785) Support revision "B"Matthew Barth
2021-02-01hwmon: (pmbus/lm25066) Remove unnecessary pmbus_clear_cache function callErik Rosen
2021-02-01hwmon: (pmbus) Clear sensor data after chip writeErik Rosen
2021-01-29hwmon: (pmbus/max16601) Add support for MAX16508Guenter Roeck
2021-01-29hwmon: (pmbus/max16601) Determine and use number of populated phasesGuenter Roeck
2021-01-28hwmon: (lm70) Use device_get_match_data()Stephen Boyd
2021-01-27hwmon: (pmbus) Simplify the calculation of variablesJiapeng Zhong
2021-01-27hwmon: (aht10) Unlock on error in aht10_read_values()Dan Carpenter
2021-01-27hwmon: (pwm-fan) stop using legacy PWM functions and some cleanupsUwe Kleine-König
2021-01-27hwmon: Add AHT10 Temperature and Humidity Sensor DriverJohannes Cornelis Draaijer (datdenkikniet)
2021-01-27hwmon: (applesmc) Assign boolean values to a bool variableJiapeng Zhong
2021-01-27hwmon: (nct6683) Support ASRock boardsBlaž Hrastnik
2021-01-27hwmon: (aspeed-pwm-tacho) Switch to using the new API kobj_to_dev()Tian Tao
2021-01-27hwmon: (max6650) Switch to using the new API kobj_to_dev()Tian Tao
2021-01-27hwmon: (pwm-fan) Support multiple fan tachometersPaul Barker
2021-01-27hwmon: (pwm-fan) Store tach data separatelyPaul Barker
2021-01-27hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()Tian Tao
2021-01-27hwmon: (pmbus/ibm-cffps) Set the PMBUS_NO_CAPABILITY flagEddie James
2021-01-27hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flagEddie James
2021-01-27hwmon: (k10temp) Zen3 Ryzen Desktop CPUs supportGabriel Craciunescu
2021-01-27hwmon: (abx500) Decomission abx500 driverGuenter Roeck
2021-01-27hwmon: (w83627ehf) Switch to using the new API kobj_to_dev()Tian Tao
2021-01-27hwmon: (smsc47m1) Remove 'h' from printk format specifierTom Rix
2021-01-27hwmon: (pc87360) convert comma to semicolonZheng Yongjun
2021-01-27hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklistThomas Hebb
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano
2021-01-08hwmon: (amd_energy) fix allocation of hwmon_channel_info configDavid Arcari
2020-12-30hwmon: (pwm-fan) Ensure that calculation doesn't discard big period valuesUwe Kleine-König
2020-12-22hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUsGuenter Roeck
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-12hwmon: (sbtsi) Add basic support for SB-TSI sensorsKun Yi
2020-12-11hwmon: (iio_hwmon) Drop bogus __refdata annotationGeert Uytterhoeven
2020-12-11hwmon: (xgene) Drop bogus __refdata annotationGeert Uytterhoeven
2020-12-11hwmon: (occ) Add new temperature sensor typeEddie James
2020-12-11hwmon: (ltc2992) Fix less than zero comparisons with an unsigned integerColin Ian King
2020-12-11hwmon: (ltc2992) Add support for GPIOs.Alexandru Tachici
2020-12-11hwmon: (ltc2992) Add supportAlexandru Tachici
2020-12-11hwmon: (pmbus) Driver for Delta power supplies Q54SJ108A2xiao.ma
2020-12-07hwmon: Add driver for STMicroelectronics PM6764 Voltage RegulatorCharles
2020-12-02hwmon: (nct6683) Support NCT6687D.David Bartley
2020-12-02hwmon: (applesmc) Add DMI product matches for Intel-based Xserves (non-RackMac*)Joe Jamison
2020-12-02hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker
2020-12-02hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker