mbox series

[PULL] drm-misc-fixes

Message ID 20241024124921.GA20475@localhost.localdomain (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-10-24

Message

Thomas Zimmermann Oct. 24, 2024, 12:49 p.m. UTC
Hi Dave, Sima,

this is the PR for drm-misc-fixes.

Best regards
Thomas

drm-misc-fixes-2024-10-24:
Short summary of fixes pull:

bridge:
- aux: Fix assignment of OF node
- tc358767: Add missing of_node_put() in error path
The following changes since commit 83f000784844cb9d4669ef1a3366479db3197b33:

  Merge tag 'drm-xe-fixes-2024-10-17' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2024-10-18 13:53:41 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-10-24

for you to fetch changes up to 5c23878252515b8d2b86839bd4cb7dea7088aacd:

  drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node() (2024-10-21 15:00:35 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

bridge:
- aux: Fix assignment of OF node
- tc358767: Add missing of_node_put() in error path

----------------------------------------------------------------
Abel Vesa (1):
      drm/bridge: Fix assignment of the of_node of the parent to aux bridge

Javier Carrasco (1):
      drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()

 drivers/gpu/drm/bridge/aux-bridge.c | 3 ++-
 drivers/gpu/drm/bridge/tc358767.c   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)