summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/speed-imx35.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/imx'Sascha Hauer2012-09-051-0/+5
|\
| * i.MX35: add cspi1 supportEric Bénard2012-08-291-0/+5
| | | | | | | | | | | | | | tested with a m25p128 flash both in nand boot & spi boot. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | IMX driver: replace imx -> fslRenaud Barbier2012-09-041-1/+1
|/ | | | | | | | | The IMX i2c driver is to be used by SOCs on both the ARM and PPC architetures. Use a more neutral name for the structure, function names and #define. The driver name is now "i2c-fsl". Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx35: mmc clock has 6 bit divider, not 3_3Marc Reilly2012-07-301-1/+7
| | | | | Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx-clko'Sascha Hauer2012-07-021-2/+9
|\
| * i.MX clko: Added support for more than one CLKO outputsAlexander Shiyan2012-06-301-2/+9
| | | | | | | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM i.MX speed: sparse fixesSascha Hauer2012-06-301-1/+1
|/ | | | | | | - Add missing #include <mach/clock.h> - add global functions to mach/clock.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce io.hSascha Hauer2011-09-221-1/+1
| | | | | | | To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add to speedSascha Hauer2011-01-071-9/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* speed-imx35: sparse fixesSascha Hauer2010-10-211-4/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* speed-imx35: add support for SDHC1Eric Bénard2010-10-141-0/+12
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* i.MX35: Fix ahbclock calculationSascha Hauer2010-05-031-1/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Adding IPU clock query functions for i.MX31 and i.MX35Juergen Beisert2009-11-251-0/+31
| | | | | | | | | | | | Adding IPU clock query functions for i.MX31 and i.MX35 (used to generate their LCD timing). BTW: All functions are declared with the 'ulong' return type, but some are defined with 'unsigned long'. And yes, its the same, but IMHO one type should be used for all. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* speed-imx35: add function imx_get_i2cclkMarc Kleine-Budde2009-11-241-0/+6
| | | | | | | Because i2c is connected to ipg_perclk om MX35 it's calls imx_get_ipg_perclk(). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* speed-imx35: the gptclk is connected to the ipgclkMarc Kleine-Budde2009-11-241-2/+8
| | | | | | | | | | The gpt clock on MX35 is connected to the ipg clock. But the implementation uses the ipg_per clock. This patch lets the gpt use the ipg clock and introduces the ipg_per clock. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* i.MX: Do not dump clocks on startup.Sascha Hauer2009-08-191-4/+1
| | | | | | | Instead, add a command dump_clocks to print the clocks during runtime. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.mx35 fix clock calcJan Weitzel2009-08-031-2/+4
| | | | | | | | | | u-boot-2.0.0-rc8 Correct arm and ahb clock calculation. Write CLKO divider to register Signed-off-by: Andreas Adam <A.Adam@phytec.de> Signed-off-by: Jan Weitzel <J.Weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add clko support for i.mx35Sascha Hauer2009-03-191-28/+46
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX use fecclk for fec and gtpclk for gptSascha Hauer2009-02-201-2/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Add MX35 supportSascha Hauer2009-02-061-0/+162
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>