This patchset fixes various issues related to the supported formats in the rkisp1 capture. Patches summary: patches 1,2 - fixes a wrong assignments to the register that swaps the 'u', 'v' planes in YUV semiplanar formats. patch 3 - sets the register from patch 1 only if the format is semiplanar. patch 4 - adds support to planar YUV formats with swapped u,v planes by swapping the addresses of the planes patch 5 - removes some packed YUV formats that are not supported by the driver. changes from v1: - split the first patch from v1 into two separate patches, the first is a cleanup patch the second fixes a bug. Dafna Hirschfeld (5): media: staging: rkisp1: cap: cleanup in mainpath config for uv swap format media: staging: rkisp1: cap: fix value written to uv swap register in selfpath 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