summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-02pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLBBenoît Monin2-2/+97
2026-03-02pinctrl: eyeq5: Use match dataBenoît Monin1-130/+214
2026-03-02drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()Elsanti1-2/+1
2026-03-02gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()Tzung-Bi Shih2-4/+0
2026-03-02wifi: mac80211_hwsim: Advertise support for (Re)Association frame encryptionKavita Kavita1-0/+2
2026-03-02wifi: mac80211: Fix AAD/Nonce computation for management frames with MLOSai Pratyusha Magam1-1/+45
2026-03-02wifi: rt2x00: use generic nvmem_cell_getRosen Penev1-2/+2
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R4-4/+6
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R4-4/+6
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit14-89/+102
2026-03-02wifi: iwlegacy: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva4-5/+14
2026-03-02wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges1-1/+1
2026-03-02wifi: mac80211_hwsim: background CAC supportJanusz Dziedzic2-0/+79
2026-03-02bus: mhi: host: pci_generic: Add Qualcomm SDX35 modemKrishna Chaitanya Chundru1-0/+12
2026-03-02wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()Zilin Guan1-0/+1
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie202-3812/+7422
2026-03-02thunderbolt: Disable CLx on Titan Ridge-based devices with old firmwareRene Sapiens1-0/+7
2026-03-02thunderbolt: Read router NVM version before applying quirksRene Sapiens1-4/+26
2026-03-02PCI: epf-mhi: Return 0, not remaining timeout, when eDMA ops completeDaniel Hodges1-0/+4
2026-03-02firmware: cs_dsp: Add API to hibernate the DSPStefan Binding1-4/+45
2026-03-02regulator: mt6363: Fix incorrect and redundant IRQ disposal in probeFelix Gu1-3/+1
2026-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-21/+45
2026-03-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-50/+96
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov133-556/+1170
2026-03-01gpu: nova-core: Kconfig: Sort select statements alphabeticallyJoel Fernandes1-1/+1
2026-03-01iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by oneDavid Lechner1-1/+1
2026-03-01iio: hid-sensors: Use software triggerSrinivas Pandruvada1-18/+30
2026-03-01iio: hid-sensor-gyro-3d: fix typo in array nameBhargav Joshi1-3/+3
2026-03-01iio: adc: ad7768-1: add support for SPI offloadJonathan Santos2-3/+185
2026-03-01iio: adc: ad7768-1: disable IRQ autoenableJonathan Santos1-1/+17
2026-03-01iio: adc: ad7768-1: remove switch to one-shot modeJonathan Santos1-17/+4
2026-03-01iio: adc: ad7768-1: fix one-shot mode data acquisitionJonathan Santos1-2/+7
2026-03-01iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224Marcelo Schmitt1-3/+198
2026-03-01iio: adc: ad4030: Add SPI offload supportMarcelo Schmitt2-18/+396
2026-03-01iio: adc: fix typos found by codespellGiorgi Tchankvetadze24-29/+29
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili1-7/+21
2026-03-01iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tapTaha Ed-Dafili1-1/+3
2026-03-01iio: core: Add IIO_EV_INFO_SCALE to event infoTaha Ed-Dafili1-0/+1
2026-03-01iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu1-5/+3
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore1-1/+1
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore1-8/+13
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore1-1/+6
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore1-1/+1
2026-03-01iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer onlyFrancesco Lavra1-1/+10
2026-03-01iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope onlyFrancesco Lavra1-0/+4
2026-03-01iio: dac: mcp47feb02: Fix mutex used before initializationFelix Gu1-2/+0
2026-03-01iio: adc: ade9000: fix wrong return type in streaming pushGiorgi Tchankvetadze1-1/+1
2026-03-01iio: adc: ade9000: fix wrong register in CALIBBIAS case for active powerGiorgi Tchankvetadze1-1/+1
2026-03-01iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0Antoniu Miclaus1-1/+1