summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-03hwmon: (ftsteutates) Replace fanX_source with pwmX_auto_channels_tempArmin Wolf1-49/+28
2023-02-03hwmon: (ftsteutates) Convert to devm_hwmon_device_register_with_info()Armin Wolf1-328/+204
2023-02-03hwmon: (it87) Set second Super-IO chip in configuration modeFrank Crawford1-0/+48
2023-02-03hwmon: (it87) Allow calling __superio_enter outside muxed regionFrank Crawford1-4/+9
2023-02-03hwmon: ibmpex: remove unnecessary (void*) conversionsXU pengfei1-1/+1
2023-02-03hwmon: (nct6775) B650/B660/X670 ASUS boards supportDenis Pauk1-0/+52
2023-02-03hwmon: (nct6775) Directly call ASUS ACPI WMI methodDenis Pauk2-30/+70
2023-02-03hwmon: (hih6130) fix kernel-doc warningsRandy Dunlap1-2/+2
2023-02-03hwmon: (sht15,sht21) fix kernel-doc warningsRandy Dunlap2-6/+6
2023-02-03hwmon: (emc2305) fix kernel-doc warningsRandy Dunlap1-11/+13
2023-02-03hwmon: (gxp-fan-ctrl) Add GXP fan controllerNick Hawkins3-0/+265
2023-02-03hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-02-03hwmon: (aquacomputer_d5next) Add support for reading calculated Aquaero sensorsAleksa Savic1-5/+44
2023-02-03hwmon: (aht10) Fix some kernel-doc commentsYang Li1-2/+1
2023-02-03hwmon: (ftsteutates) Use devm_watchdog_register_device()Armin Wolf1-9/+1
2023-02-03hwmon: (oxp-sensors) Add AYANEO AIR and AIR ProDerek J. Clark1-9/+43
2023-02-03hwmon: (aquacomputer_d5next) Support sensors for Aquacomputer AquaeroLeonard Anderweit1-9/+99
2023-02-03hwmon: (aquacomputer_d5next) Make fan sensor offsets u16Leonard Anderweit1-4/+4
2023-02-03hwmon: (aquacomputer_d5next) Device dependent serial number and firmware offsetsLeonard Anderweit1-7/+14
2023-02-03hwmon: (aquacomputer_d5next) Add structure for fan layoutLeonard Anderweit1-4/+24
2023-02-03hwmon: (aquacomputer_d5next) Restructure flow sensor readingLeonard Anderweit1-8/+18
2023-02-03hwmon: (aquacomputer_d5next) Rename AQC_TEMP_SENSOR_SIZE to AQC_SENSOR_SIZELeonard Anderweit1-5/+5
2023-02-03hwmon: (pmbus/mpq7932) Add a support for mpq7932 Power Management ICSaravanan Sekar3-0/+173
2023-02-03hwmon: (pmbus/core) Add min_uV in pmbus regulator helper macroSaravanan Sekar2-10/+11
2023-02-03hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUsMarcelo Tosatti1-0/+4
2023-02-03hwmon: (nzxt-smart2) Add device idHerman Fries1-0/+1
2023-02-03hwmon: (asus-ec-sensors) add missing mutex pathEugene Shalygin1-0/+1
2023-02-03hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocationZev Weiss1-1/+1
2023-01-04hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()Zev Weiss1-1/+1
2023-01-04hwmon: (ftsteutates) Fix scaling of measurementsArmin Wolf1-6/+13
2023-01-01Merge tag 'drm-fixes-2023-01-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-45/+212
2022-12-31Merge tag 'ata-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-9/+23
2022-12-30Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-83/+80
2022-12-30Merge branches 'acpi-resource' and 'acpi-video'Rafael J. Wysocki4-9/+67
2022-12-30drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula1-1/+1
2022-12-30drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula3-3/+95
2022-12-30drm/i915/uc: Fix two issues with over-size firmware filesJohn Harrison1-14/+28
2022-12-30drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld6-26/+82
2022-12-30drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi1-1/+0
2022-12-30drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda1-1/+7
2022-12-30Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds7-57/+103
2022-12-28nvme-auth: fix smatch warning complaintsSagi Grimberg1-1/+1
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig1-4/+24
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig1-2/+4
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2022-12-27ata: ahci: Fix PCS quirk application for suspendAdam Vodopjan1-9/+23
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig1-4/+5
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig1-1/+1