[media] media: tuner xc5000 - try to avoid firmware load in resume path
authorShuah Khan <shuah.kh@samsung.com>
Thu, 14 Aug 2014 01:09:24 +0000 (22:09 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Sep 2014 19:13:49 +0000 (16:13 -0300)
commit27ccd694bb3d71d1aa8342276dd0aca872f99ec9
tree5ab1825300dce796e580a15174b8ad7da8903d13
parent5264a522a597032c009f9143686ebf0fa4e244fb
[media] media: tuner xc5000 - try to avoid firmware load in resume path

xc5000 doesn't load firmware at attach time instead loads it
when it needs to set and change configuration from its init,
frequency, digital and analog mode set interffaces. As a result,
when system is suspended before firmware is loaded, firmware
load can be avoided during resume. Loading formware in this
scenario results in slowpath warnings during resume as it won't
be in the suspend firmware cache.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/xc5000.c