From: Mauro Carvalho Chehab Date: Tue, 22 Jan 2013 15:28:31 +0000 (-0300) Subject: [media] mb86a20s: calculate statistics at .read_status() X-Git-Tag: v3.9-rc1~93^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b6d21e100a8dcda7cf5a32ecd52e8008094f72;p=pandora-kernel.git [media] mb86a20s: calculate statistics at .read_status() Instead of providing separate callbacks to read the several FE stats properties, the better seems to use just one method that will: - Read lock status; - Read signal strength; - if locked, get TMCC data; - if locked, get DVB statistics. As the DVB frontend thread will call this read_status callback on every 3 seconds, and userspace can even call it earlier, all stats data and layers layout will be updated together if available, with is a good thing. Reviewed-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed