drm/bridge: tc358764: Add DSI to LVDS bridge driver
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 25 Jul 2018 15:46:40 +0000 (17:46 +0200)
committerAndrzej Hajda <a.hajda@samsung.com>
Fri, 27 Jul 2018 07:09:57 +0000 (09:09 +0200)
commitf38b7cca6d0eafef278703ddadb369322a510ca6
tree44f39f1e0590f666d5a0bbd38febb68eff7f8360
parenteb91cde094f523c06adf463aad0e41ae35765d71
drm/bridge: tc358764: Add DSI to LVDS bridge driver

Add a drm_bridge driver for the Toshiba TC358764 DSI to LVDS bridge.

Changes in v4:
- removed license blob,
- ordered includes,
- added error handling,
- fixed reset GPIO handling,
- added missing calls to the panel,
- custom OF graph code replaced with helpers,
- removed tc358764_poweroff from remove callback.
v5:
- fixed supply names,
- fixed broken console - added connector to fb_helper,
- added detach callback - unbinding works,
- fixed typo in error checking code,
- removed sparse bridge->encoder check - core does it already.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Maciej Purski <m.purski@samsung.com>
[ a.hajda@samsung.com: v4, v5 ]
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180725154644.25412-6-a.hajda@samsung.com
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/tc358764.c [new file with mode: 0644]