From: Mauro Carvalho Chehab Date: Sun, 10 Aug 2014 00:47:19 +0000 (-0300) Subject: [media] dvb-frontend: add core support for tuner suspend/resume X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~528 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d7889ae49f6e3e9d9cff8c0de7ad95d9ca068b;p=pandora-kernel.git [media] dvb-frontend: add core support for tuner suspend/resume While several tuners have some sort of suspend/resume implementation, this is currently mangled with an optional .sleep callback that it is also used to put the device on low power mode. Not all drivers implement it, as returning the driver from low power may require to re-load the firmware, with takes some time. Also, some drivers may delay it. So, the more coherent is to add two new optional callbacks that will let the tuners to directy implement suspend and resume callbacks if they need. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed