From: Miaoqing Pan Date: Thu, 6 Nov 2014 05:22:23 +0000 (+0530) Subject: ath9k: Fix RTC_DERIVED_CLK usage X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6ce4dc7ce71d0886908d55129d5d6482a27ff9;p=pandora-kernel.git ath9k: Fix RTC_DERIVED_CLK usage Based on the reference clock, which could be 25MHz or 40MHz, AR_RTC_DERIVED_CLK is programmed differently for AR9340 and AR9550. But, when a chip reset is done, processing the initvals sets the register back to the default value. Fix this by moving the code in ath9k_hw_init_pll() to ar9003_hw_override_ini(). Also, do this override for AR9531. Cc: stable@vger.kernel.org Signed-off-by: Miaoqing Pan Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed