]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: gpmi: change the code for clocks
authorHuang Shijie <shijie8@gmail.com>
Tue, 3 Jul 2012 01:39:32 +0000 (21:39 -0400)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 24 Aug 2012 08:03:35 +0000 (11:03 +0300)
commit638064e56c49e1e6558508fa3c99493cbdbe0334
treea9a9ddd86390c2756d022c62b950d989e2d4e84b
parent1120275b7e44454035142e4c8dde600cad6913af
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 <shijie8@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
drivers/mtd/nand/gpmi-nand/gpmi-lib.c
drivers/mtd/nand/gpmi-nand/gpmi-nand.c
drivers/mtd/nand/gpmi-nand/gpmi-nand.h