From: Nicolas Ferre Date: Tue, 31 Mar 2009 16:13:15 +0000 (+0100) Subject: [ARM] 5438/1: AT91: manage clock by functionality instead of CPUs X-Git-Tag: v2.6.31-rc1~344^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0485a99366d4e0e7e725f14995c74cb7ca4499;p=pandora-kernel.git [ARM] 5438/1: AT91: manage clock by functionality instead of CPUs In clock.c file the clock management is grouped by cpu with cpu_is_xxx() function. This lead to some kind of difficulties to read this file and maintainability issues as the number of AT91 cpus & PLLs/clocks is growing. In this patch, I try to group clock functionality together and match cpus with this functionality set. An update to at91_pmc.h is needed to cover some new PMC possibilities (and some update in comments). Signed-off-by: Nicolas Ferre Acked-by: Andrew Victor Signed-off-by: Russell King --- Reading git-diff-tree failed