Commit e33fdb5a authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

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: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 6971757b
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -17910,8 +17910,7 @@ M: Hans Verkuil <hverkuil@xs4all.nl>
L:	linux-media@vger.kernel.org
L:	linux-media@vger.kernel.org
S:	Maintained
S:	Maintained
T:	git git://linuxtv.org/media_tree.git
T:	git git://linuxtv.org/media_tree.git
F:	drivers/media/common/saa7146/
F:	drivers/staging/media/deprecated/saa7146/
F:	drivers/media/pci/saa7146/
F:	include/media/drv-intf/saa7146*
F:	include/media/drv-intf/saa7146*
SAFESETID SECURITY MODULE
SAFESETID SECURITY MODULE
+0 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,6 @@ config VIDEO_TVEEPROM
	depends on I2C
	depends on I2C


source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"
source "drivers/media/common/siano/Kconfig"
source "drivers/media/common/v4l2-tpg/Kconfig"
source "drivers/media/common/v4l2-tpg/Kconfig"
source "drivers/media/common/videobuf2/Kconfig"
source "drivers/media/common/videobuf2/Kconfig"
+1 −1
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-License-Identifier: GPL-2.0-only
obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/
obj-y += b2c2/ siano/ v4l2-tpg/ videobuf2/


# Please keep it alphabetically sorted by Kconfig name
# Please keep it alphabetically sorted by Kconfig name
# (e. g. LC_ALL=C sort Makefile)
# (e. g. LC_ALL=C sort Makefile)
+0 −2
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@ if MEDIA_ANALOG_TV_SUPPORT


source "drivers/media/pci/dt3155/Kconfig"
source "drivers/media/pci/dt3155/Kconfig"
source "drivers/media/pci/ivtv/Kconfig"
source "drivers/media/pci/ivtv/Kconfig"
source "drivers/media/pci/saa7146/Kconfig"


endif
endif


@@ -58,7 +57,6 @@ source "drivers/media/pci/pluto2/Kconfig"
source "drivers/media/pci/pt1/Kconfig"
source "drivers/media/pci/pt1/Kconfig"
source "drivers/media/pci/pt3/Kconfig"
source "drivers/media/pci/pt3/Kconfig"
source "drivers/media/pci/smipcie/Kconfig"
source "drivers/media/pci/smipcie/Kconfig"
source "drivers/media/pci/ttpci/Kconfig"


endif
endif


+1 −3
Original line number Original line Diff line number Diff line
@@ -5,8 +5,7 @@


# Please keep it alphabetically sorted by directory
# Please keep it alphabetically sorted by directory
# (e. g. LC_ALL=C sort Makefile)
# (e. g. LC_ALL=C sort Makefile)
obj-y        +=	ttpci/		\
obj-y        +=	b2c2/		\
		b2c2/		\
		pluto2/		\
		pluto2/		\
		dm1105/		\
		dm1105/		\
		pt1/		\
		pt1/		\
@@ -14,7 +13,6 @@ obj-y += ttpci/ \
		mantis/		\
		mantis/		\
		ngene/		\
		ngene/		\
		ddbridge/	\
		ddbridge/	\
		saa7146/	\
		smipcie/	\
		smipcie/	\
		netup_unidvb/	\
		netup_unidvb/	\
		intel/
		intel/
Loading