summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/clock.h
AgeCommit message (Collapse)AuthorFilesLines
2008-07-12Merge branch 'pxa-devel' into pxaRussell King1-0/+24
2008-07-10Clocklib: Provide for GPIO 12 clock on PXAIan Molton1-0/+9
Signed-off-by: Ian Molton <spyro@f2s.com>
2008-07-09[ARM] pxa: make PXA3xx_CK() and PXA3xx_CKEN() public in clock.heric miao1-0/+24
So processor specific clock sources can be defined in pxa300.c and pxa320.c. Signed-off-by: eric miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-07-09[ARM] pxa: allow clk aliasesRussell King1-0/+12
We need to support more than one name+device for a struct clk for a small number of peripherals. We do this by re-using struct clk alias to another struct clk - IOW, if we find that the entry we're using is an alias, we return the aliased entry not the one we found. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-10-12[ARM] pxa: introduce clk support for PXA SoC clocksRussell King1-0/+43
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>