From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-video/next
Date: Fri, 15 Sep 2017 15:12:28 +0200 [thread overview]
Message-ID: <20170915151228.32807df9@crub> (raw)
Hi Tom,
please pull some new video patches. The full build passed:
https://travis-ci.org/vdsao/u-boot-video/builds/275799369
The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:
Prepare v2017.09 (2017-09-11 14:10:40 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
for you to fetch changes up to 8ef05352508f99b9e69feeca17a49671cc3d0ccf:
video: add config option to skip framebuffer clear (2017-09-12 13:40:47 +0200)
----------------------------------------------------------------
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
Rob Clark (2):
video: simplefb
video: add config option to skip framebuffer clear
drivers/video/Kconfig | 41 ++++
drivers/video/Makefile | 8 +-
drivers/video/backlight_gpio.c | 74 +++++++
drivers/video/cfb_console.c | 3 +-
drivers/video/simplefb.c | 73 +++++++
drivers/video/stm32/Kconfig | 44 +++++
drivers/video/stm32/Makefile | 10 +
drivers/video/stm32/stm32_ltdc.c | 406 +++++++++++++++++++++++++++++++++++++++
drivers/video/video-uclass.c | 4 +-
9 files changed, 657 insertions(+), 6 deletions(-)
create mode 100644 drivers/video/backlight_gpio.c
create mode 100644 drivers/video/simplefb.c
create mode 100644 drivers/video/stm32/Kconfig
create mode 100644 drivers/video/stm32/Makefile
create mode 100644 drivers/video/stm32/stm32_ltdc.c
Thanks,
Anatolij
next reply other threads:[~2017-09-15 13:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-15 13:12 Anatolij Gustschin [this message]
2017-09-22 14:18 ` [U-Boot] Please pull u-boot-video/next Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2018-03-13 21:31 Anatolij Gustschin
2018-03-14 1:30 ` Tom Rini
2010-09-27 19:24 Anatolij Gustschin
2010-10-05 12:32 ` Wolfgang Denk
2010-09-21 22:47 Anatolij Gustschin
2010-09-22 20:49 ` Wolfgang Denk
2010-06-14 20:29 Anatolij Gustschin
2010-06-17 21:10 ` Wolfgang Denk
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=20170915151228.32807df9@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.