From: Antti Palosaari Date: Mon, 2 Dec 2013 04:39:24 +0000 (-0300) Subject: [media] m88ts2022: reimplement synthesizer calculations X-Git-Tag: v3.14-rc1~20^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19314b09bc0839736f2c74422b21de36a86e7b7;p=pandora-kernel.git [media] m88ts2022: reimplement synthesizer calculations Used synthesizer is very typical integer-N PLL, with configurable reference frequency divider, output frequency divider and of course N itself. Most common method to calculate values is first select output divider, then calculate VCO frequency and finally calculate PLL N from VCO frequency. Do it that way. Also make some cleanups for filter logic and signal strength. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed