]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Tue, 25 Jun 2024 12:32:44 +0000 (13:32 +0100)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 26 Aug 2024 09:47:04 +0000 (12:47 +0300)
commit1b5dfd1881dbe303536d4167500b94549ff2f6a7
treec06b42d309a77d89a852e0382d82f7973b589fa9
parente794b7b9b92977365c693760a259f8eef940c536
drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du

All the RZ/G2L DU specific components are located under the rz-du folder,
so it makes sense to move the RZ/G2L MIPI DSI driver there instead of
keeping it in the rcar-du folder. This change improves the organization
and modularity of the driver configuration by grouping related settings together.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240625123244.200533-1-prabhakar.mahadev-lad.rj@bp.renesas.com
drivers/gpu/drm/renesas/rcar-du/Kconfig
drivers/gpu/drm/renesas/rcar-du/Makefile
drivers/gpu/drm/renesas/rz-du/Kconfig
drivers/gpu/drm/renesas/rz-du/Makefile
drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c [moved from drivers/gpu/drm/renesas/rcar-du/rzg2l_mipi_dsi.c with 100% similarity]
drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi_regs.h [moved from drivers/gpu/drm/renesas/rcar-du/rzg2l_mipi_dsi_regs.h with 100% similarity]