All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-video
Date: Mon, 26 Oct 2020 21:43:07 +0100	[thread overview]
Message-ID: <20201026214307.33cf1068@crub> (raw)

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

             reply	other threads:[~2020-10-26 20:43 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 20:43 Anatolij Gustschin [this message]
2020-10-27 14:50 ` Please pull u-boot-video Tom Rini
2020-10-27 19:37   ` Anatolij Gustschin
2020-10-27 19:43     ` Tom Rini
2020-10-27 19:47       ` Anatolij Gustschin
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23 10:17 Anatolij Gustschin
2023-10-23 16:58 ` Tom Rini
2023-08-14  6:02 Anatolij Gustschin
2023-08-14 15:04 ` Tom Rini
2023-08-01 12:52 Anatolij Gustschin
2023-08-01 15:57 ` Tom Rini
2023-07-16 20:04 Anatolij Gustschin
2023-07-17 14:38 ` Tom Rini
2023-05-05  8:25 Anatolij Gustschin
2023-05-05 17:14 ` Tom Rini
2023-04-07 19:51 Anatolij Gustschin
2023-04-08 18:18 ` Tom Rini
2023-02-04 19:09 Anatolij Gustschin
2023-02-06 14:55 ` Tom Rini
2022-10-30 21:16 Anatolij Gustschin
2022-10-31 12:52 ` Tom Rini
2022-06-25  7:34 Anatolij Gustschin
2022-06-25 15:57 ` Tom Rini
2022-03-14 22:33 Anatolij Gustschin
2022-03-15 12:13 ` Tom Rini
2022-03-19 17:05   ` Anatolij Gustschin
2022-03-19 17:44     ` Tom Rini
2022-03-19 17:55       ` Anatolij Gustschin
2021-12-28 14:25 Anatolij Gustschin
2021-12-28 16:26 ` Tom Rini
2021-10-09 21:29 Anatolij Gustschin
2021-10-10 20:04 ` Tom Rini
2021-08-05 22:01 Anatolij Gustschin
2021-08-06 21:22 ` Tom Rini
2021-06-05 13:00 Anatolij Gustschin
2021-06-07 11:21 ` Tom Rini
2021-04-24 14:33 Anatolij Gustschin
2021-04-24 21:42 ` Tom Rini
2021-04-10 21:21 Anatolij Gustschin
2021-04-11 18:10 ` Tom Rini
2021-03-19  8:02 Anatolij Gustschin
2021-03-19 12:21 ` Tom Rini
2021-02-22 12:17 Anatolij Gustschin
2021-02-22 17:32 ` Tom Rini
2020-10-18 20:36 Anatolij Gustschin
2020-10-19 21:17 ` Tom Rini
2020-08-04  7:42 Anatolij Gustschin
2020-08-04 20:55 ` Tom Rini
2020-06-29 19:50 Anatolij Gustschin
2020-06-29 19:58 ` Tom Rini
2020-06-28 12:27 Anatolij Gustschin
2020-06-29  1:30 ` Tom Rini
2020-06-18 21:12 Anatolij Gustschin
2020-06-19 13:24 ` Tom Rini
2020-04-27  8:32 Anatolij Gustschin
2020-04-27 16:20 ` Tom Rini
2020-04-02 16:13 Anatolij Gustschin
2020-04-02 16:18 ` Anatolij Gustschin
2020-04-05 23:04 ` Tom Rini
2020-02-10 17:07 Anatolij Gustschin
2020-02-10 19:16 ` Tom Rini
2020-01-18 16:19 Anatolij Gustschin
2020-01-18 16:28 ` Tom Rini
     [not found] <20200102205451.4123cbe9@crub>
2020-01-03 14:46 ` Tom Rini
2019-12-10 20:38 Anatolij Gustschin
2019-12-11 13:15 ` 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=20201026214307.33cf1068@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.