]> git.baikalelectronics.ru Git - kernel.git/commit
media: camss: vfe-170: fix "VFE halt timeout" error
authorJonathan Marek <jonathan@marek.ca>
Wed, 22 Dec 2021 00:37:45 +0000 (01:37 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 23 Jan 2022 20:18:41 +0000 (21:18 +0100)
commitc05026e94d3e6cfeae9b6bb6b2a526c460a28f8a
treec86f8c60b65b46914f7adc78aa4a221acd55d4f4
parent01fb685f1dda50aee2e9b716ddba45eb18c17b52
media: camss: vfe-170: fix "VFE halt timeout" error

This function waits for halt_complete but doesn't do anything to cause
it to complete, and always hits the "VFE halt timeout" error. Just delete
this code for now.

Fixes: 5eb5e0f763ff ("media: camss: Add support for VFE hardware version Titan 170")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Tested-by: Julian Grahsl <jgrahsl@snap.com>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/qcom/camss/camss-vfe-170.c