diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-08-11 12:17:48 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-29 17:46:38 +0300 |
commit | e33fdb5a02490059e2f48ced2c038c8a46c6476d (patch) | |
tree | 4af388ba1670dcf8db0422795e318ac151480630 /drivers/media/common/saa7146/Makefile | |
parent | 6971757bdcccdd420583b0ed52361ebdafed2738 (diff) | |
download | linux-e33fdb5a02490059e2f48ced2c038c8a46c6476d.tar.xz |
media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci
Deprecate the hexium_gemini, hexium_orion, mxb and ttpci saa7146-based
drivers: these drivers do not use the vb2 framework for video streaming,
instead it uses the old videobuf framework.
We want to get rid of these old drivers, so deprecated these for future
removal.
[hverkuil: update MAINTAINERS file]
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/common/saa7146/Makefile')
-rw-r--r-- | drivers/media/common/saa7146/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/common/saa7146/Makefile b/drivers/media/common/saa7146/Makefile deleted file mode 100644 index 2a6337feaec8..000000000000 --- a/drivers/media/common/saa7146/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -saa7146-objs := saa7146_i2c.o saa7146_core.o -saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o - -obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o -obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o |