]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
media: atomisp: keep the ISP powered on when setting it
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 May 2020 07:15:41 +0000 (09:15 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 12:51:29 +0000 (14:51 +0200)
commit95d1f398c4dc3f55e9007c89452ccc16301205fc
tree9bfe7ea178105975ef649544dac5701c0fe83dfe
parent39c91e18c1408e3a0ccb43d17dc983b8f2932f4c
media: atomisp: keep the ISP powered on when setting it

The current code causes ISP2401 to power down and never return
back to live, causing the driver to crash.

Fix it by commenting out the bad code. It should be noticed that
the Yocto Aero code has something similar to it.

Maybe the issue is related to an ISP bug (or maybe PM is
controlled on a different way for this hardware).

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_v4l2.c