Merge tag 'media/v5.20-1' of git://git./linux/kernel/git/mchehab/linux-media
Pull media updates from Mauro Carvalho Chehab:
 - New driver for Semi AR0521 sensor
 - rkisp1 CSI code was split into a separate file
 - sun6i has gained support for the A31 MIPI CSI-2 controller
 - sun8i has gained support for the A83T MIPI CSI-2 controller
 - vimc driver got support for virtual lens
 - HEVC uAPI has gained its final form and got added to public headers
 - hantro and cedrus got updates on H-265 support
 - stkwebcam was promoted from staging
 - atomisp staging driver got cleanups on its hmm and kmap related logic
 - ov5640 gained support for more modes and got some rework
 - imx7-media-csi staging driver got several improvements related to mc
   API support
 - uvcvideo now handles better power line control
 - mediatec vcodec gained support for new hardware and got some codec
   updates
 - Lots of other bug fixes, improvements and cleanups.
* tag 'media/v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (446 commits)
  media: hantro: Remove dedicated control documentation
  hantro: Remove incorrect HEVC SPS validation
  media: cedrus: hevc: Add check for invalid timestamp
  media: sunxi: sun6i_mipi_csi2.c/sun8i_a83t_mipi_csi2.c: clarify error handling
  media: uvcvideo: Fix invalid pointer in uvc_ctrl_init_ctrl()
  media: Documentation: mc-core: Fix typo
  media: videodev2.h.rst.exceptions: add missing exceptions
  media: vimc: wrong pointer is used with PTR_ERR
  media: rkisp1: debug: Add dump file in debugfs for MI main path registers
  media: rkisp1: Make the internal CSI-2 receiver optional
  media: rkisp1: Add infrastructure to support ISP features
  media: rkisp1: Support the ISP parallel input
  media: dt-bindings: media: rkisp1: Add port for parallel interface
  media: rkisp1: Use fwnode_graph_for_each_endpoint
  media: rkisp1: csi: Plumb the CSI RX subdev
  media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
  media: rkisp1: isp: Disallow multiple active sources
  media: rkisp1: isp: Rename rkisp1_get_remote_source()
  media: rkisp1: isp: Constify various local variables
  media: rkisp1: isp: Fix whitespace issues
  ...