summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hwmon: (pwm-fan) split __set_pwm into locked/unlocked functionsAlexander Stein2022-09-251-8/+15
| * | | hwmon: (pwm-fan) Add dedicated power switch functionAlexander Stein2022-09-251-15/+31
| * | | hwmon: (pwm-fan) Simplify enable/disable checkAlexander Stein2022-09-251-9/+34
| * | | hwmon: (pwm-fan) Refactor fan power on/offAlexander Stein2022-09-251-6/+30
| * | | hwmon: (pmbus) Add driver for the TEXAS TPS546D24 Buck Converter.Duke Du2022-09-253-0/+81
| * | | drivers: hwmon: Add max31760 fan speed controller driverIbrahim Tilki2022-09-203-0/+609
| * | | hwmon: (mr75203) fix coding style space errorsEliav Farber2022-09-191-20/+20
| * | | hwmon: (mr75203) add debugfs to read and write temperature coefficientsEliav Farber2022-09-191-0/+62
| * | | hwmon: (mr75203) parse temperature coefficients from device-treeEliav Farber2022-09-191-0/+9
| * | | hwmon: (mr75203) add support for series 6 temperature equationEliav Farber2022-09-191-4/+62
| * | | hwmon: (aspeed-pwm-tacho) Add dependency on ARCH_ASPEEDPeter Robinson2022-09-191-0/+1
| * | | hwmon: (mr75203) modify the temperature equation according to series 5 datasheetEliav Farber2022-09-191-8/+25
| * | | hwmon: (mr75203) add VM pre-scaler x2 supportEliav Farber2022-09-191-2/+53
| * | | hwmon: (mr75203) add VM active channel supportEliav Farber2022-09-191-22/+99
| * | | hwmon: (nzxt-smart2) add another USB IDAleksandr Mezin2022-09-191-0/+1
| * | | hwmon: (emc2305) Remove unnecessary range checkGuenter Roeck2022-09-191-2/+0
| * | | hwmon: (mr75203) skip reset-control deassert for SOCs that don't support itEliav Farber2022-09-191-4/+7
| * | | hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow NextAleksa Savic2022-09-192-6/+91
| * | | hwmon: (tps23861) create unique debugfs directory per deviceAlexandru Gagniuc2022-09-191-3/+11
| * | | hwmon: (tps23861) reduce count of i2c transactions for port_statusAlexandru Gagniuc2022-09-191-55/+24
| * | | hwmon: (emc2305) Remove unused including <linux/version.h>Jiapeng Chong2022-09-191-1/+0
| * | | hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Contro...Michael Shych2022-09-193-0/+638
| * | | hwmon: (max31790) add fanN_enableJustin Ledford2022-09-191-7/+31
| * | | hwmon: (pwm-fan) Replace OF specific call to PWM by plain oneAndy Shevchenko2022-09-191-1/+1
| * | | hwmon: (sparx5) Use devm_clk_get_enabled() helperChristophe JAILLET2022-09-191-18/+1
| * | | hwmon: (dell-smm) Improve warning messagesArmin Wolf2022-09-191-4/+10
| * | | hwmon: (iio_hwmon) Make use of device propertiesAndy Shevchenko2022-09-191-3/+5
| * | | hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-1956-63/+63
| * | | hwmon: (corsair-psu) add reporting of rail mode via debugfsWilken Gottwalt2022-09-191-1/+28
| * | | hwmon: (aquacomputer_d5next) Add support for reading virtual temp sensorsAleksa Savic2022-09-191-7/+81
| * | | hwmon: (asus_wmi_ec_sensors) remove driverEugene Shalygin2022-09-193-638/+0
| * | | hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx APILiang He2022-09-191-0/+1
| * | | hwmon: (aquacomputer_d5next) Fix Quadro fan speed offsetsAleksa Savic2022-09-191-1/+1
* | | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0521-64/+28
|\ \ \ \
| * | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-165-219/+293
| |\| | |
| * | | | i2c: Make remove callback return voidUwe Kleine-König2022-08-1621-64/+28
| | |/ / | |/| |
* | | | Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-043-19/+19
|\ \ \ \
| * | | | hwmon/drivers/core: Switch to new of thermal APIDaniel Lezcano2022-08-172-14/+14
| * | | | hwmon: pm_bus: core: Switch to new of thermal APIDaniel Lezcano2022-08-171-5/+5
| |/ / /
* | | | Merge branch 'acpi-dev'Rafael J. Wysocki2022-09-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPI: Rename acpi_bus_get/put_acpi_device()Rafael J. Wysocki2022-08-231-1/+1
| |/ /
* | | hwmon: (asus-ec-sensors) autoload module via DMI dataEugene Shalygin2022-09-091-186/+222
* | | hwmon: (mr75203) enable polling for all VM channelsEliav Farber2022-09-081-0/+13
* | | hwmon: (mr75203) fix multi-channel voltage readingEliav Farber2022-09-081-12/+17
* | | hwmon: (mr75203) fix voltage equation for negative source inputEliav Farber2022-09-081-2/+12
* | | hwmon: (mr75203) update pvt->v_num and vm_num to the actual number of used se...Eliav Farber2022-09-081-0/+2
* | | hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not definedEliav Farber2022-09-081-8/+6
* | | hwmon: (tps23861) fix byte order in resistance registerAlexandru Gagniuc2022-09-061-4/+6
| |/ |/|
* | hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf2022-08-301-0/+3
* | hwmon: (pmbus) Fix vout margin cachingVincent Whitchurch2022-08-171-2/+8