aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-03iio: humidity: hdc2010: remove unused interrupt_configAntoniu Miclaus1-1/+0
2026-03-03iio: dac: ti-dac5571: remove unused id fieldAntoniu Miclaus1-1/+0
2026-03-03iio: dac: adi-axi-dac: remove unused int_tone fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: ti-ads1015: remove unused enabled fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: nau7802: remove unused min_conversions fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: max1363: remove unused requestedmask fieldAntoniu Miclaus1-2/+0
2026-03-03iio: adc: ad9467: remove unused output_mode fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: ad7793: remove unused int_vref_mv fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: ad7768-1: remove unused mclk_div fieldAntoniu Miclaus1-1/+0
2026-03-03iio: adc: ad4080: remove unused dec_rate fieldAntoniu Miclaus1-1/+0
2026-03-03iio: sca3000: manage device registration with devm helperHarshit Mogalapalli1-14/+1
2026-03-03iio: sca3000: stop interrupts via devm_add_action_or_reset()Harshit Mogalapalli1-5/+7
2026-03-03iio: sca3000: use guard(mutex) to simplify return pathsHarshit Mogalapalli1-4/+5
2026-03-03iio: sca3000: make stop_all_interrupts() return voidHarshit Mogalapalli1-7/+6
2026-03-03iio: sca3000: Move sca3000_stop_all_interrupts() above sca3000_probe()Harshit Mogalapalli1-18/+18
2026-03-03iio: sca3000: switch IRQ handling to devm helpersHarshit Mogalapalli1-17/+8
2026-03-03iio: sca3000: reuse device pointer for devm helpersHarshit Mogalapalli1-4/+4
2026-03-03iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko1-1/+1
2026-03-03iio: dac: ad5360: converting to guard(mutex)Menderes Sabaz1-20/+9
2026-03-03iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2026-03-03iio: pressure: hsc030pa: Improve i2c_transfer return value handlingAntoniu Miclaus1-1/+6
2026-03-03iio: frequency: admv4420: return proper error code from admv4420_calc_parameters()Antoniu Miclaus1-1/+1
2026-03-03igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera2-11/+26
2026-03-03igb: Fix trigger of incorrect irq in igb_xsk_wakeupVivek Behera1-8/+30
2026-03-03iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju1-1/+16
2026-03-03libie: don't unroll if fwlog isn't supportedMichal Swiatkowski1-0/+4
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1
2026-03-03drm/msm: Fix dma_free_attrs() buffer sizeThomas Fourier1-1/+1
2026-03-03drm/msm/a6xx: Fix the bogus protect error on X2-85Akhil P Oommen1-2/+1
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield1-2/+6
2026-03-03drm/i915/overlay: Fix oops on unloadVille Syrjälä1-2/+2
2026-03-03soc: microchip: mpfs-sys-controller: add support for pic64gxPierre-Henry Moussay1-20/+54
2026-03-03ixgbe: refactor: use DECLARE_BITMAP for ring state fieldAleksandr Loktionov4-44/+45
2026-03-03i40e: Add missing wordpart.h headerAndy Shevchenko1-0/+2
2026-03-03i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()Yury Norov (NVIDIA)1-13/+8
2026-03-03ice: Make name member of struct ice_cgu_pin_desc constSimon Horman1-1/+1
2026-03-03drm/i915/dp: Ack only the handled link service IRQsImre Deak1-1/+16
2026-03-03drm/i915/dp: Ack only the handled device service IRQsImre Deak1-0/+14
2026-03-03drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()Imre Deak1-9/+4
2026-03-03drm/i915/dp: Check SST link status while handling link service IRQsImre Deak1-2/+9
2026-03-03drm/i915/dp: Print debug message for a sink connected off requestImre Deak1-0/+8
2026-03-03drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MSTImre Deak1-63/+79
2026-03-03drm/i915/dp: Return early if getting/ackink link service IRQs failsImre Deak1-16/+29
2026-03-03drm/i915/dp: Return early if getting/acking device service IRQs failsImre Deak1-12/+23
2026-03-03drm/i915/dp: Reprobe connector if getting/acking link service IRQs failsImre Deak1-2/+10
2026-03-03drm/i915/dp: Reprobe connector if getting/acking device IRQs failsImre Deak1-6/+19
2026-03-03drm/i915/dp: Fix the link service IRQ DPCD_REV checkImre Deak1-1/+1