From 454977fa077545e4baa0952167b17a2629eec40f Mon Sep 17 00:00:00 2001 From: Hu Kejun Date: Sun, 30 Sep 2018 10:33:40 +0800 Subject: [PATCH] media: rk-isp10: update to v0.2.2 Change-Id: I616d34cbfdb7ce2066081b82194ede3c5c41f9a1 Signed-off-by: Hu Kejun --- drivers/media/platform/rk-isp10/cif_isp10_version.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/rk-isp10/cif_isp10_version.h b/drivers/media/platform/rk-isp10/cif_isp10_version.h index 0904b59e94d7..dab3a83f11e6 100644 --- a/drivers/media/platform/rk-isp10/cif_isp10_version.h +++ b/drivers/media/platform/rk-isp10/cif_isp10_version.h @@ -118,8 +118,16 @@ *1. add isp reset function. *2. fix the issue that setting of isp0 mipi affect txrx dphy. * + *v0.2.0x2 + *1. fix fmt selection. + *2. MP/SP burst config with resolution. + *3. fix one vb is in queue.done_list twice. + *4. fix lose buffer in qduf ioctl. + *5. fix AE information is not correct when updating exposure by each frame. + *6. support Y8/Y12 grey sensor. + * */ -#define CONFIG_CIFISP10_DRIVER_VERSION KERNEL_VERSION(0, 2, 0x1) +#define CONFIG_CIFISP10_DRIVER_VERSION KERNEL_VERSION(0, 2, 0x2) #endif