From: Russell King Date: Mon, 30 Jun 2008 18:47:59 +0000 (+0100) Subject: [ARM] pxa: allow clk aliases X-Git-Tag: v2.6.27-rc1~1095^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb08cb2d3491d441dd403dfb88d90ba90fb7232;p=pandora-kernel.git [ARM] pxa: allow clk aliases We need to support more than one name+device for a struct clk for a small number of peripherals. We do this by re-using struct clk alias to another struct clk - IOW, if we find that the entry we're using is an alias, we return the aliased entry not the one we found. Signed-off-by: Russell King --- Reading git-diff-tree failed