OSDN Git Service

[media] sh_veu: keep power supply until the m2m context is released
authorKatsuya Matsubara <matsu@igel.co.jp>
Tue, 23 Apr 2013 10:51:36 +0000 (07:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 9 Jun 2013 00:50:25 +0000 (21:50 -0300)
commit6abb3cf2c34554590791b7486e0e32b291feacc4
tree49e8c7a729282dea743c0705351fa6a1a709f428
parent9166e1aae3c90720fc389815909cb0bb815d9bca
[media] sh_veu: keep power supply until the m2m context is released

In the sh_veu driver, only the interrupt handler 'sh_veu_bh'
can invoke the v4l2_m2m_job_finish() function.
So the hardware must be alive for handling interrupts
until returning from v4l2_m2m_ctx_release().

Signed-off-by: Katsuya Matsubara <matsu@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/sh_veu.c