Re: [Patch] media: i2c: tvp514x: Reported mbus format should be MEDIA_BUS_FMT_UYVY8_2X8

2016-09-22 Thread Benoit Parrot
Gentle ping! Benoit Benoit Parrot wrote on Wed [2016-Sep-14 15:03:13 -0500]: > The advertised V4L2 pixel format and Media Bus code don't match. > The current media bud code advertised is MEDIA_BUS_FMT_YUYV8_2X8 > which does not reflect what the encoder actually outputs. > This encoder generate M

[Patch] media: i2c: tvp514x: Reported mbus format should be MEDIA_BUS_FMT_UYVY8_2X8

2016-09-14 Thread Benoit Parrot
The advertised V4L2 pixel format and Media Bus code don't match. The current media bud code advertised is MEDIA_BUS_FMT_YUYV8_2X8 which does not reflect what the encoder actually outputs. This encoder generate MEDIA_BUS_FMT_UYVY8_2X8 so advertise as such. Signed-off-by: Benoit Parrot --- drivers