mbox series

Please pull u-boot-video

Message ID 20201026214307.33cf1068@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.git tags/video-for-2021.01-rc1

Message

Anatolij Gustschin Oct. 26, 2020, 8:43 p.m. UTC
Hi Tom,

please pull more video updates for v2021.01.

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

Thanks!

The following changes since commit c99e87f82803500f9811b1e98926d9d25df35b38:

  Merge branch '2020-10-23-misc-changes' (2020-10-24 10:49:28 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2021.01-rc1

for you to fetch changes up to 9dec5a0ea1301d7c1f350fed3f309471b695584f:

  nokia_rx51: disable obsolete VIDEO config (2020-10-26 20:55:51 +0100)

----------------------------------------------------------------
 - disable CONFIG_VIDEO to remove DM conversion warnings
   for boards: at91sam9, eb_cpu5282, ls1021aqds, ls1021atwr,
   mx23evk, mx6sxsabresd, mx7dsabresd, nokia_rx51, picosam9g45,
   sansa_fuze_plus, xfi3

----------------------------------------------------------------
Anatolij Gustschin (12):
      imx: mx6sxsabresd: disable obsolete VIDEO config
      imx: mx7dsabresd: disable obsolete VIDEO config
      ls1021aqds: disable obsolete VIDEO config
      ls1021atwr: disable obsolete VIDEO config
      picosam9g45: disable obsolete VIDEO config
      at91sam9: disable obsolete VIDEO config
      at91sam9n12ek: disable obsolete VIDEO config
      mx23evk: disable obsolete VIDEO config
      xfi3: disable obsolete VIDEO config
      sansa_fuze_plus: disable obsolete VIDEO config
      eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
      nokia_rx51: disable obsolete VIDEO config

 board/BuS/eb_cpu5282/eb_cpu5282.c                   | 7 +++----
 common/stdio.c                                      | 4 +++-
 configs/at91sam9261ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9261ek_dataflash_cs3_defconfig       | 2 +-
 configs/at91sam9261ek_nandflash_defconfig           | 2 +-
 configs/at91sam9263ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9263ek_dataflash_defconfig           | 2 +-
 configs/at91sam9263ek_nandflash_defconfig           | 2 +-
 configs/at91sam9263ek_norflash_boot_defconfig       | 2 +-
 configs/at91sam9263ek_norflash_defconfig            | 2 +-
 configs/at91sam9g10ek_dataflash_cs0_defconfig       | 2 +-
 configs/at91sam9g10ek_dataflash_cs3_defconfig       | 2 +-
 configs/at91sam9g10ek_nandflash_defconfig           | 2 +-
 configs/at91sam9m10g45ek_mmc_defconfig              | 2 +-
 configs/at91sam9m10g45ek_nandflash_defconfig        | 2 +-
 configs/at91sam9n12ek_mmc_defconfig                 | 2 +-
 configs/at91sam9n12ek_nandflash_defconfig           | 2 +-
 configs/at91sam9n12ek_spiflash_defconfig            | 2 +-
 configs/at91sam9rlek_dataflash_defconfig            | 2 +-
 configs/at91sam9rlek_mmc_defconfig                  | 2 +-
 configs/at91sam9rlek_nandflash_defconfig            | 2 +-
 configs/eb_cpu5282_defconfig                        | 3 +--
 configs/eb_cpu5282_internal_defconfig               | 3 +--
 configs/ls1021aqds_ddr4_nor_defconfig               | 4 ++--
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig        | 4 ++--
 configs/ls1021aqds_nand_defconfig                   | 4 ++--
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig        | 4 ++--
 configs/ls1021aqds_nor_defconfig                    | 4 ++--
 configs/ls1021aqds_nor_lpuart_defconfig             | 4 ++--
 configs/ls1021aqds_qspi_defconfig                   | 4 ++--
 configs/ls1021aqds_sdcard_ifc_defconfig             | 4 ++--
 configs/ls1021aqds_sdcard_qspi_defconfig            | 4 ++--
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig        | 4 ++--
 configs/ls1021atwr_nor_defconfig                    | 4 ++--
 configs/ls1021atwr_nor_lpuart_defconfig             | 4 ++--
 configs/ls1021atwr_qspi_defconfig                   | 4 ++--
 configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 4 ++--
 configs/ls1021atwr_sdcard_ifc_defconfig             | 4 ++--
 configs/ls1021atwr_sdcard_qspi_defconfig            | 4 ++--
 configs/mx23evk_defconfig                           | 2 +-
 configs/mx6sxsabresd_defconfig                      | 2 +-
 configs/mx7dsabresd_defconfig                       | 2 +-
 configs/mx7dsabresd_qspi_defconfig                  | 2 +-
 configs/nokia_rx51_defconfig                        | 2 +-
 configs/picosam9g45_defconfig                       | 2 +-
 configs/sansa_fuze_plus_defconfig                   | 2 +-
 configs/xfi3_defconfig                              | 2 +-
 drivers/video/Kconfig                               | 9 ++++++++-
 include/configs/eb_cpu5282.h                        | 4 ----
 scripts/config_whitelist.txt                        | 1 -
 50 files changed, 75 insertions(+), 74 deletions(-)

Comments

Tom Rini Oct. 27, 2020, 2:50 p.m. UTC | #1
On Mon, Oct 26, 2020 at 09:43:07PM +0100, Anatolij Gustschin wrote:
> Hi Tom,
> 
> please pull more video updates for v2021.01.
> 
> gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/-/pipelines/5138
> 
> Thanks!
> 
> The following changes since commit c99e87f82803500f9811b1e98926d9d25df35b38:
> 
>   Merge branch '2020-10-23-misc-changes' (2020-10-24 10:49:28 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2021.01-rc1
> 
> for you to fetch changes up to 9dec5a0ea1301d7c1f350fed3f309471b695584f:
> 
>   nokia_rx51: disable obsolete VIDEO config (2020-10-26 20:55:51 +0100)
> 
> ----------------------------------------------------------------
>  - disable CONFIG_VIDEO to remove DM conversion warnings
>    for boards: at91sam9, eb_cpu5282, ls1021aqds, ls1021atwr,
>    mx23evk, mx6sxsabresd, mx7dsabresd, nokia_rx51, picosam9g45,
>    sansa_fuze_plus, xfi3
> 
> ----------------------------------------------------------------
> Anatolij Gustschin (12):
>       imx: mx6sxsabresd: disable obsolete VIDEO config
>       imx: mx7dsabresd: disable obsolete VIDEO config
>       ls1021aqds: disable obsolete VIDEO config
>       ls1021atwr: disable obsolete VIDEO config
>       picosam9g45: disable obsolete VIDEO config
>       at91sam9: disable obsolete VIDEO config
>       at91sam9n12ek: disable obsolete VIDEO config
>       mx23evk: disable obsolete VIDEO config
>       xfi3: disable obsolete VIDEO config
>       sansa_fuze_plus: disable obsolete VIDEO config
>       eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
>       nokia_rx51: disable obsolete VIDEO config

So I'm not quite sure what to do here.
Anatolij Gustschin Oct. 27, 2020, 7:37 p.m. UTC | #2
On Tue, 27 Oct 2020 10:50:53 -0400
Tom Rini trini@konsulko.com wrote:
...
> >       nokia_rx51: disable obsolete VIDEO config  
> 
> So I'm not quite sure what to do here.

Are you concerned about reported issue with nokia_rx51 patch?

--
Anatolij
Tom Rini Oct. 27, 2020, 7:43 p.m. UTC | #3
On Tue, Oct 27, 2020 at 08:37:48PM +0100, Anatolij Gustschin wrote:
> On Tue, 27 Oct 2020 10:50:53 -0400
> Tom Rini trini@konsulko.com wrote:
> ...
> > >       nokia_rx51: disable obsolete VIDEO config  
> > 
> > So I'm not quite sure what to do here.
> 
> Are you concerned about reported issue with nokia_rx51 patch?

I took the follow-up patch right afterwards.
Anatolij Gustschin Oct. 27, 2020, 7:47 p.m. UTC | #4
On Tue, 27 Oct 2020 15:43:15 -0400
Tom Rini trini@konsulko.com wrote:
...
> I took the follow-up patch right afterwards.

OK, thanks!

--
Anatolij