mbox series

[v3,0/3] drm: adv7511: ADV7535 fixes

Message ID 20241106184935.294513-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series drm: adv7511: ADV7535 fixes | expand

Message

Biju Das Nov. 6, 2024, 6:49 p.m. UTC
This patch series aims to fix 2 bugs in ADV7535 driver
1) use-after-free bug in adv7533_attach_dsi()
2) Drop unsupported single lane.

Changes in v3:
 - Replace __free construct with readable of_node_put().
 - Dropped single lane support from bindings and driver.
changes in v2:
 - Added the tag "Cc: stable@vger.kernel.org" in the sign-off area.
 - Dropped invalid Mail address Archit Taneja <architt@codeaurora.org>.

Biju Das (3):
  drm: adv7511: Fix use-after-free in adv7533_attach_dsi()
  dt-bindings: display: adi,adv7533: Drop single lane support
  drm: adv7511: Drop dsi single lane support

 .../devicetree/bindings/display/bridge/adi,adv7533.yaml      | 2 +-
 drivers/gpu/drm/bridge/adv7511/adv7533.c                     | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)