From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751999AbeCMPXQ (ORCPT ); Tue, 13 Mar 2018 11:23:16 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:38864 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbeCMPXO (ORCPT ); Tue, 13 Mar 2018 11:23:14 -0400 X-Google-Smtp-Source: AG47ELtJag2g7Z8o0nnVq1RwK4Kek5wIDInUFHTvfUDJZaWiuuWIMVFQn+zDoh5zjnGQjrZD9SqFuA== Date: Tue, 13 Mar 2018 16:23:10 +0100 From: Daniel Vetter To: yannick fertre Cc: Vikas Manocha , Tom Rini , Benjamin Gaignard , Philippe Cornu , Patrice Chotard , Patrick DELAUNAY , Christophe KERELLO , Archit Taneja , Andrzej Hajda , Laurent Pinchart , David Airlie , Brian Norris , Bhumika Goyal , Gustavo Padovan , Maarten Lankhorst , Sean Paul , Albert Aribaud , Simon Glass , Anatolij Gustschin , Thierry Reding , u-boot@lists.denx.de, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v3 00/10] splash screen on the stm32f769 disco board Message-ID: <20180313152310.GJ4788@phenom.ffwll.local> Mail-Followup-To: yannick fertre , Vikas Manocha , Tom Rini , Benjamin Gaignard , Philippe Cornu , Patrice Chotard , Patrick DELAUNAY , Christophe KERELLO , Archit Taneja , Andrzej Hajda , Laurent Pinchart , David Airlie , Brian Norris , Bhumika Goyal , Gustavo Padovan , Maarten Lankhorst , Sean Paul , Albert Aribaud , Simon Glass , Anatolij Gustschin , Thierry Reding , u-boot@lists.denx.de, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org References: <1520949014-21468-1-git-send-email-yannick.fertre@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1520949014-21468-1-git-send-email-yannick.fertre@st.com> X-Operating-System: Linux phenom 4.15.0-1-amd64 User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 13, 2018 at 02:49:59PM +0100, yannick fertre wrote: > Version 3: > - Replace some pr_error, pr_warn or pr_info by dev_error, dev_warn & dev_info. > - Refresh stm32f769-disco_defconfig with last modification done on v2018.3-rc4. > - rework include files ordering. > > Version 2: > - Replace debug log by pr_error, pr_warn or pr_info. > - Rework bridge between ltdc & dsi panel > - Rework backligh management (with or witout gpio) > - Rework panel otm8009a > - Add new panel raydium rm68200 > > Version 1: > - Initial commit > > This serie contains all patchsets needed for displaying a splash screen > on the stm32f769 disco board. > A new config has been created configs/stm32f769-disco_defconfig. > This is necessary due to the difference of panels between stm32f769-disco & > stm32f746-disco boards. Shouldn't we patch the drivers/gpu/drm/stm driver instead of the drivers/video one? fbdev is kinda a dead end and not for adding new hw support ... -Daniel > This serie depends on: > http://patchwork.ozlabs.org/patch/870938/ > http://patchwork.ozlabs.org/cover/880576/ > yannick fertre (10): > video: stm32: stm32_ltdc: add bridge to display controller > video: stm32: stm32_ltdc: update debug log > video: add support of MIPI DSI interface > video: add support of panel OTM8009A > video: add MIPI DSI host controller bridge > video: add support of STM32 MIPI DSI controller driver > video: add support of panel rm68200 > arm: dts: stm32: add dsi for STM32F746 > arm: dts: stm32: add display for STM32F769 disco board > board: Add STM32F769 SoC, discovery board support > > arch/arm/dts/stm32f746.dtsi | 12 + > arch/arm/dts/stm32f769-disco.dts | 71 ++++ > configs/stm32f769-disco_defconfig | 65 +++ > drivers/video/Kconfig | 32 ++ > drivers/video/Makefile | 4 + > drivers/video/dw_mipi_dsi.c | 822 +++++++++++++++++++++++++++++++++++++ > drivers/video/mipi_display.c | 807 ++++++++++++++++++++++++++++++++++++ > drivers/video/orisetech_otm8009a.c | 327 +++++++++++++++ > drivers/video/raydium-rm68200.c | 326 +++++++++++++++ > drivers/video/stm32/Kconfig | 10 + > drivers/video/stm32/Makefile | 1 + > drivers/video/stm32/stm32_dsi.c | 426 +++++++++++++++++++ > drivers/video/stm32/stm32_ltdc.c | 144 ++++--- > include/dw_mipi_dsi.h | 34 ++ > include/mipi_display.h | 257 +++++++++++- > 15 files changed, 3279 insertions(+), 59 deletions(-) > create mode 100644 configs/stm32f769-disco_defconfig > create mode 100644 drivers/video/dw_mipi_dsi.c > create mode 100644 drivers/video/mipi_display.c > create mode 100644 drivers/video/orisetech_otm8009a.c > create mode 100644 drivers/video/raydium-rm68200.c > create mode 100644 drivers/video/stm32/stm32_dsi.c > create mode 100644 include/dw_mipi_dsi.h > > -- > 1.9.1 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch