mbox series

Please pull u-boot-video

Message ID 20210222131725.22191d93@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-video | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-video tags/video-for-v2021.04-rc3

Message

Anatolij Gustschin Feb. 22, 2021, 12:17 p.m. UTC
Hi Tom,

The following changes since commit 766927a7595a6f18fef460a06fdac370fd9e02cf:

  Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' (2021-02-18 12:02:11 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video tags/video-for-v2021.04-rc3

for you to fetch changes up to 0f425612c886348f887c8dbc25f6ace8a87a0988:

  drivers: video: Add Support for Himax HX8238D Panel (2021-02-19 23:38:06 +0100)

----------------------------------------------------------------
 - splash_source warning fix when building with 64-bit toolchains
 - lq123p1jx31 and nv101wxmn51 compatible in simple panel driver
 - remove not used mb862xx driver
 - add Himax HX8238D panel driver
 - s/video_uc_platdata/video_uc_plat/

----------------------------------------------------------------
Alper Nebi Yasak (2):
      video: simple_panel: Add sharp,lq123p1jx31 display
      video: simple_panel: Add boe,nv101wxmn51 display

Dario Binacchi (1):
      Replace video_uc_platdata with video_uc_plat

Heinrich Schuchardt (2):
      video: eliminate unused drivers/video/mb862xx.c
      video: remove unused include/mb862xx.h

Jaehoon Chung (1):
      common: splash_source: fix -Wint-to-pointer-cast warning

Moses Christopher (1):
      drivers: video: Add Support for Himax HX8238D Panel

 board/socrates/socrates.c      |  12 -
 common/splash_source.c         |   4 +-
 drivers/video/Kconfig          |  14 +-
 drivers/video/Makefile         |   2 +-
 drivers/video/hx8238d.c        | 197 +++++++++++++++++
 drivers/video/mb862xx.c        | 486 -----------------------------------------
 drivers/video/nexell_display.c |   2 +-
 drivers/video/simple_panel.c   |   2 +
 include/mb862xx.h              | 101 ---------
 scripts/config_whitelist.txt   |   2 -
 10 files changed, 215 insertions(+), 607 deletions(-)
 create mode 100644 drivers/video/hx8238d.c
 delete mode 100644 drivers/video/mb862xx.c
 delete mode 100644 include/mb862xx.h

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/-/pipelines/6458

Thanks,

Anatolij

Comments

Tom Rini Feb. 22, 2021, 5:32 p.m. UTC | #1
On Mon, Feb 22, 2021 at 01:17:25PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 766927a7595a6f18fef460a06fdac370fd9e02cf:
> 
>   Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' (2021-02-18 12:02:11 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video tags/video-for-v2021.04-rc3
> 
> for you to fetch changes up to 0f425612c886348f887c8dbc25f6ace8a87a0988:
> 
>   drivers: video: Add Support for Himax HX8238D Panel (2021-02-19 23:38:06 +0100)
> 

Applied to u-boot/master, thanks!