summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-04iio: adc: ad9467: remove unused output_mode fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad7793: remove unused int_vref_mv fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad7768-1: remove unused mclk_div fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad4080: remove unused dec_rate fieldAntoniu Miclaus1-1/+0
2026-03-04iio: sca3000: manage device registration with devm helperHarshit Mogalapalli1-14/+1
2026-03-04iio: sca3000: stop interrupts via devm_add_action_or_reset()Harshit Mogalapalli1-5/+7
2026-03-04iio: sca3000: use guard(mutex) to simplify return pathsHarshit Mogalapalli1-4/+5
2026-03-04iio: sca3000: make stop_all_interrupts() return voidHarshit Mogalapalli1-7/+6
2026-03-04iio: sca3000: Move sca3000_stop_all_interrupts() above sca3000_probe()Harshit Mogalapalli1-18/+18
2026-03-04iio: sca3000: switch IRQ handling to devm helpersHarshit Mogalapalli1-17/+8
2026-03-04iio: sca3000: reuse device pointer for devm helpersHarshit Mogalapalli1-4/+4
2026-03-04iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko1-1/+1
2026-03-04iio: dac: ad5360: converting to guard(mutex)Menderes Sabaz1-20/+9
2026-03-04iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2026-03-04iio: pressure: hsc030pa: Improve i2c_transfer return value handlingAntoniu Miclaus1-1/+6
2026-03-04iio: frequency: admv4420: return proper error code from admv4420_calc_paramet...Antoniu Miclaus1-1/+1
2026-03-04igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera2-11/+26
2026-03-04igb: Fix trigger of incorrect irq in igb_xsk_wakeupVivek Behera1-8/+30
2026-03-04iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju1-1/+16
2026-03-04libie: don't unroll if fwlog isn't supportedMichal Swiatkowski1-0/+4
2026-03-04ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-04ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-04ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-04ice: 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
2026-03-03drm/i915/dp: Fix the device service IRQ DPCD_REV checkImre Deak1-3/+0
2026-03-03drm/i915/dp: Remove the device service IRQ handling from connector detectImre Deak1-2/+0
2026-03-03drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handlerImre Deak1-6/+2
2026-03-03drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED eventImre Deak2-1/+16
2026-03-03drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQImre Deak1-1/+7
2026-03-03drm/i915/dp: Handle a tunneling IRQ after acking itImre Deak1-14/+11