This patchset fixes various issues related to the supported formats in the rkisp1 capture. Patches summary: patch 1 - fixes a wrong assignments to the register that swaps the 'u', 'v' planes in YUV semiplanar formats. patch 2 - sets the register from patch 1 only if the format is semiplanar. patch 3 - adds support to planar YUV formats with swapped u,v planes by swapping the addresses of the planes patch 4 - removes some packed YUV formats that are not supported by the driver. Dafna Hirschfeld (4): media: staging: rkisp1: cap: fix issues when writing to uv swap register media: staging: rkisp1: cap: support uv swap only for semiplanar formats media: staging: rkisp1: cap: support uv swapped plane formats media: staging: rkisp1: cap: remove unsupported formats drivers/staging/media/rkisp1/rkisp1-capture.c | 55 ++++++++++--------- 1 file changed, 28 insertions(+), 27 deletions(-) -- 2.17.1