Re: [PATCH] drm/exynos: Search for TE-gpio in DSI panel's node

2022-01-27 Thread Inki Dae
Hi, 22. 1. 25. 00:22에 Henrik Grimler 이(가) 쓴 글: > Hi Marek, > > On Mon, Jan 24, 2022 at 02:52:46PM +0100, Marek Szyprowski wrote: >> TE-gpio, if defined, is placed in the panel's node, not the parent DSI >> node. Change the devm_gpiod_get_optional() to gpiod_get_optional() and >> pass proper devic

Re: [PATCH] drm/exynos: Search for TE-gpio in DSI panel's node

2022-01-25 Thread Henrik Grimler
Hi Marek, On Mon, Jan 24, 2022 at 02:52:46PM +0100, Marek Szyprowski wrote: > TE-gpio, if defined, is placed in the panel's node, not the parent DSI > node. Change the devm_gpiod_get_optional() to gpiod_get_optional() and > pass proper device node to it. The code already has a proper cleanup > pat

[PATCH] drm/exynos: Search for TE-gpio in DSI panel's node

2022-01-24 Thread Marek Szyprowski
TE-gpio, if defined, is placed in the panel's node, not the parent DSI node. Change the devm_gpiod_get_optional() to gpiod_get_optional() and pass proper device node to it. The code already has a proper cleanup path, so it looks that the devm_* variant has been applied assidentally during the conve