summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (coretemp) Introduce enum for attr indexZhang Rui2024-02-251-2/+10
* hwmon: Add driver for ASUS ROG RYUJIN II 360 AIO coolerAleksa Savic2024-02-253-0/+620
* hwmon: Add driver for NZXT Kraken X and Z series AIO CPU coolersAleksa Savic2024-02-253-0/+1019
* hwmon: Add support for Amphenol ChipCap 2Javier Carrasco2024-02-253-0/+827
* hwmon: (core) Add support for humidity min/max alarmJavier Carrasco2024-02-251-0/+2
* hwmon: (tmp401) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (sch5627) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (nct7802) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (max31760) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (lm83) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (jc42) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (ina3221) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (emc1403) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (adt7x10) convert to use maple tree register cacheBo Liu2024-02-252-2/+2
* hwmon: (sht3x) read out sensor serial numberStefan Gloor2024-02-251-1/+65
* hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down ConverterCharles Hsu2024-02-253-0/+100
* hwmon: add fan speed monitoring driver for Surface devicesIvor Wanders2024-02-253-0/+106
* hwmon: Add driver for LTC4282Nuno Sa2024-02-253-0/+1794
* hwmon: add fault attribute for voltage channelsNuno Sa2024-02-111-0/+1
* hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASKPatrick Rudolph2024-02-111-1/+1
* hwmon: Drop non-functional I2C_CLASS_HWMON support for drivers w/o detect()Heiner Kallweit2024-02-112-7/+0
* hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit2024-02-1117-17/+0
* hwmon: (nct6683) Add another customer ID for MSIForest Crossman2024-02-111-0/+3
* Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2024-02-105-26/+29
|\
| * Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8Jens Axboe2024-02-084-23/+25
| |\
| | * nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin2024-02-081-1/+1
| | * nvme-core: fix comment to reflect right functionsChaitanya Kulkarni2024-02-071-2/+2
| | * nvme: move passthrough logging attribute to headKeith Busch2024-02-073-18/+17
| | * nvme-host: fix the updating of the firmware versionMaurizio Lombardi2024-02-011-2/+5
| * | virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun2024-02-081-3/+4
| |/
* | Merge tag 'firewire-fixes-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-02-101-1/+17
|\ \
| * | firewire: core: send bus reset promptly on gap count errorTakashi Sakamoto2024-02-071-1/+17
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-02-104-10/+14
|\ \ \
| * | | scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()SEO HOYOUNG2024-02-051-1/+0
| * | | scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()Alice Chao2024-02-051-1/+3
| * | | scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke2024-02-051-6/+6
| * | | scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2024-02-052-2/+5
* | | | Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-0914-62/+65
|\ \ \ \
| * | | | cxl/trace: Remove unnecessary memcpy'sIra Weiny2024-02-031-3/+3
| * | | | cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny2024-02-032-26/+19
| * | | | efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker2024-02-021-9/+10
| * | | | efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker2024-02-022-2/+2
| * | | | efi/libstub: Add one kernel-doc commentYang Li2024-01-301-0/+1
| * | | | x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel2024-01-305-8/+12
| * | | | x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel2024-01-262-12/+16
| * | | | riscv/efistub: Tighten ELF relocation checkArd Biesheuvel2024-01-231-1/+1
| * | | | riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka2024-01-231-1/+1
* | | | | Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-091-4/+6
|\ \ \ \ \
| * | | | | PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignmentDan Carpenter2024-02-071-3/+4
| * | | | | PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter2024-02-071-1/+2
| |/ / / /