linux-stable-rt/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
..
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
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
board-mx51_babbage.c
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
crm_regs.h
devices.c
devices.h
eukrea_mbimx51-baseboard.c i.MX51: add support for cpuimx51 module and its baseboard 2010-07-26 15:05:37 +02:00
mm.c