]> git.baikalelectronics.ru Git - kernel.git/commit
media: partial revert of "[media] tvp5150: add HW input connectors support"
authorJavier Martinez Canillas <javierm@redhat.com>
Thu, 12 Mar 2020 10:31:44 +0000 (11:31 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 12 Mar 2020 15:35:59 +0000 (16:35 +0100)
commit57b0720347eed5159bdf9eb118bde973ee003ebd
tree963bf935d726777e94681efff0cd11a7c75df254
parentd09ed94cea70303deeb9f70efb0816931be1cec7
media: partial revert of "[media] tvp5150: add HW input connectors support"

Commit d0ef791570ed ("[media] tvp5150: add HW input connectors support")
added input signals support for the tvp5150, but the approach was found
to be incorrect so the corresponding DT binding commit 72dc710e4783
("[media] tvp5150: document input connectors DT bindings") was reverted.

This left the driver with an undocumented (and wrong) DT parsing logic,
so lets get rid of this code as well until the input connectors support
is implemented properly.

It's a partial revert due other patches added on top of mentioned commit
not allowing the commit to be reverted cleanly anymore. But all the code
related to the DT parsing logic and input entities creation are removed.

Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
[m.felsch@pengutronix.de: rm TVP5150_INPUT_NUM define]
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/tvp5150.c
include/dt-bindings/media/tvp5150.h