summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-01firmware: cs_dsp: Add API to hibernate the DSPStefan Binding-4/+45
2026-03-01regulator: mt6363: Fix incorrect and redundant IRQ disposal in probeFelix Gu-3/+1
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-21/+45
2026-03-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-50/+96
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov-556/+1170
2026-03-01gpu: nova-core: Kconfig: Sort select statements alphabeticallyJoel Fernandes-1/+1
2026-03-01iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by oneDavid Lechner-1/+1
2026-03-01iio: hid-sensors: Use software triggerSrinivas Pandruvada-18/+30
2026-03-01iio: hid-sensor-gyro-3d: fix typo in array nameBhargav Joshi-3/+3
2026-03-01iio: adc: ad7768-1: add support for SPI offloadJonathan Santos-3/+185
2026-03-01iio: adc: ad7768-1: disable IRQ autoenableJonathan Santos-1/+17
2026-03-01iio: adc: ad7768-1: remove switch to one-shot modeJonathan Santos-17/+4
2026-03-01iio: adc: ad7768-1: fix one-shot mode data acquisitionJonathan Santos-2/+7
2026-03-01iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224Marcelo Schmitt-3/+198
2026-03-01iio: adc: ad4030: Add SPI offload supportMarcelo Schmitt-18/+396
2026-03-01iio: adc: fix typos found by codespellGiorgi Tchankvetadze-29/+29
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili-7/+21
2026-03-01iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tapTaha Ed-Dafili-1/+3
2026-03-01iio: core: Add IIO_EV_INFO_SCALE to event infoTaha Ed-Dafili-0/+1
2026-03-01iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu-5/+3
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore-1/+1
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore-8/+13
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore-1/+6
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore-1/+1
2026-03-01iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer onlyFrancesco Lavra-1/+10
2026-03-01iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope onlyFrancesco Lavra-0/+4
2026-03-01iio: dac: mcp47feb02: Fix mutex used before initializationFelix Gu-2/+0
2026-03-01iio: adc: ade9000: fix wrong return type in streaming pushGiorgi Tchankvetadze-1/+1
2026-03-01iio: adc: ade9000: fix wrong register in CALIBBIAS case for active powerGiorgi Tchankvetadze-1/+1
2026-03-01iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0Antoniu Miclaus-1/+1
2026-03-01iio: adc: ade9000: move mutex init before IRQ registrationAntoniu Miclaus-4/+4
2026-03-01iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()Felix Gu-1/+1
2026-03-01iio: adc: ti-ads1119: Fix unbalanced pm reference count in ds1119_single_conv...Felix Gu-1/+1
2026-02-28Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+49
2026-02-28Input: atkbd - fix various formatting issuesDmitry Torokhov-53/+32
2026-02-28Input: atkbd - switch to using explicitly sized typesDmitry Torokhov-15/+15
2026-02-28Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov-5/+3
2026-02-28Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov-5/+1
2026-02-28Input: atkbd - validate scancode in firmware keymap entriesAriel Silver-0/+6
2026-02-28Merge patch series "scsi: target: Add support for completing commands from ba...Martin K. Petersen-11/+110
2026-02-28scsi: vhost-scsi: Report direction completion supportMike Christie-0/+1
2026-02-28scsi: target: Allow userspace to set the completion typeMike Christie-0/+46
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie-1/+14
2026-02-28scsi: target: Add support for completing commands from backend contextMike Christie-11/+50
2026-02-28scsi: sd: Enable sector size > PAGE_SIZE in SCSI sd driverSwarna Prabhu-12/+68
2026-02-28scsi: target: Fix recursive locking in __configfs_open_file()Prithvi Tambewagh-9/+6
2026-02-28scsi: sg: Remove deprecated sg-big-buffYang Erkun-48/+11
2026-02-28scsi: sg: Resolve soft lockup issue when opening /dev/sgXYang Erkun-2/+27
2026-02-28scsi: sg: Fix sysctl sg-big-buff register during sg_init()Yang Erkun-1/+1