linux/drivers/media/platform/ti/vpe
Felix Gu f3e969a5b5 media: ti: vpe: Add missing v4l2_device_unregister in vip_remove()
The v4l2_device is registered during probe but was not being unregistered
during remove. Add the missing v4l2_device_unregister() call to properly
clean up resources.

Fixes: fc2873aa4a ("media: ti: vpe: Add the VIP driver")
Cc: stable@vger.kernel.org
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Reviewed-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
2026-03-16 11:51:55 +01:00
..
csc.c
csc.h
Makefile media: ti: vpe: Add the VIP driver 2026-01-13 13:49:02 +01:00
sc_coeff.h
sc.c
sc.h
vip.c media: ti: vpe: Add missing v4l2_device_unregister in vip_remove() 2026-03-16 11:51:55 +01:00
vip.h media: ti: vpe: Add the VIP driver 2026-01-13 13:49:02 +01:00
vpdma_priv.h
vpdma.c media: ti: vpe: Export vpdma_load_firmware() function 2026-01-13 13:49:02 +01:00
vpdma.h media: ti: vpe: Export vpdma_load_firmware() function 2026-01-13 13:49:02 +01:00
vpe_regs.h
vpe.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00