drm/bridge: ti-sn65dsi86: Group code in sections
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 24 Jun 2021 00:03:03 +0000 (03:03 +0300)
committerRobert Foss <robert.foss@linaro.org>
Thu, 24 Jun 2021 11:38:43 +0000 (13:38 +0200)
commit77674e722f4b2764bbd3b5498472e4c3a818e4ce
treea574d2df315fc3bb527694db0c6e777568e79d64
parent4e5763f03e105fedfcd7a83bec1dccae96e334dd
drm/bridge: ti-sn65dsi86: Group code in sections

Reorganize the functions in sections, related to connector operations,
bridge operations, AUX adapter, GPIO controller and probe & remove.

This prepares for proper support of DRM_BRIDGE_ATTACH_NO_CONNECTOR that
will add more functions, to ensure that the code will stay readable.

No functional change intended.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210624000304.16281-6-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/bridge/ti-sn65dsi86.c