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/pci/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/pci/Makefile')
-rw-r--r-- | drivers/media/pci/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/pci/Makefile b/drivers/media/pci/Makefile index 8bed619b7130..8f887a8a7f17 100644 --- a/drivers/media/pci/Makefile +++ b/drivers/media/pci/Makefile @@ -5,8 +5,7 @@ # Please keep it alphabetically sorted by directory # (e. g. LC_ALL=C sort Makefile) -obj-y += ttpci/ \ - b2c2/ \ +obj-y += b2c2/ \ pluto2/ \ dm1105/ \ pt1/ \ @@ -14,7 +13,6 @@ obj-y += ttpci/ \ mantis/ \ ngene/ \ ddbridge/ \ - saa7146/ \ smipcie/ \ netup_unidvb/ \ intel/ |