From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/3] video: add STM32 LTDC display controller
Date: Mon, 28 Aug 2017 23:50:01 +0200 [thread overview]
Message-ID: <20170828235001.7d428b04@crub> (raw)
In-Reply-To: <1501756568-28641-1-git-send-email-philippe.cornu@st.com>
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
prev parent reply other threads:[~2017-08-28 21:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 10:36 [U-Boot] [PATCH v1 0/3] video: add STM32 LTDC display controller Philippe CORNU
2017-08-03 10:36 ` [U-Boot] [PATCH v1 1/3] dm: backlight: Add CONFIG_BACKLIGHT_PWM Philippe CORNU
2017-08-03 10:36 ` [U-Boot] [PATCH v1 2/3] dm: backlight: Add a driver for GPIO backlight Philippe CORNU
2017-08-03 10:36 ` [U-Boot] [PATCH v1 3/3] video: add STM32 LTDC display controller Philippe CORNU
2017-08-28 21:50 ` Anatolij Gustschin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170828235001.7d428b04@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox