Tackle some low hanging items. There's not much to say here, see the patches for details. We'll be soon posting more interesting changes :) Thanks, Ezequiel Ezequiel Garcia (6): hantro: h264: Remove unused macro definition hantro: h264: Rename scaling list handling function hantro: Rework how encoder and decoder are identified hantro: Move hantro_enc_buf_finish to JPEG codec_ops.done hantro: Remove unused bytesused argument hantro: Make sure we don't use post-processor on an encoder drivers/staging/media/hantro/hantro.h | 9 +-- drivers/staging/media/hantro/hantro_drv.c | 60 ++++++------------- .../staging/media/hantro/hantro_h1_jpeg_enc.c | 17 ++++++ drivers/staging/media/hantro/hantro_h264.c | 6 +- drivers/staging/media/hantro/hantro_hw.h | 5 +- drivers/staging/media/hantro/imx8m_vpu_hw.c | 2 +- drivers/staging/media/hantro/rk3288_vpu_hw.c | 8 +-- drivers/staging/media/hantro/rk3399_vpu_hw.c | 7 +-- 8 files changed, 49 insertions(+), 65 deletions(-) -- 2.26.0.rc2