linux-kernel-test/arch/arm/plat-mxc
Sascha Hauer a2865197a5 [ARM] MXC: Use a single function for decoding a PLL
We had 3 versions of this function in clock support for MX1/2/3
Use a single one instead. I picked the one from the MX3 as it seems
to calculate more accurate as the other ones. Also, on MX27 and MX31 mfn
can be negative, this hasn't been handled correctly on MX27 since now.

This patch has been tested on MX27 and MX31 and produces the same clock
frequencies for me.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-03-13 10:33:46 +01:00
..
include/mach [ARM] MXC: Use a single function for decoding a PLL 2009-03-13 10:33:46 +01:00
clock.c [ARM] MXC: Use a single function for decoding a PLL 2009-03-13 10:33:46 +01:00
devices.c MXC: add convenience function to register platform devices 2008-09-09 10:19:40 +02:00
dma-mx1-mx2.c [ARM] MX1/MX2 DMA: add missing local_irq_restore() 2008-12-18 16:40:04 +01:00
gpio.c patch-mxc-add-ARCH_MX1 2008-12-16 14:58:40 +01:00
iomux-mx1-mx2.c arm/imx2x: new IOMUX definitions 2009-03-13 10:33:44 +01:00
irq.c [ARM] MXC: do not include mach/hardware.h from mach/memory.h 2008-12-18 16:40:14 +01:00
Kconfig [ARM] MX1: Add missing selection of ARM920T 2008-12-18 09:32:23 +01:00
Makefile patch-mxc-add-ARCH_MX1 2008-12-16 14:58:40 +01:00
time.c cpumask: convert struct clock_event_device to cpumask pointers. 2008-12-13 21:20:26 +10:30