aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-12-21Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-2/+30
2025-12-21Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-4/+7
2025-12-21Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2025-12-20Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-0/+3
2025-12-20Merge tag 'spi-fix-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+9
2025-12-20Merge tag 'hwmon-for-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+23
2025-12-20Merge tag 'mmc-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-3/+3
2025-12-20Merge tag 'drm-fixes-2025-12-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds33-74/+330
2025-12-20Merge tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+5
2025-12-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+53
2025-12-20Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+47
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-22/+53
2025-12-19hwmon: (ltc4282): Fix reset_history file permissionsNuno Sá1-3/+6
2025-12-19lkdtm/bugs: Do not confuse the clang/objtool with busy wait loopCatalin Marinas1-4/+4
2025-12-19amd/iommu: Make protection domain ID functions non-staticSairaj Kodilkar3-14/+25
2025-12-19amd/iommu: Preserve domain ids inside the kdump kernelSairaj Kodilkar1-1/+22
2025-12-18Input: ti_am335x_tsc - fix off-by-one error in wire_order validationJunjie Cao1-1/+1
2025-12-18Input: xpad - add support for CRKD GuitarsSanjay Govind1-0/+5
2025-12-18Input: add ABS_SND_PROFILEGergo Koteles1-0/+1
2025-12-19Merge tag 'drm-xe-fixes-2025-12-19' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie19-46/+75
2025-12-19Merge tag 'drm-misc-fixes-2025-12-18' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-7/+193
2025-12-19Merge tag 'acpi-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-2/+3
2025-12-19Merge tag 'pm-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-26/+46
2025-12-19Merge tag 'thermal-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+4
2025-12-18Input: apple_z2 - fix reading incorrect reports after exiting sleepSasha Finkelstein1-0/+4
2025-12-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+16
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-94/+274
2025-12-18Merge branch 'pm-powercap'Rafael J. Wysocki3-16/+34
2025-12-18drm/xe: Use usleep_range for accurate long-running workload timeslicingMatthew Brost1-1/+19
2025-12-18drm/xe: Drop preempt-fences when destroying imported dma-bufs.Thomas Hellström1-11/+4
2025-12-18drm/xe/eustall: Disallow 0 EU stall property valuesAshutosh Dixit1-1/+1
2025-12-18drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit1-1/+1
2025-12-18drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_migration_supported()Dan Carpenter1-1/+1
2025-12-18drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUMEAshutosh Dixit1-3/+4
2025-12-18drm/xe: Adjust long-running workload timeslices to reasonable valuesMatthew Brost2-2/+5
2025-12-18drm/xe/oa: Limit num_syncs to prevent oversized allocationsShuicheng Lin1-0/+3
2025-12-18drm/xe: Limit num_syncs to prevent oversized allocationsShuicheng Lin2-1/+5
2025-12-18Merge tag 'linux-can-fixes-for-6.19-20251218' of git://git.kernel.org/pub/scm...Paolo Abeni1-1/+1
2025-12-18net: hns3: add VLAN id validation before usingJian Shen1-0/+3
2025-12-18net: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
2025-12-18net: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
2025-12-18net: enetc: do not transmit redirected XDP frames when the link is downWei Fang1-1/+2
2025-12-18block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier1-5/+8
2025-12-18net/mlx5e: Don't include PSP in the hard MTU calculationsCosmin Ratiu1-1/+1
2025-12-18net/mlx5e: Do not update BQL of old txqs during channel reconfigurationTariq Toukan1-1/+5
2025-12-18net/mlx5e: Trigger neighbor resolution for unresolved destinationsJianbo Liu1-0/+3
2025-12-18net/mlx5e: Use ip6_dst_lookup instead of ipv6_dst_lookup_flow for MAC initJianbo Liu1-3/+2
2025-12-18net/mlx5: Serialize firmware reset with devlinkShay Drory4-4/+53
2025-12-18net/mlx5: fw_tracer, Handle escaped percent properlyShay Drory1-6/+14
2025-12-18net/mlx5: fw_tracer, Validate format string parametersShay Drory2-10/+74
2025-12-18net/mlx5: Drain firmware reset in shutdown callbackMoshe Shemesh1-0/+1
2025-12-18net/mlx5: fw reset, clear reset requested on drain_fw_resetMoshe Shemesh1-1/+2
2025-12-18net: dsa: mxl-gsw1xx: manually clear RANEG bitDaniel Golle1-1/+33
2025-12-18net: dsa: mxl-gsw1xx: fix .shutdown driver operationDaniel Golle3-10/+2
2025-12-18net: dsa: mxl-gsw1xx: fix order in .remove operationDaniel Golle1-2/+0
2025-12-18net: dsa: lantiq_gswip: fix order in .remove operationDaniel Golle2-6/+10
2025-12-18iommupt: Return ERR_PTR from _table_alloc()Jason Gunthorpe1-0/+3
2025-12-18spi: cadence-quadspi: Fix probe error path and loggingMark Brown1-2/+6
2025-12-18can: fix build dependencyMarc Kleine-Budde1-1/+1
2025-12-17ublk: fix deadlock when reading partition tableMing Lei1-4/+28
2025-12-17Input: alps - fix use-after-free bugs caused by dev3_register_workDuoming Zhou1-0/+1
2025-12-17x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner1-4/+4
2025-12-17powercap: intel_rapl: Fix possible recursive lock warningSrinivas Pandruvada2-8/+20
2025-12-17mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to KconfigJared Kangas1-2/+2
2025-12-17mmc: sdhci-of-arasan: Increase CD stable timeout to 2 secondsSai Krishna Potthuri1-1/+1
2025-12-17spi: mt65xx: Use IRQF_ONESHOT with threaded IRQFei Shao1-1/+1
2025-12-17spi: cadence-quadspi: Fix clock disable on probe failure pathAnurag Dutta1-1/+3
2025-12-17spi: cadence-quadspi: Add error logging for DMA request failureAnurag Dutta1-1/+3
2025-12-17i2c: i801: Add support for Intel Nova Lake-SJarkko Nikula2-0/+4
2025-12-17i2c: rcar: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2025-12-17i2c: pxa: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2025-12-17i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-2/+1
2025-12-16drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski1-1/+1
2025-12-16drm/amd/pm: restore SCLK settings after S0ix resumemythilam2-5/+37
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher1-2/+8
2025-12-16drm/amd/display: Fix DP no audio issueCharlene Liu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN351Ray Wu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN35Ray Wu1-4/+4
2025-12-16drm/amd: Resume the device in thaw() callback when console suspend is disabledMario Limonciello (AMD)1-1/+4
2025-12-16iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe1-1/+7
2025-12-16cpufreq: dt-platdev: Fix creating device on OPPv1 platformsKrzysztof Kozlowski1-3/+4
2025-12-16arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reo...Jianpeng Chang1-1/+1
2025-12-16PM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki1-10/+12
2025-12-16drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICEGuido Günther1-0/+1
2025-12-16ata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel1-0/+3
2025-12-15iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP failsJason Gunthorpe1-2/+4
2025-12-15iommufd: Fix building without dmabufArnd Bergmann1-1/+5
2025-12-15accel/amdxdna: Block running under a hypervisorMario Limonciello (AMD)1-0/+6
2025-12-15Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk tableChristoffer Sandberg1-0/+7
2025-12-15Input: atkbd - skip deactivate for HONOR FMB-P's internal keyboardCryolitia PukNgae1-0/+7
2025-12-15zloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang1-4/+4
2025-12-15loop: use READ_ONCE() to read lo->lo_state without lockingYongpeng Yang1-9/+13
2025-12-15drm/panel: sony-td4353-jdi: Enable prepare_prev_firstMarijn Suijten1-0/+2
2025-12-15drm/xe: Restore engine registers before restarting schedulers after GT resetJan Maslak1-3/+4
2025-12-15drm/xe: Increase TDF timeoutJagmeet Randhawa1-1/+1
2025-12-15drm/xe/vf: Fix queuing of recovery workSatyanarayana K V P1-1/+1
2025-12-15drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-tableThomas Hellström1-1/+1
2025-12-15drm/me/gsc: mei interrupt top half should be in irq disabled contextJunxiao Chang1-2/+2
2025-12-15drm/xe/vf: Stop waiting for ring space on VF post migration recoveryTomasz Lis1-4/+6
2025-12-15drm/xe/throttle: Skip reason prefix while emitting arrayRaag Jadav1-1/+1
2025-12-15drm/xe: fix drm_gpusvm_init() argumentsArnd Bergmann1-1/+1
2025-12-15drm/xe: Do not reference loop variable directlyMatthew Brost1-2/+3
2025-12-15drm/xe: Apply Wa_14020316580 in xe_gt_idle_enable_pg()Vinay Belgaumkar3-8/+9
2025-12-15drm/xe: Fix freq kobject leak on sysfs_create_files failureShuicheng Lin1-1/+3
2025-12-15lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq contextArd Biesheuvel1-0/+53
2025-12-15ACPI: PCC: Fix race condition by removing static qualifierPengjie Zhang1-1/+1
2025-12-15ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang1-1/+2
2025-12-15Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst5481-88165/+282092
2025-12-15thermal: core: Fix typo and indentation in commentsThorsten Blum1-2/+2
2025-12-15thermal: intel: int340x: Enable power slider interface for Wildcat LakeSrinivas Pandruvada1-1/+2
2025-12-15powercap: fix sscanf() error return value handlingSumeet Pawnikar1-3/+3
2025-12-15powercap: fix race condition in register_control_type()Sumeet Pawnikar1-5/+11
2025-12-14hwmon: (tmp401) fix overflow caused by default conversion rate valueAlexey Simakov1-1/+1
2025-12-14hwmon: (ibmpex) fix use-after-free in high/low storeJunrui Luo1-2/+7
2025-12-14hwmon: (dell-smm) Limit fan multiplier to avoid overflowDenis Sergeev1-0/+9
2025-12-14spi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy1-1/+1
2025-12-14spi: mpfs: Fix an error handling path in mpfs_spi_probe()Christophe JAILLET1-0/+1
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-56/+165
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+0
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-76/+166
2025-12-13Merge tag 'drm-next-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-151/+266
2025-12-13Merge tag 'i3c/for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds6-39/+26
2025-12-13Merge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds22-93/+1149
2025-12-13Merge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2025-12-13Merge tag 'gpio-fixes-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-27/+63
2025-12-13Merge tag 'pci-v6.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-12-13Merge tag 'soundwire-6.19-rc1_updated' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-202/+499
2025-12-13Merge tag 'drm-misc-fixes-2025-12-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie16-76/+166
2025-12-12i3c: adi: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-6/+4
2025-12-12i3c: master: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-2/+1
2025-12-12i3c: master: cleanup callback .priv_xfers()Frank Li1-12/+2
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2-6/+7
2025-12-12drm: Fix object leak in DRM_IOCTL_GEM_CHANGE_HANDLEKarol Wachowski1-2/+6
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+24
2025-12-12drm/tests: Handle EDEADLK in set_up_atomic_state()José Expósito1-5/+22
2025-12-12drm/tests: Handle EDEADLK in drm_test_check_valid_clones()José Expósito1-0/+13
2025-12-12drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning ED...José Expósito1-0/+143
2025-12-12Merge tag 'drm-intel-next-fixes-2025-12-12' of https://gitlab.freedesktop.org...Dave Airlie2-5/+8
2025-12-12Input: lkkbd - disable pending work before freeing deviceMinseong Kim1-1/+4
2025-12-12Merge tag 'amd-drm-fixes-6.19-2025-12-11' of https://gitlab.freedesktop.org/a...Dave Airlie14-138/+239
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie4-8/+19
2025-12-11nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()Dan Carpenter1-1/+1
2025-12-11net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variantMarcus Hughes1-0/+2
2025-12-11Merge tag 'linux-can-fixes-for-6.19-20251210' of git://git.kernel.org/pub/scm...Jakub Kicinski4-9/+5
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-475/+683
2025-12-11Merge tag 'spi-fix-v6.19-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-12-11Merge tag 'regulator-fix-v6.19-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds3-12/+16
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-4/+20
2025-12-10Revert "drm/amd/display: Fix pbn to kbps Conversion"Mario Limonciello1-23/+36
2025-12-10drm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)1-0/+2
2025-12-10dm pcache: fix segment info indexingLi Chen1-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen1-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang2-8/+8
2025-12-10dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2025-12-10dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov1-0/+2
2025-12-10dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka2-40/+35
2025-12-10dm: ignore discard return valueChaitanya Kulkarni1-7/+5
2025-12-10dm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski1-38/+23
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai20-169/+298
2025-12-10dm-bufio: align write boundary on physical block sizeMikulas Patocka1-4/+6
2025-12-10dm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka1-15/+24
2025-12-10dm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka1-2/+7
2025-12-10dm-verity: remove useless mempoolMikulas Patocka2-10/+3
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka3-7/+2
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov1-3/+0
2025-12-10broadcom: b44: prevent uninitialized value usageAlexey Simakov1-0/+3
2025-12-10net: ti: icssg-prueth: add PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann1-1/+2
2025-12-10drm/mgag200: Fix big-endian supportRené Rebe1-0/+25
2025-12-10can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde1-1/+1
2025-12-10can: fix build dependencyArnd Bergmann3-8/+4
2025-12-10Merge tag 'input-for-v6.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+8
2025-12-10pwm: th1520: Fix missing Kconfig dependenciesMichal Wilczynski1-0/+2
2025-12-10irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()Dan Carpenter1-1/+1
2025-12-10Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-110/+112
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds52-593/+6590
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-18/+4
2025-12-09PCI: rzg3s-host: Initialize MSI status bitmap before useClaudiu Beznea1-1/+1
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09bcache: fix improper use of bi_end_ioShida Zhang1-3/+3
2025-12-09drm/i915: Fix format string truncation warningArd Biesheuvel1-1/+1
2025-12-09drm/i915/fbdev: Hold runtime PM ref during fbdev BO creationDibin Moolakadan Subrahmanian1-4/+7
2025-12-09gpio: shared: make locking more fine-grainedBartosz Golaszewski1-14/+20
2025-12-09gpio: shared: fix auxiliary device cleanup orderBartosz Golaszewski1-1/+1
2025-12-09gpio: shared: check if a reference is populated before cleaning its resourcesBartosz Golaszewski1-4/+7
2025-12-09gpio: shared: fix NULL-pointer dereference in teardown pathBartosz Golaszewski1-1/+2
2025-12-09gpio: shared: ignore disabled nodes when traversing the device-treeBartosz Golaszewski1-0/+4
2025-12-08scsi: ufs: qcom: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-4/+2
2025-12-08scsi: libsas: Add rollback handling when an error occursChaohai Chen3-3/+32
2025-12-08scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()Benjamin Marzinski2-3/+18
2025-12-08scsi: ufs: core: Fix a deadlock in the frequency scaling codeBart Van Assche1-4/+3
2025-12-08scsi: ufs: core: Fix an error handler crashBart Van Assche1-11/+14
2025-12-08Merge branch 'next' into for-linusDmitry Torokhov4-5/+8
2025-12-09spi: microchip-core: Fix an error handling path in mchp_corespi_probe()Christophe JAILLET1-0/+1
2025-12-09regulator: spacemit: Align input supply name with the DT bindingJavier Martinez Canillas1-2/+2
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-71/+90
2025-12-09Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+26
2025-12-09Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+17
2025-12-08drm/amd/display: Improve HDMI info retrievalIvan Lipski2-0/+11
2025-12-08rtc: spacemit: MFD_SPACEMIT_P1 as dependenciesTroy Mitchell1-2/+2