aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-25PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut1-1/+10
2025-09-25i2c: busses: Fix some spelling errorsXichao Zhao4-4/+4
2025-09-25i2c: mux: Simplify boolean assignment in i2c_mux_allocI Viswanath1-6/+3
2025-09-25i2c: designware: use dev_err_probe() when probing platform deviceBenoît Monin1-4/+6
2025-09-25i2c: designware: convert to dev_err_probe() on request IRQ errorBenoît Monin2-10/+8
2025-09-25i2c: spacemit: ensure SDA is released after bus resetTroy Mitchell1-1/+20
2025-09-25i2c: spacemit: check SDA instead of SCL after bus resetTroy Mitchell1-2/+2
2025-09-25i2c: spacemit: disable SDA glitch fix to avoid restart delayTroy Mitchell1-0/+11
2025-09-25ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_propSunil V L1-51/+50
2025-09-25PCI: Set up bridge resources earlierIlpo Järvinen1-3/+10
2025-09-25i2c: spacemit: remove stop function to avoid bus errorTroy Mitchell1-19/+7
2025-09-25i2c: spacemit: ensure bus release check runs when wait_bus_idle() failsTroy Mitchell1-4/+5
2025-09-25i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRDLeilk.Liu1-7/+10
2025-09-25i2c: boardinfo: Annotate code used in init phase onlyHeiner Kallweit1-2/+2
2025-09-25Merge branch 'i2c/immutable/scoped_fwnode_child' into i2c/for-mergewindowWolfram Sang1-2/+1
2025-09-25irqchip: Add driver for the RPMI system MSI service groupAnup Patel3-0/+295
2025-09-25thermal/drivers/renesas/rzg3e: Add thermal driver for the Renesas RZ/G3E SoCJohn Madieu2-0/+9
2025-09-25thermal/drivers/thermal-generic-adc: Add temperature sensor channelSvyatoslav Ryhel1-1/+54
2025-09-25thermal/drivers/rockchip: Shut up GRF warningSebastian Reichel1-5/+18
2025-09-25thermal/drivers/rockchip: Unify struct rockchip_tsadc_chip formatSebastian Reichel1-27/+0
2025-09-25thermal/drivers/renesas/rzg3s: Add thermal driver for the Renesas RZ/G3S SoCClaudiu Beznea3-0/+281
2025-09-25thermal/drivers/k3_j72xx_bandgap: Register sensors with hwmonMichael Walle1-0/+4
2025-09-25thermal/drivers/rcar_gen3: Fix mapping SoCs to generic Gen4 entryWolfram Sang1-6/+6
2025-09-25thermal/drivers/tegra: Add Tegra114 specific SOCTHERM driverSvyatoslav Ryhel4-0/+227
2025-09-25thermal/drivers/tegra/soctherm-fuse: Prepare calibration for Tegra114 supportSvyatoslav Ryhel5-7/+30
2025-09-25thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entryMarek Vasut1-3/+3
2025-09-25thermal/drivers/rcar_gen3: Fix comment typoMarek Vasut1-1/+1
2025-09-25drivers/thermal/qcom/lmh: Fix incorrect error messageSumeet Pawnikar1-1/+1
2025-09-25thermal/drivers/qcom/lmh: Add missing IRQ includesDmitry Baryshkov1-0/+2
2025-09-25thermal/drivers/qcom: Make LMH select QCOM_SCMDmitry Baryshkov1-1/+2
2025-09-25thermal/drivers/mediatek/lvts_thermal: Remove unneeded semicolonJiapeng Chong1-1/+1
2025-09-25thermal/drivers/rcar_gen3: Add support for R-Car V4H default trim valuesMarek Vasut1-1/+19
2025-09-25thermal/drivers/rcar_gen3: Add support for per-SoC default trim valuesMarek Vasut1-14/+27
2025-09-25drm/amd: Add name to modes from amdgpu_connector_add_common_modes()Mario Limonciello1-12/+14
2025-09-25drm/amd: Drop some common modes from amdgpu_connector_add_common_modes()Mario Limonciello1-6/+0
2025-09-25drm/amdgpu: update MODULE_PARM_DESC for freesync_videoAlex Deucher1-1/+1
2025-09-25drm/amd: Use dynamic array size declaration for amdgpu_connector_add_common_modes()Mario Limonciello1-2/+5
2025-09-25drm/amd/display: Share dce100_validate_global with DCE6-8Timur Kristóf4-63/+7
2025-09-25drm/amd/display: Share dce100_validate_bandwidth with DCE6-8Timur Kristóf4-77/+18
2025-09-25drm/amdgpu: Fix fence signaling race condition in userqueueJesse.Zhang1-1/+1
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang3-0/+16
2025-09-25amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_swYifan Zhang1-1/+9
2025-09-25drm/amd/display: Reject modes with too high pixel clock on DCE6-10Timur Kristóf5-3/+35
2025-09-25drm/amd: Drop unnecessary check in amdgpu_connector_add_common_modes()Mario Limonciello1-2/+0
2025-09-25drm/amd/display: Only enable common modes for eDP and LVDSMario Limonciello1-0/+4
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri1-1/+0
2025-09-25drm/amdgpu/userq: assign an error code for invalid userq vaPrike Liang1-0/+2
2025-09-25drm/amdgpu: revert "rework reserved VMID handling" v2Christian König4-41/+50
2025-09-25drm/amdgpu: remove leftover from enforcing isolation by VMIDChristian König1-5/+0
2025-09-25drm/amdgpu: Add fallback to pipe reset if KCQ ring reset failsJesse.Zhang1-0/+12