Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Simon Glass
Hi Pali, On Sun, 23 Jan 2022 at 09:01, Pali Rohár wrote: > > Hello! > > On Sunday 23 January 2022 08:54:24 Simon Glass wrote: > > Hi Pali, > > > > On Sun, 23 Jan 2022 at 07:57, Pali Rohár wrote: > > > > > > On Sunday 23 January 2022 07:36:22 Simon Glass wrote: > > > > Hi Pali, > > > > > > > > On

Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Pali Rohár
Hello! On Sunday 23 January 2022 08:54:24 Simon Glass wrote: > Hi Pali, > > On Sun, 23 Jan 2022 at 07:57, Pali Rohár wrote: > > > > On Sunday 23 January 2022 07:36:22 Simon Glass wrote: > > > Hi Pali, > > > > > > On Sun, 23 Jan 2022 at 07:08, Pali Rohár wrote: > > > > > > > > + Maemo > > > > >

Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Simon Glass
Hi Pali, On Sun, 23 Jan 2022 at 07:57, Pali Rohár wrote: > > On Sunday 23 January 2022 07:36:22 Simon Glass wrote: > > Hi Pali, > > > > On Sun, 23 Jan 2022 at 07:08, Pali Rohár wrote: > > > > > > + Maemo > > > > > > On Sunday 23 January 2022 07:04:03 Simon Glass wrote: > > > > Drop this code whi

Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Pali Rohár
On Sunday 23 January 2022 07:36:22 Simon Glass wrote: > Hi Pali, > > On Sun, 23 Jan 2022 at 07:08, Pali Rohár wrote: > > > > + Maemo > > > > On Sunday 23 January 2022 07:04:03 Simon Glass wrote: > > > Drop this code which uses a header that is about to be deleted. > > > > And what / where is the

Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Simon Glass
Hi Pali, On Sun, 23 Jan 2022 at 07:08, Pali Rohár wrote: > > + Maemo > > On Sunday 23 January 2022 07:04:03 Simon Glass wrote: > > Drop this code which uses a header that is about to be deleted. > > And what / where is the replacement? This is DM_VIDEO. There are quite a few example drivers in d

Re: [PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Pali Rohár
+ Maemo On Sunday 23 January 2022 07:04:03 Simon Glass wrote: > Drop this code which uses a header that is about to be deleted. And what / where is the replacement? > Signed-off-by: Simon Glass > --- > > board/nokia/rx51/rx51.c | 19 --- > configs/nokia_rx51_defconfig |

[PATCH 02/14] video: nokia_rx51: Drop obsolete video code

2022-01-23 Thread Simon Glass
Drop this code which uses a header that is about to be deleted. Signed-off-by: Simon Glass --- board/nokia/rx51/rx51.c | 19 --- configs/nokia_rx51_defconfig | 1 - include/configs/nokia_rx51.h | 11 --- 3 files changed, 31 deletions(-) diff --git a/board/nokia/rx