summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-11hwmon: (max31827) Handle new properties from the devicetreeDaniel Matyas
2023-12-11hwmon: (corsair-cpro) use NULL instead of 0Marius Zachmann
2023-12-11hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf
2023-12-11hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf
2023-12-11hwmon: (dell-smm) Introduce helper function for data initArmin Wolf
2023-12-11hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf
2023-12-11hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf
2023-12-11hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6James Seo
2023-12-11hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko
2023-12-11hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko
2023-12-11hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko
2023-12-11hwmon: (peci/dimmtemp) Bump timeoutPatrick Rudolph
2023-12-11hwmon: (pc87360) Bounds check data->innr usageKees Cook
2023-12-11hwmon: (nct6775) Fix fan speed set failure in automatic modeXing Tong Wu
2023-12-11hwmon: (nct6775) Add support for 2 additional fan controlsXing Tong Wu
2023-12-11hwmon: (pmbus) Add support for MPS Multi-phase mp5990Peter Yin
2023-12-11hwmon: (lm25066) Use i2c_get_match_data()Rob Herring
2023-12-11hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexesGuenter Roeck
2023-12-11hwmon: (nct6775-platform) Explicitly initialize nct6775_sio_names indexesKees Cook
2023-12-11hwmon: (nct6775-i2c) Use i2c_get_match_data()Rob Herring
2023-12-11hwmon: (max6650) Use i2c_get_match_data()Rob Herring
2023-12-11hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fa...Gustavo A. R. Silva
2023-12-11hwmon: Fix some kernel-doc commentsYang Li
2023-12-11hwmon: (emc1403) Add support for EMC1442Delphine CC Chiu
2023-12-11hwmon: (ltc2991) remove device reference from stateAntoniu Miclaus
2023-12-11hwmon: (npcm750-pwm-fan) Add NPCM8xx supportTomer Maimon
2023-12-09Merge tag 'gpio-fixes-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-12-09Merge tag 'usb-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-09Merge tag 'tty-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-12-08Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-12-08Merge tag 'pm-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-12-08Merge tag 'acpi-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-12-08Merge tag 'hwmon-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-08Merge tag 'pwm/for-6.7-rc5-fixes' of https://git.pengutronix.de/git/ukl/linuxLinus Torvalds
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-08hwmon: (corsair-psu) Fix probe when built-inArmin Wolf
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-08Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linu...Dave Airlie
2023-12-08Merge tag 'amd-drm-fixes-6.7-2023-12-06' of https://gitlab.freedesktop.org/ag...Dave Airlie
2023-12-08Merge tag 'drm-misc-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-08Merge tag 'drm-intel-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2023-12-07ACPI: utils: Fix error path in acpi_evaluate_reference()Rafael J. Wysocki