public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] video: add STM32 LTDC display controller
@ 2017-08-03 10:36 Philippe CORNU
  2017-08-03 10:36 ` [U-Boot] [PATCH v1 1/3] dm: backlight: Add CONFIG_BACKLIGHT_PWM Philippe CORNU
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philippe CORNU @ 2017-08-03 10:36 UTC (permalink / raw)
  To: u-boot

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

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-28 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH v1 0/3] " Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox