]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit18a480d6a9b3e37bbc1decc1f6d4024fb192021e
tree5ab1825300dce796e580a15174b8ad7da8903d13
parent0709b1d07a14e7322fa0fe6da95e3331ec21f022
[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