linux-stable/drivers/media
Hans Verkuil fa83fca55c media: rename VFL_TYPE_GRABBER to _VIDEO
[ Upstream commit 238e4a5baa ]

We currently have the following devnode types:

enum vfl_devnode_type {
        VFL_TYPE_GRABBER        = 0,
        VFL_TYPE_VBI,
        VFL_TYPE_RADIO,
        VFL_TYPE_SUBDEV,
        VFL_TYPE_SDR,
        VFL_TYPE_TOUCH,
        VFL_TYPE_MAX /* Shall be the last one */
};

They all make sense, except for the first: GRABBER really refers to /dev/videoX
devices, which can be capture, output or m2m, so 'grabber' doesn't even refer to
their function anymore.

Let's call a spade a spade and rename this to VFL_TYPE_VIDEO.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Stable-dep-of: d0b07f712b ("media: ttpci: fix two memleaks in budget_av_attach")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:22:22 -04:00
..
cec media: cec: core: don't set last_initiator if tx in progress 2023-06-28 10:18:40 +02:00
common media: v4l2-tpg: fix some memleaks in tpg_alloc 2024-03-26 18:22:19 -04:00
dvb-core media: edia: dvbdev: fix a use-after-free 2024-03-26 18:22:19 -04:00
dvb-frontends media: dvb-frontends: avoid stack overflow warnings with clang 2024-03-26 18:22:22 -04:00
firewire media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() 2021-11-06 13:59:45 +01:00
i2c media: tc358743: register v4l2 async device only after successful setup 2024-03-26 18:22:19 -04:00
mc media: Fix Media Controller API config checks 2021-07-14 16:53:15 +02:00
mmc
pci media: ddbridge: fix an error code problem in ddb_probe 2024-02-23 08:25:01 +01:00
platform media: rockchip: rga: fix swizzling for RGB formats 2024-02-23 08:25:00 +01:00
radio media: radio-shark: Add endpoint checks 2023-05-30 12:44:10 +01:00
rc media: sharp: fix sharp encoding 2023-11-28 16:50:21 +00:00
spi media: cxd2880-spi: Fix a null pointer dereference on error handling path 2021-11-17 09:48:35 +01:00
tuners media: tuners: qt1010: replace BUG_ON with a regular error 2023-09-23 11:00:04 +02:00
usb media: go7007: fix a memleak in go7007_load_encoder 2024-03-26 18:22:22 -04:00
v4l2-core media: rename VFL_TYPE_GRABBER to _VIDEO 2024-03-26 18:22:22 -04:00
Kconfig
Makefile