From: Huang Shijie Date: Tue, 3 Jul 2012 01:39:32 +0000 (-0400) Subject: mtd: gpmi: change the code for clocks X-Git-Tag: v3.7-rc1~70^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff506172a30080963853dc0d259566c82fe8626c;p=pandora-kernel.git mtd: gpmi: change the code for clocks The gpmi nand driver may needs several clocks(MX6Q needs five clocks). In the old clock framework, all these clocks are chained together, all you need is to manipulate the first clock. But the kernel uses the common clk framework now, which forces us to get the clocks one by one. When we use them, we have to enable them one by one too. Signed-off-by: Huang Shijie Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed