From: Peter De Schrijver Date: Thu, 22 Aug 2013 15:44:06 +0000 (+0300) Subject: clk: tegra: simplify periph clock data X-Git-Tag: cleanup-for-linus~7^4~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ff89a82a6d272d210db68a9487877682c94a24;p=pandora-kernel.git clk: tegra: simplify periph clock data This patch determines the register bank for clock enable/disable and reset based on the clock ID instead of hardcoding it in the tables describing the clocks. This results in less data to be maintained in the tables, making the code easier to understand. The full benefit of the change will be realized once also other clocktypes will be table based. Signed-off-by: Peter De Schrijver --- Reading git-diff-tree failed