Re: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-21 Thread Tom Rini
On Sun, Dec 20, 2020 at 10:14:06PM +0100, Anatolij Gustschin wrote: > On Tue, 8 Dec 2020 11:16:30 -0500 > Tom Rini tr...@konsulko.com wrote: > ... > > > => open point: which acceptable target to remove this feature ? v2022.01 > > > ? > > > > This sounds like a good plan and reasonable date t

Re: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-20 Thread Anatolij Gustschin
On Tue, 8 Dec 2020 11:16:30 -0500 Tom Rini tr...@konsulko.com wrote: ... > > => open point: which acceptable target to remove this feature ? v2022.01 ? > > This sounds like a good plan and reasonable date to me. Anatolij? I have no objection, this target date is okay for me. -- Anatolij

Re: FW: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-20 Thread Soeren Moch
On 08.12.20 17:16, Tom Rini wrote: > On Tue, Dec 08, 2020 at 03:30:43PM +0100, Patrick DELAUNAY wrote: >> Hi Soeren, >> >>> From: Soeren Moch Sent: dimanche 6 décembre 2020 20:59 On >>> 03.12.20 10:15, Patrick Delaunay wrote: >>> I propose this serie to remove the vidconsole work-around, acti

Re: FW: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-08 Thread Tom Rini
On Tue, Dec 08, 2020 at 03:30:43PM +0100, Patrick DELAUNAY wrote: > Hi Soeren, > > > From: Soeren Moch Sent: dimanche 6 décembre 2020 20:59 On > > 03.12.20 10:15, Patrick Delaunay wrote: > > > > > I propose this serie to remove the vidconsole work-around, activated > > > with the 2 options VIDCO

Re: FW: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-08 Thread Patrick DELAUNAY
Hi Soeren, From: Soeren Moch Sent: dimanche 6 décembre 2020 20:59 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 #

Re: [PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-06 Thread Soeren Moch
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 an

[PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME

2020-12-03 Thread Patrick Delaunay
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