[U-Boot] [PATCH v5 04/15] video: add support of MIPI DSI interface

Anatolij Gustschin agust at denx.de
Mon Oct 14 17:25:55 UTC 2019


On Mon, 7 Oct 2019 15:29:04 +0200
Yannick Fertré yannick.fertre at st.com wrote:

> Mipi_display.c contains a set of dsi helpers.
> This file is a copy of file drm_mipi_dsi.c (linux kernel).
> 
> Signed-off-by: Yannick Fertré <yannick.fertre at st.com>
> ---
>  drivers/video/Kconfig    |   8 +
>  drivers/video/Makefile   |   1 +
>  drivers/video/mipi_dsi.c | 828 +++++++++++++++++++++++++++++++++++++++++++++++
>  include/mipi_dsi.h       | 466 ++++++++++++++++++++++++++
>  4 files changed, 1303 insertions(+)
>  create mode 100644 drivers/video/mipi_dsi.c
>  create mode 100644 include/mipi_dsi.h

Applied to u-boot-video/master, thanks!

--
Anatolij



More information about the U-Boot mailing list