OSDN Git Service

drm/sun4i: Add Allwinner A31 MIPI-DSI controller support
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 4 Apr 2018 09:57:11 +0000 (11:57 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 11 Apr 2018 11:19:17 +0000 (13:19 +0200)
commit133add5b5ad42b7bb5fcd59d681aef6475d08600
treee7bec10fc380a804aa376688344d0d500276ef83
parent7605225004d99df343acf647c2870e45a1d38d97
drm/sun4i: Add Allwinner A31 MIPI-DSI controller support

Most of the Allwinner SoCs since the A31 share the same MIPI-DSI
controller.

While that controller is mostly undocumented, the code is out there and has
been cleaned up in order to be integrated into DRM. However, there's still
some dark areas that are a bit unclear about how the block exactly
operates.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ad9e6224fced87c0889ddd2765d1942610061f72.1522835818.git-series.maxime.ripard@bootlin.com
drivers/gpu/drm/sun4i/Kconfig
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun6i_mipi_dphy.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.h [new file with mode: 0644]