See the cover letter for more information about this series: https://patchwork.linuxtv.org/project/linux-media/cover/20210121144407.9045-1-dafna.hirschfeld@xxxxxxxxxxxxx/ Basically this series fixes a few shortcomings of the rkisp1 uAPI and adds support for IP version V12 and up. This should go to 5.11. Once 5.11 is released it is no longer possible to update the uAPI and it will be a lot harder to extend. Regards, Hans The following changes since commit 321af22a3d2f6ed1fb1737c8588c01f6fec8a7b8: media: atomisp: convert comma to semicolon (2021-01-14 13:59:46 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11c for you to fetch changes up to e8a5a10845054aed410abd8e0eb7e2c79380620a: media: rockchip: rkisp1: extend uapi array sizes (2021-01-22 13:05:40 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Dafna Hirschfeld (3): media: rkisp1: uapi: change hist_bins array type from __u16 to __u32 media: rkisp1: stats: remove a wrong cast to u8 media: rkisp1: stats: mask the hist_bins values Heiko Stuebner (3): media: rockchip: rkisp1: reduce number of histogram grid elements in uapi media: rockchip: rkisp1: carry ip version information media: rockchip: rkisp1: extend uapi array sizes Documentation/admin-guide/media/rkisp1.rst | 16 +++++++++ drivers/media/platform/rockchip/rkisp1/rkisp1-dev.c | 21 ++++++----- drivers/media/platform/rockchip/rkisp1/rkisp1-params.c | 5 +-- drivers/media/platform/rockchip/rkisp1/rkisp1-regs.h | 1 + drivers/media/platform/rockchip/rkisp1/rkisp1-stats.c | 11 +++--- include/uapi/linux/rkisp1-config.h | 86 ++++++++++++++++++++++++++++++++++++++++------ 6 files changed, 114 insertions(+), 26 deletions(-)