This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4f9e7fabf864 Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm [...] new 20c827683de0 drm: bridge: samsung-dsim: Fix init during host transfer new f19df6e4de64 drm/panfrost: Skip speed binning on EOPNOTSUPP new 5ad1ab30ac08 drm/display/dp: Fix the DP DSC Receiver cap size new e531fdb5cd5e dma-buf/sw_sync: Avoid recursive lock during fence signal new 14abdfae5082 drm/vmwgfx: Fix shader stage validation new f9e96bf19054 drm/vmwgfx: Fix possible invalid drm gem put calls new ce22e89eb0f5 Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.fre [...] new 2872144aec04 drm/i915/dgfx: Enable d3cold at s2idle new e0d25c591ac6 drm/i915: fix Sphinx indentation warning new a94e7ccfc400 drm: Add an HPD poll helper to reschedule the poll work new 1dcc437427bb drm/i915: Fix HPD polling, reenabling the output poll work [...] new 59fe2029b9e0 Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.fr [...] new beaa71d6e641 Merge tag 'drm-fixes-2023-08-25' of git://anongit.freedesk [...] new 1d0eb6143c1e ALSA: ymfpci: Fix the missing snd_card_free() call at probe error new 0fc7769e54e7 MAINTAINERS: Add entries for TEXAS INSTRUMENTS ASoC DRIVERS new 2d218b45848b ASoC: SOF: ipc4-pcm: fix possible null pointer deference new 3d521f9f3663 ASoC: tas2781: fixed register access error when switching [...] new 897a6b5a030e ASoC: cs35l56: Read firmware uuid from a device property i [...] new e8500a702703 ASoC: cs35l56: Add an ACPI match table new ab0b5072d184 ASoC: cs35l56: Update ACPI HID and property new 3b1f08833c45 ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x new 1613781d7e8a ASoC: cs35l41: Correct amp_gain_tlv values new a4a6eed851bb Merge tag 'asoc-fix-v6.5-rc7' of https://git.kernel.org/pu [...] new c008323fe361 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ new 37e44d60cb87 Merge tag 'asoc-fix-v6.5-rc7-2' of https://git.kernel.org/ [...] new ced5bf2493d4 Merge tag 'sound-6.5' of git://git.kernel.org/pub/scm/linu [...]
The 26 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 33 ++++++++++++++ drivers/dma-buf/sw_sync.c | 18 ++++---- drivers/gpu/drm/bridge/samsung-dsim.c | 27 +++++++---- drivers/gpu/drm/drm_probe_helper.c | 68 +++++++++++++++++++--------- drivers/gpu/drm/i915/display/intel_hotplug.c | 4 +- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 + drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++------ drivers/gpu/drm/panfrost/panfrost_devfreq.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 6 +-- drivers/gpu/drm/vmwgfx/vmwgfx_bo.h | 8 ++++ drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 12 +++++ drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 35 ++++++-------- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 6 +-- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 3 +- drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 3 +- include/drm/display/drm_dp.h | 2 +- include/drm/drm_probe_helper.h | 1 + sound/pci/ymfpci/ymfpci.c | 10 +++- sound/soc/amd/yc/acp6x-mach.c | 9 +++- sound/soc/codecs/cs35l41.c | 2 +- sound/soc/codecs/cs35l56-i2c.c | 9 ++++ sound/soc/codecs/cs35l56-spi.c | 9 ++++ sound/soc/codecs/cs35l56.c | 31 +++++-------- sound/soc/codecs/tas2781-comlib.c | 19 ++++---- sound/soc/sof/ipc4-pcm.c | 3 ++ 25 files changed, 229 insertions(+), 126 deletions(-)