On Wed, 2020-11-18 at 15:46 -0300, Ezequiel Garcia wrote: > The H264 stateless controls is ready to be part > of the stable uAPI. > > Re-number the control IDs, move them to the newly > created stateless control class, and updates all > the drivers accordingly. > > Signed-off-by: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx> > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 36 +- > drivers/staging/media/hantro/hantro_drv.c | 26 +- > drivers/staging/media/hantro/hantro_h264.c | 8 +- > drivers/staging/media/rkvdec/rkvdec-h264.c | 8 +- > drivers/staging/media/rkvdec/rkvdec.c | 26 +- > drivers/staging/media/sunxi/cedrus/cedrus.c | 24 +- > .../staging/media/sunxi/cedrus/cedrus_dec.c | 12 +- > include/media/v4l2-ctrls.h | 1 - > include/uapi/linux/v4l2-controls.h | 379 ++++++++++++++++++ > 9 files changed, 449 insertions(+), 71 deletions(-) > Ah, this patch should also delete the old media/h264-ctrls.h. Another thing to fix for next iteration. Thanks, Ezequiel