aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx25
Commit message (Collapse)AuthorAge
* mx25: make the FEC AHB clk secondary of the IPGBaruch Siach2010-01-26
| | | | | | | This makes the FEC clock configuration consistent with the UART one. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: fix time accountingBaruch Siach2010-01-26
| | | | | | | | | The gpt_clk rate function doesn't consider the PER divider. This causes a significant drift in time accounting. Fix this by introducing the correct rate calculation function. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: properly initialize clocksBaruch Siach2010-01-26
| | | | | | | | | | This patch disables all unnecessary clock in mx25_clocks_init() to make a clean start, the same as is being done for the rest of the i.MX chips. This patch was tested on i.MX25 PDK. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: remove unused mx25_clocks_init() argumentBaruch Siach2010-01-26
| | | | | | | The fref is needless on mx25 since the reference clock is fixed at 24MHz. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX25: implement secondary clocks for uarts and fecSascha Hauer2010-01-26
| | | | | | | For uarts and fec need two clocks, implement it using the secondary clock field in struct clk. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX25: Allow secondary clocks in DEFINE_CLOCKSascha Hauer2010-01-26
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: pdk: add platform code for FEC supportBaruch Siach2010-01-04
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: add support for FEC on i.MX25Baruch Siach2010-01-04
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25: Add missing copyright / license headerSascha Hauer2009-10-02
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25pdk: remove nand support as it is not present in current treeSascha Hauer2009-10-02
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx25 devices: Add missing includeSascha Hauer2009-10-02
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Freescale i.MX25 PDK (3ds) board supportSascha Hauer2009-08-14
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add i.MX25 supportSascha Hauer2009-08-14
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>