android_kernel_xiaomi_sdm845/arch/arm/mach-mx2
Juergen Beisert c46f585651 i.MX2 family: Add clock handling for i.MX27 CPU
Internal clock path handling for the i.MX27 CPU.

Changed against the original Freescale code (and against clocklib for example):
 - clock rate is always calculated whenever one ask for the current rate.
   (means no "rate" member in the clock structure).
   So switching the PLL base frequency will propagate immediately to all
   other clocks that are depending on this frequency.

TODO:
 - Check if the i.MX21 CPU can share the same code.

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
2008-07-05 10:02:59 +02:00
..
clock_imx27.c i.MX2 family: Add clock handling for i.MX27 CPU 2008-07-05 10:02:59 +02:00
cpu_imx27.c i.MX27 CPU: Add basic i.MX27 CPU support 2008-07-05 10:02:59 +02:00
crm_regs.h i.MX2 family: Add basic mach support (headers) 2008-07-05 10:02:56 +02:00
devices.c i.MX2 family: Add basic device support 2008-07-05 10:02:57 +02:00
generic.c i.MX2 family: Add basic mach support (sources) 2008-07-05 10:02:56 +02:00
Kconfig i.MX27 CPU: Add basic i.MX27 CPU support 2008-07-05 10:02:59 +02:00
Makefile i.MX2 family: Add clock handling for i.MX27 CPU 2008-07-05 10:02:59 +02:00
Makefile.boot i.MX2 family: Add basic mach support (sources) 2008-07-05 10:02:56 +02:00
serial.c MX2 add support for mx2 in i.MX serial driver 2008-07-05 10:02:58 +02:00
system.c i.MX2 family: Add basic mach support (sources) 2008-07-05 10:02:56 +02:00