]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: tc358767: remove unnecessary msleep
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 28 May 2019 08:27:36 +0000 (11:27 +0300)
committerAndrzej Hajda <a.hajda@samsung.com>
Fri, 31 May 2019 13:41:24 +0000 (15:41 +0200)
commit4a3c7547e2ab05534b14d74373c4b3ffc92b12d5
tree1f40cddce22c0f588ed10b671bc5a66def30ad65
parent84eda678e2e12726f9537a7a8fc1ee57e407c4c6
drm/bridge: tc358767: remove unnecessary msleep

For some reason the driver has a msleep(100) after writing to
DP_PHY_CTRL. Toshiba's documentation doesn't suggest any delay is
needed, and I have not seen any issues with the sleep removed.

Drop it, as msleep(100) is a rather big one.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528082747.3631-14-tomi.valkeinen@ti.com
drivers/gpu/drm/bridge/tc358767.c