From: Anatolij Gustschin <agust@denx.de>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] u-boot-video/video-20240731
Date: Wed, 31 Jul 2024 20:40:37 +0200 [thread overview]
Message-ID: <20240731204037.509e2017@crub> (raw)
Hi Tom,
please pull video driver updates.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/21823
Thanks,
Anatolij
The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18:
Merge patch series "led: implement software blinking" (2024-07-30 14:31:24 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20240731
for you to fetch changes up to 521d377f7852c037e338c66756982084b1cb0132:
sandbox: Drop video-sync in serial driver (2024-07-31 16:56:06 +0200)
----------------------------------------------------------------
- improve video sync performance with background syncing (cyclic)
- fix dropping characters when pasting commands over the UART
- enable background syncing by default for boards using VIDEO
- make sandbox video more responsive
----------------------------------------------------------------
Simon Glass (5):
cyclic: Add a symbol for SPL
video: Move last_sync to private data
video: Use cyclic to handle video sync
sandbox: Increase cyclic CPU-time limit
sandbox: Drop video-sync in serial driver
common/Kconfig | 9 +++++++
common/Makefile | 2 +-
drivers/serial/sandbox.c | 2 --
drivers/video/Kconfig | 35 ++++++++++++++++++++++++++
drivers/video/video-uclass.c | 52 ++++++++++++++++++++++++++++++++-------
drivers/watchdog/Kconfig | 2 ++
include/asm-generic/global_data.h | 2 +-
include/cyclic.h | 5 ++--
include/video.h | 2 ++
9 files changed, 96 insertions(+), 15 deletions(-)
next reply other threads:[~2024-07-31 18:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 18:40 Anatolij Gustschin [this message]
2024-07-31 23:51 ` [GIT PULL] u-boot-video/video-20240731 Tom Rini
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=20240731204037.509e2017@crub \
--to=agust@denx.de \
--cc=trini@konsulko.com \
--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.