]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] lgdt3305: include sleep functionality in lgdt3304_ops
authorShuah Khan <shuah.kh@samsung.com>
Fri, 21 Mar 2014 02:05:50 +0000 (23:05 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 7 Apr 2014 12:40:24 +0000 (09:40 -0300)
commitc9af5c154233446e8b97a1febef80e8afc568ab1
tree2e01391bbc96ed75f7c8a97c5115b32ce725000e
parentaa81d5e2d32a0bc9bfa3ede61a23281689834039
[media] lgdt3305: include sleep functionality in lgdt3304_ops

Add sleep ops to lgdt3304_ops to invoke lgdt3305_sleep() to be called
from dvb_frontend_suspend(). lgdt3305_soft_reset() is called for both
3304 and 3305 devices. soft_reset and sleep touch LGDT3305_GEN_CTRL_3
on 3304 and 3305 devices. Hence, adding sleep to lgdt3304_ops will help
suspend 3304 properly from dvb_frontend_suspend().

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/lgdt3305.c