summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2021-04-20hwmon: Switch to using the new API kobj_to_dev()Yang Li
2021-04-20hwmon: (adm9240) Convert to devm_hwmon_device_register_with_info APIGuenter Roeck
2021-04-20hwmon: (adm9240) Store i2c device instead of client in local dataGuenter Roeck
2021-04-20hwmon: (adm9240) Drop log messages from detect functionGuenter Roeck
2021-03-30hwmon: (scmi) port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi
2021-03-25hwmon: (ntc_thermistor): try reading processedLinus Walleij
2021-03-23hwmon: raspberry-pi: Clean-up few drivers by using managed work initMatti Vaittinen
2021-03-08hwmon: acpi_power_meter: Get rid of ACPICA message printingRafael J. Wysocki
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