This patchset extends the documentation of rkisp1-common.h, together with some cleanup patches. It adds a line description of every struct and every field, and also a line description of every lock. change since v2: first 3 patches were already accepted and are not in this version. patch 5 from v2 was removed in patch 6 - add document field 'yuv_seq' in rkisp1_isp_mbus_info Dafna Hirschfeld (5): media: staging: rkisp1: don't define vaddr field in rkisp1_buffer as an array media: staging: rkisp1: unify (un)register functions to have the same parameters media: staging: rkisp1: remove declaration of unimplemented function 'rkisp1_params_isr_handler' media: staging: rkisp1: group declaration of similar functions together media: staging: rkisp1: improve documentation of rkisp1-common.h drivers/staging/media/rkisp1/TODO | 1 - drivers/staging/media/rkisp1/rkisp1-common.h | 265 ++++++++++++++----- drivers/staging/media/rkisp1/rkisp1-dev.c | 15 +- drivers/staging/media/rkisp1/rkisp1-isp.c | 5 +- drivers/staging/media/rkisp1/rkisp1-params.c | 14 +- drivers/staging/media/rkisp1/rkisp1-stats.c | 14 +- 6 files changed, 226 insertions(+), 88 deletions(-) -- 2.17.1