OSDN Git Service

drm/bridge: ti-sn65dsi83: Implement .detach callback
authorMarek Vasut <marex@denx.de>
Tue, 7 Sep 2021 02:40:38 +0000 (04:40 +0200)
committerRobert Foss <robert.foss@linaro.org>
Fri, 8 Oct 2021 09:00:37 +0000 (11:00 +0200)
commit24417d5b0c006fd4208284f3462f4012ae79151c
treec72d38facfdc22ef81c195e77a98969b5a9edadc
parent7cd80132aeab30e4699f04e80d909678d231a558
drm/bridge: ti-sn65dsi83: Implement .detach callback

Move detach implementation from sn65dsi83_remove() to dedicated
.detach callback. There is no functional change to the code, but
that detach is now in the correct location.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210907024038.871299-1-marex@denx.de
drivers/gpu/drm/bridge/ti-sn65dsi83.c