From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 28 Aug 2017 23:50:01 +0200 Subject: [U-Boot] [PATCH v1 0/3] video: add STM32 LTDC display controller In-Reply-To: <1501756568-28641-1-git-send-email-philippe.cornu@st.com> References: <1501756568-28641-1-git-send-email-philippe.cornu@st.com> Message-ID: <20170828235001.7d428b04@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Philippe, On Thu, 3 Aug 2017 12:36:05 +0200 Philippe CORNU philippe.cornu at st.com wrote: > Version 1: > - Initial commit > > The purpose of this set of patches is to add the STM32 LTDC display > controller support. > In preamble, a configuration switch is added for pwm-based backlights > and a new gpio-based backlight driver is proposed. > > Patrick Delaunay (2): > dm: backlight: Add CONFIG_BACKLIGHT_PWM > dm: backlight: Add a driver for GPIO backlight > > Philippe CORNU (1): > video: add STM32 LTDC display controller > > drivers/video/Kconfig | 23 +++ > drivers/video/Makefile | 6 +- > drivers/video/backlight_gpio.c | 74 +++++++ > drivers/video/stm32/Kconfig | 44 +++++ > drivers/video/stm32/Makefile | 10 + > drivers/video/stm32/stm32_ltdc.c | 406 +++++++++++++++++++++++++++++++++++++++ > 6 files changed, 560 insertions(+), 3 deletions(-) > create mode 100644 drivers/video/backlight_gpio.c > create mode 100644 drivers/video/stm32/Kconfig > create mode 100644 drivers/video/stm32/Makefile > create mode 100644 drivers/video/stm32/stm32_ltdc.c > Series applied to u-boot-video/next. Thanks! -- Anatolij