media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 11 Aug 2022 09:17:48 +0000 (11:17 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 14:46:38 +0000 (16:46 +0200)
commite33fdb5a02490059e2f48ced2c038c8a46c6476d
tree4af388ba1670dcf8db0422795e318ac151480630
parent6971757bdcccdd420583b0ed52361ebdafed2738
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>
57 files changed:
MAINTAINERS
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/saa7146/Kconfig [deleted file]
drivers/media/common/saa7146/Makefile [deleted file]
drivers/media/common/saa7146/saa7146_core.c [deleted file]
drivers/media/common/saa7146/saa7146_fops.c [deleted file]
drivers/media/common/saa7146/saa7146_hlp.c [deleted file]
drivers/media/common/saa7146/saa7146_i2c.c [deleted file]
drivers/media/common/saa7146/saa7146_vbi.c [deleted file]
drivers/media/common/saa7146/saa7146_video.c [deleted file]
drivers/media/pci/Kconfig
drivers/media/pci/Makefile
drivers/media/pci/saa7146/Kconfig [deleted file]
drivers/media/pci/saa7146/Makefile [deleted file]
drivers/media/pci/saa7146/hexium_gemini.c [deleted file]
drivers/media/pci/saa7146/hexium_orion.c [deleted file]
drivers/media/pci/saa7146/mxb.c [deleted file]
drivers/media/pci/ttpci/Kconfig [deleted file]
drivers/media/pci/ttpci/Makefile [deleted file]
drivers/media/pci/ttpci/budget-av.c [deleted file]
drivers/media/pci/ttpci/budget-ci.c [deleted file]
drivers/media/pci/ttpci/budget-core.c [deleted file]
drivers/media/pci/ttpci/budget.c [deleted file]
drivers/media/pci/ttpci/budget.h [deleted file]
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/av7110/Makefile
drivers/staging/media/av7110/av7110.h
drivers/staging/media/deprecated/saa7146/Kconfig [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/Makefile [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/Kconfig [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/Makefile [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146.h [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_core.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_fops.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_hlp.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_i2c.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_vbi.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_video.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/common/saa7146_vv.h [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/Kconfig [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/Makefile [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/TODO [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/hexium_gemini.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/hexium_orion.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/saa7146/mxb.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/Kconfig [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/Makefile [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/TODO [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/budget-av.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/budget-ci.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/budget-core.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/budget.c [new file with mode: 0644]
drivers/staging/media/deprecated/saa7146/ttpci/budget.h [new file with mode: 0644]
include/media/drv-intf/saa7146.h [deleted file]
include/media/drv-intf/saa7146_vv.h [deleted file]