From patchwork Wed Jun 24 08:45:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yannick Fertre X-Patchwork-Id: 242822 List-Id: U-Boot discussion From: yannick.fertre at st.com (Yannick Fertre) Date: Wed, 24 Jun 2020 10:45:38 +0200 Subject: [PATCH v1 0/4] rework DSI characteristics Message-ID: <20200624084542.18098-1-yannick.fertre@st.com> Fill characteristics of DSI data link to platform data instead of mipi device to avoid memory corruption. Yannick Fertre (4): video: mipi update panel platform data video: stm32: stm32_dsi: copy DSI fields video: raydium_rm68200: fill characteristics of DSI data link video: orisetech_otm8009a: fill characteristics of DSI data link drivers/video/orisetech_otm8009a.c | 20 +++++--------------- drivers/video/raydium-rm68200.c | 20 +++++--------------- drivers/video/stm32/stm32_dsi.c | 3 +++ include/mipi_dsi.h | 6 ++++++ 4 files changed, 19 insertions(+), 30 deletions(-)