All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] u-boot-video/video-20240731
@ 2024-07-31 18:40 Anatolij Gustschin
  2024-07-31 23:51 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2024-07-31 18:40 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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(-)

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

* Re: [GIT PULL] u-boot-video/video-20240731
  2024-07-31 18:40 [GIT PULL] u-boot-video/video-20240731 Anatolij Gustschin
@ 2024-07-31 23:51 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-07-31 23:51 UTC (permalink / raw)
  To: Anatolij Gustschin; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Wed, Jul 31, 2024 at 08:40:37PM +0200, Anatolij Gustschin wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2024-07-31 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 18:40 [GIT PULL] u-boot-video/video-20240731 Anatolij Gustschin
2024-07-31 23:51 ` Tom Rini

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.