Re: [PATCH 00/14] video: Drop old CFB code

2022-03-28 Thread Anatolij Gustschin
On Sun, 23 Jan 2022 07:04:01 -0700 Simon Glass s...@chromium.org wrote: ... > Simon Glass (14): > video: Drop cfg_console > video: nokia_rx51: Drop obsolete video code > video: siemens: Drop unused video code > video: nexell: Drop unused and invalid code > video: Drop video_fb header >

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-28 Thread Anatolij Gustschin
Hi Simon, On Fri, 25 Mar 2022 11:41:54 +1300 Simon Glass s...@chromium.org wrote: > Hi Anatloij, > > On Fri, 25 Mar 2022 at 11:16, Anatolij Gustschin wrote: > > > > Hi Simon, > > > > On Thu, 24 Mar 2022 13:54:22 -0600 > > Simon Glass s...@chromium.org wrote: > > ... > > > > > > Is there any w

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Simon Glass
Hi Anatloij, On Fri, 25 Mar 2022 at 11:16, Anatolij Gustschin wrote: > > Hi Simon, > > On Thu, 24 Mar 2022 13:54:22 -0600 > Simon Glass s...@chromium.org wrote: > ... > > > > Is there any word on this series, please? > > last week I've rebased and applied this series to next (PATCH 02/14 > droppe

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Anatolij Gustschin
Hi Simon, On Thu, 24 Mar 2022 13:54:22 -0600 Simon Glass s...@chromium.org wrote: ... > > Is there any word on this series, please? last week I've rebased and applied this series to next (PATCH 02/14 dropped) and will submit a pull request when Tom merges last -rc into his next branch. Otherwise

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Simon Glass
Hi Pali, On Thu, 24 Mar 2022 at 13:56, Pali Rohár wrote: > > On Thursday 24 March 2022 13:54:22 Simon Glass wrote: > > Hi Anatolij, > > > > On Sun, 23 Jan 2022 at 07:04, Simon Glass wrote: > > > > > > There is still quite a bit of cruft in the video subsystem. Mainly this is > > > users of the n

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Pali Rohár
On Thursday 24 March 2022 13:54:22 Simon Glass wrote: > Hi Anatolij, > > On Sun, 23 Jan 2022 at 07:04, Simon Glass wrote: > > > > There is still quite a bit of cruft in the video subsystem. Mainly this is > > users of the now-removed CONFIG_VIDEO, cfb_console and CONFIG_LCD. > > > > This series r

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-24 Thread Simon Glass
Hi Anatolij, On Sun, 23 Jan 2022 at 07:04, Simon Glass wrote: > > There is still quite a bit of cruft in the video subsystem. Mainly this is > users of the now-removed CONFIG_VIDEO, cfb_console and CONFIG_LCD. > > This series removes most of the first two. The exception is videomodes.c > and its

[PATCH 00/14] video: Drop old CFB code

2022-01-24 Thread Simon Glass
There is still quite a bit of cruft in the video subsystem. Mainly this is users of the now-removed CONFIG_VIDEO, cfb_console and CONFIG_LCD. This series removes most of the first two. The exception is videomodes.c and its header, since these are used by sunxi. It looks like the code could be remo