diff --git a/drivers/media/platform/rockchip/isp/version.h b/drivers/media/platform/rockchip/isp/version.h index 8981e4709131..918ee8a8d9e9 100644 --- a/drivers/media/platform/rockchip/isp/version.h +++ b/drivers/media/platform/rockchip/isp/version.h @@ -483,6 +483,27 @@ * 20.more time to wait isp end * 21.add mode for rv1106 suspend without rtt * 22.fix is_on false cause pm isp die + * + * v2.5.0 (AIQ v5.5.0) + * 1.wrap mode first done don't send event + * 2.fix 4k and dual_sensor pm oneframe error + * 3.isp32 using ktime_get_boottime_ns + * 4.fix wait timeout with thunderboot + * 5.add buf cnt info to procfs + * 6.sync irq_ends + * 7.fix resume mi no enable + * 8.fix isp32 lost buf + * 9.frame start to check and config next buf + * 10.fix isp stop to enable isp ctrl + * 11.fix isp32 buf no update to hw + * 12.add rkisp_buf_dbg + * 13.fix isp stop to read stats buf + * 14.support multiple wrap + * 15.dvbm buf support from rockit + * 16.add RKISP_CMD_SET_TB_HEAD_V32 API + * 17.add ioctl to get bay3d buf + * 18.fix isp32 lite frame buffer data read + * 19.support 8k for isp32 lite */ #define RKISP_DRIVER_VERSION RKISP_API_VERSION diff --git a/include/uapi/linux/rk-isp2-config.h b/include/uapi/linux/rk-isp2-config.h index 7ea04e6f9477..3950cf3394d8 100644 --- a/include/uapi/linux/rk-isp2-config.h +++ b/include/uapi/linux/rk-isp2-config.h @@ -11,7 +11,7 @@ #include #include -#define RKISP_API_VERSION KERNEL_VERSION(2, 4, 0) +#define RKISP_API_VERSION KERNEL_VERSION(2, 5, 0) /****************ISP SUBDEV IOCTL*****************************/