On 01/12/2023 16:04, Paul Elder wrote:
This series adds a small cleanup of the register definitions, as well as some additions to the debug for the rkisp1 driver. Paul Elder (4): media: rkisp1: regs: Consolidate MI interrupt wrap fields media: rkisp1: debug: Add register dump for IS media: rkisp1: debug: Count completed frame interrupts media: rkisp1: debug: Consolidate counter debugfs files .../platform/rockchip/rkisp1/rkisp1-capture.c | 2 + .../platform/rockchip/rkisp1/rkisp1-common.h | 5 ++ .../platform/rockchip/rkisp1/rkisp1-debug.c | 71 +++++++++++++------ .../platform/rockchip/rkisp1/rkisp1-isp.c | 2 + .../platform/rockchip/rkisp1/rkisp1-regs.h | 9 +-- 5 files changed, 60 insertions(+), 29 deletions(-)
For the series, with or without the change I proposed for patch 4: Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> Tomi