All of lore.kernel.org
 help / color / mirror / Atom feed
From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
Date: Sun, 6 Dec 2020 20:58:45 +0100	[thread overview]
Message-ID: <9d8e34fa-cd69-f2ac-7d63-0b2da2e382f5@web.de> (raw)
In-Reply-To: <20201203091549.7031-1-patrick.delaunay@st.com>

On 03.12.20 10:15, Patrick Delaunay wrote:
> I propose this serie to remove the vidconsole work-around, activated with
> the 2 options VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME and cleanup
> the associated code in console.c (under #ifdef CONFIG_VIDCONSOLE_AS_LCD)
>
> This options are now obsolete and they was planned to be
> removed around the end of 2020.
>
> I propose this patchset for v2021.04 even if I don't
> test this serie on real boards.
I really would like to keep this code for now.

On the tbs2910 board this workaround was introduced in the last u-boot
release (v2020.10), so there was almost no time for end users to notice
the warning and to update there environment. Not every end user installs
every new u-boot release, so we really should give more time for this
change.

This workaround is self-contained, small, easy to maintain, and strictly
opt-in. So this workaround hurts nobody, but removing this will let
users alone without any HDMI output. So on this board (without included
serial console port), this will result in unhappy users, especially
since without any console output there is no chance to get any idea what
is going wrong.

Thanks,
Soeren
>
> Patrick.
>
>
>
> Patrick Delaunay (6):
>   tbs2910: configs: remove VIDCONSOLE_AS_LCD
>   peach-pit: configs: remove VIDCONSOLE_AS_LCD
>   snow: configs: remove VIDCONSOLE_AS_LCD
>   peach-pi: configs: remove VIDCONSOLE_AS_LCD
>   spring: configs: remove VIDCONSOLE_AS_LCD
>   video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
>
>  common/console.c            | 10 ----------
>  configs/peach-pi_defconfig  |  1 -
>  configs/peach-pit_defconfig |  1 -
>  configs/snow_defconfig      |  1 -
>  configs/spring_defconfig    |  1 -
>  configs/tbs2910_defconfig   |  1 -
>  drivers/video/Kconfig       | 22 ----------------------
>  7 files changed, 37 deletions(-)
>

  parent reply	other threads:[~2020-12-06 19:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03  9:15 [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME Patrick Delaunay
2020-12-03  9:15 ` [PATCH 1/6] tbs2910: configs: remove VIDCONSOLE_AS_LCD Patrick Delaunay
2020-12-06 19:59   ` Soeren Moch
2020-12-03  9:15 ` [PATCH 2/6] peach-pit: " Patrick Delaunay
2020-12-03  9:15 ` [PATCH 3/6] snow: " Patrick Delaunay
2020-12-03  9:15 ` [PATCH 4/6] peach-pi: " Patrick Delaunay
2020-12-03  9:15 ` [PATCH 5/6] spring: " Patrick Delaunay
2020-12-12 15:39   ` Simon Glass
2020-12-03  9:15 ` [PATCH 6/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME Patrick Delaunay
2020-12-06 19:58 ` Soeren Moch [this message]
     [not found]   ` <f0bd0043f95b4364bde19d21902e09bd@SFHDAG2NODE3.st.com>
2020-12-08 14:30     ` FW: [PATCH 0/6] " Patrick DELAUNAY
2020-12-08 16:16       ` Tom Rini
2020-12-20 19:28         ` Soeren Moch
2020-12-20 21:14         ` Anatolij Gustschin
2020-12-21 21:35           ` 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=9d8e34fa-cd69-f2ac-7d63-0b2da2e382f5@web.de \
    --to=smoch@web.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.