Re: [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus

2018-05-04 Thread Jan Lübbe
On Fri, 2018-05-04 at 13:07 +0800, kbuild test robot wrote: >drivers/staging/media/imx/imx-media-csi.c: In function > 'csi_setup': > >> drivers/staging/media/imx/imx-media-csi.c:652:8: warning: > assignment discards 'const' qualifier from pointer target type [- > Wdiscarded-qualifiers] >

Re: [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus

2018-05-04 Thread kbuild test robot
Hi Jan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.17-rc3 next-20180503] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus

2018-05-04 Thread kbuild test robot
Hi Jan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.17-rc3 next-20180503] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus

2018-05-03 Thread kbuild test robot
Hi Jan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.17-rc3 next-20180503] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus

2018-05-03 Thread Jan Luebbe
The IPU can only capture RGB565 with two 8-bit cycles in bayer/generic mode on the parallel bus, compared to a specific mode on MIPI CSI-2. To handle this, we extend imx_media_pixfmt with a cycles per pixel field, which is used for generic formats on the parallel bus. Based on the selected format