All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
@ 2020-12-03  9:15 Patrick Delaunay
  2020-12-03  9:15 ` [PATCH 1/6] tbs2910: configs: remove VIDCONSOLE_AS_LCD Patrick Delaunay
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Patrick Delaunay @ 2020-12-03  9:15 UTC (permalink / raw)
  To: u-boot


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.

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

-- 
2.17.1

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

end of thread, other threads:[~2020-12-21 21:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 0/6] " Soeren Moch
     [not found]   ` <f0bd0043f95b4364bde19d21902e09bd@SFHDAG2NODE3.st.com>
2020-12-08 14:30     ` FW: " 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

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.