From: Patil, Rachna Date: Sat, 20 Jul 2013 16:27:35 +0000 (+0100) Subject: MFD: ti_tscadc: ADC Clock check not required X-Git-Tag: v3.12-rc1~100^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe3126afce32e3100af3029a80701d47e1b6999;p=pandora-kernel.git MFD: ti_tscadc: ADC Clock check not required ADC is ideally expected to work at a frequency of 3MHz. The present code had a check, which returned error if the frequency went below the threshold value. But since AM335x supports various working frequencies, this check is not required. Now the code just uses the internal ADC clock divider to set the ADC frequency w.r.t the sys clock. Signed-off-by: Patil, Rachna Signed-off-by: Zubair Lutfullah Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed