alistair23-linux/arch/arm/mach-mx5
Jason Wang 7f67bff586 mx5/clock: fix clear bit fields issue in _clk_ccgr_disable function
We can see MXC_CCM_CCGRx_MOD_OFF is defined as 0 while
MXC_CCM_CCGRx_CG_MASK is defined as 0x3 in crm_regs.h, here in the
_clk_ccgr_disable function, we want to clear the corresponding enable
bit fields to disable this clock, so we should choose MASK instead of
OFF otherwise clocks can't be disabled.

Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-08-21 12:22:43 +02:00
..
board-cpuimx51.c i.MX51: add support for cpuimx51 module and its baseboard 2010-07-26 15:05:37 +02:00
board-mx51_3ds.c mx51_3ds: add keypad support on 3ds platform 2010-07-26 14:29:21 +02:00
board-mx51_babbage.c [PATCH] mxc: Fix pad names for imx51 2010-07-26 14:18:20 +02:00
clock-mx51.c mx5/clock: fix clear bit fields issue in _clk_ccgr_disable function 2010-08-21 12:22:43 +02:00
cpu.c i.MX51: determine silicon revision dynamically 2010-03-19 11:18:20 +01:00
crm_regs.h mxc: Core support for Freescale i.MX5 series 2010-02-09 18:32:16 +02:00
devices.c i.MX51: handle IRQ for gpio 16..31 2010-07-26 15:05:21 +02:00
devices.h mx51: add imx_keypad device definition for mx51 platforms 2010-07-26 14:29:20 +02:00
eukrea_mbimx51-baseboard.c i.MX51: add support for cpuimx51 module and its baseboard 2010-07-26 15:05:37 +02:00
Kconfig i.MX51: add support for cpuimx51 module and its baseboard 2010-07-26 15:05:37 +02:00
Makefile i.MX51: add support for cpuimx51 module and its baseboard 2010-07-26 15:05:37 +02:00
Makefile.boot mxc: Add support for the Babbage board (i.MX5) 2010-02-09 18:32:17 +02:00
mm.c imx: move gpio init after to irq init 2010-07-26 15:05:35 +02:00