From: Alban Bedel Date: Sun, 19 Apr 2015 12:30:02 +0000 (+0200) Subject: MIPS: ath79: Correctly name the defines for the PLL_FB register X-Git-Tag: omap-for-v4.3/legacy-v2-signed~111^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626a0695a6d98338063c528d113d9ee4ba00cd78;p=pandora-kernel.git MIPS: ath79: Correctly name the defines for the PLL_FB register This register is named PLL_FB and is not a divider but a multiplier. To make things less confusing rename the ARxxxx_PLL_DIV_SHIFT and ARxxxx_PLL_DIV_MASK macros to ARxxxx_PLL_FB_SHIFT and ARxxxx_PLL_FB_MASK. Signed-off-by: Alban Bedel Cc: linux-mips@linux-mips.org Cc: Andrew Bresticker Cc: Qais Yousef Cc: Wolfram Sang Cc: Sergey Ryazanov Cc: Gabor Juhos Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/9772/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed