summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk-pllv3.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM i.MX6 clk: remove gate_mask from pllv3Sascha Hauer2012-12-061-5/+3
| | | | | | Not needed as we will handle the additional gate bits as gate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6 pllv3: Do not use delay functionsSascha Hauer2012-12-061-4/+8
| | | | | | | We may be called very early, before the timer is available, so don't use it here. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6: fix ethernet PLL rateSascha Hauer2012-12-061-62/+1
| | | | | | | The ethernet PLL has a fixed frequency of 500MHz. What is adjustable are additional dividers which we better describe separately. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: get rid of imx-regs.hSascha Hauer2012-10-171-1/+0
| | | | | | | | | - remove now unused __REG definitions - include individual SoC register files instead of imx-regs.h - move IMX_GPIO_NR to generic.h - finally remove imx-regs.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: initial clk supportSascha Hauer2012-10-041-0/+386
This adds the basic i.MX common clk support and some pll and pfd drivers. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>