[PATCH v6] media: mx2_camera: Fix mbus format handling

2012-07-11 Thread Javier Martin
Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags. The driver must negotiate with the attached sensor whether the mbus format is UYUV or YUYV and set CSICR1 configuration accordingly. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c |

Re: [PATCH v6] media: mx2_camera: Fix mbus format handling

2012-07-11 Thread Laurent Pinchart
On Wednesday 11 July 2012 13:00:19 Javier Martin wrote: Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags. The driver must negotiate with the attached sensor whether the mbus format is UYUV or YUYV and set CSICR1 configuration accordingly. Signed-off-by: Javier Martin

[PATCH v6] media: mx2_camera: Fix mbus format handling

2012-07-11 Thread Guennadi Liakhovetski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Javier Martin javier.mar...@vista-silicon.com Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags. The driver must negotiate with the attached sensor whether the mbus format is UYUV or YUYV and set CSICR1 configuration accordingly.