Re: [PATCH v2 02/16] drm/exynos: remove in_bridge_node from exynos_dsi

2020-11-08 Thread Inki Dae
20. 11. 8. 오전 7:19에 Sam Ravnborg 이(가) 쓴 글: > On Fri, Sep 11, 2020 at 03:53:59PM +0200, Michael Tretter wrote: >> We do not need to keep a reference to the in_bridge_node, but we can >> simply drop it, once we found and attached the previous bridge. >> >> Signed-off-by: Michael Tretter > Reviewed

Re: [PATCH v2 02/16] drm/exynos: remove in_bridge_node from exynos_dsi

2020-11-07 Thread Sam Ravnborg
On Fri, Sep 11, 2020 at 03:53:59PM +0200, Michael Tretter wrote: > We do not need to keep a reference to the in_bridge_node, but we can > simply drop it, once we found and attached the previous bridge. > > Signed-off-by: Michael Tretter Reviewed-by: Sam Ravnborg Note: I expect exynos people to

[PATCH v2 02/16] drm/exynos: remove in_bridge_node from exynos_dsi

2020-09-11 Thread Michael Tretter
We do not need to keep a reference to the in_bridge_node, but we can simply drop it, once we found and attached the previous bridge. Signed-off-by: Michael Tretter --- v2: none --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) dif