summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-06-24wifi: rtw89: coex: Query Bluetooth TX power when firmware supportChing-Te Ku2-2/+110
2025-06-24wifi: rtw89: coex: Enable outsource info H2C commandChing-Te Ku1-0/+10
2025-06-24wifi: rtw89: coex: Add v1 Bluetooth AFH handshake for WiFi 7Ching-Te Ku1-1/+110
2025-06-24drm/i915/hdcp: Use HDCP2_STREAM_STATUS instead of HDCP2_AUTH_STREAMSuraj Kandpal2-5/+16
2025-06-24drm/i915/hdcp: Do not use inline intel_de_readSuraj Kandpal2-3/+6
2025-06-24platform/chrome: cros_ec_sensorhub: Retries when a sensor is not readyGwendal Grignou1-4/+19
2025-06-24net: ethernet: mtk_eth_soc: only use legacy mode on missing IRQ nameFrank Wunderlich1-0/+7
2025-06-24net: ethernet: mtk_eth_soc: skip first IRQ if not usedFrank Wunderlich2-6/+10
2025-06-24net: ethernet: mtk_eth_soc: add consts for irq indexFrank Wunderlich2-12/+17
2025-06-24net: ethernet: mtk_eth_soc: support named IRQsFrank Wunderlich1-11/+35
2025-06-24ethernet: ionic: Fix DMA mapping testsThomas Fourier1-6/+6
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes3-3/+3
2025-06-24spi: microchip-core-qspi: Add regular transfersMark Brown332-1482/+3565
2025-06-24rtc: cmos: use spin_lock_irqsave in cmos_interruptMateusz Jończyk1-4/+6
2025-06-24drm/bridge-connector: Fix bridge in drm_connector_hdmi_audio_init()Chaoyi Chen1-2/+5
2025-06-24Merge tag 'for-6.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+8
2025-06-24rtc: s5m: replace open-coded read/modify/write registers with regmap helpersAndré Draszik1-21/+7
2025-06-24rtc: s5m: replace regmap_update_bits with regmap_clear/set_bitsAndré Draszik1-6/+4
2025-06-24rtc: s5m: switch to devm_device_init_wakeupAndré Draszik1-1/+5
2025-06-24rtc: s5m: fix a typo: peding -> pendingAndré Draszik1-3/+3
2025-06-24rtc: s5m: add support for S2MPG10 RTCAndré Draszik1-0/+60
2025-06-24rtc: s5m: prepare for external regmapAndré Draszik1-36/+45
2025-06-24rtc: s5m: cache device type during probeAndré Draszik1-4/+6
2025-06-23spi: microchip-core-qspi: Add regular transfersCyril Jean1-18/+199
2025-06-23spi: microchip-core-qspi: remove unused param from mchp_coreqspi_write_op()Conor Dooley1-4/+4
2025-06-23spi: microchip-core-qspi: set min_speed_hz during probeConor Dooley1-0/+1
2025-06-23Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"Zhe Qiao1-13/+10
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot12-21/+27
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot4-13/+136
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot5-15/+434
2025-06-23gpu: nova-core: add types for patching firmware binariesAlexandre Courbot1-0/+64
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot7-2/+224
2025-06-23gpu: nova-core: vbios: Add support for FWSEC ucode extractionJoel Fernandes2-11/+304
2025-06-23net: stmmac: lpc18xx: use plat_dat->phy_interfaceRussell King (Oracle)1-2/+3
2025-06-23drm/xe/compat: remove old pcode compat interfaceJani Nikula4-36/+2
2025-06-23drm/i915/dram: switch to struct drm_device based pcode interfaceJani Nikula1-2/+2
2025-06-23drm/i915/display: switch to struct drm_device based pcode interfaceJani Nikula7-76/+58
2025-06-23drm/xe/pcode: add struct drm_device based interfaceJani Nikula2-1/+37
2025-06-23drm/i915/pcode: add struct drm_device based interfaceJani Nikula2-0/+34
2025-06-23drm/i915/pcode: drop fast wait from snb_pcode_write_timeout()Jani Nikula5-15/+9
2025-06-23drm/connector: move HDR sink metadata to display infoJani Nikula4-12/+13
2025-06-23gpu: nova-core: vbios: Add support to look up PMU table in FWSECJoel Fernandes1-2/+180
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes4-2/+688
2025-06-23net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY supportGeorge Moussalem2-1/+168
2025-06-23gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTSAlexandre Courbot1-0/+45
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot8-0/+916
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot7-2/+215
2025-06-23PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabledManivannan Sadhasivam1-0/+2
2025-06-23scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()Thomas Fourier1-0/+2
2025-06-23scsi: qla2xxx: Fix DMA mapping test in qla24xx_get_port_database()Thomas Fourier1-1/+1