From: Shuah Khan Date: Thu, 14 Aug 2014 01:09:24 +0000 (-0300) Subject: [media] media: tuner xc5000 - try to avoid firmware load in resume path X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ccd694bb3d71d1aa8342276dd0aca872f99ec9;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed