aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/clock.h
Commit message (Collapse)AuthorAge
* ARM: Realview/Versatile/Integrator: separate out common clock codeRussell King2010-05-02
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: ICST: merge common ICST VCO structuresRussell King2010-05-02
| | | | | | | The structures for the ICST307 and ICST525 VCO devices are identical, so merge them together. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] realview: convert to clkdev and lookup clocks by device nameRussell King2008-11-27
| | | | | | | | | | | People often point to the Integrator/Versatile/Realview implementations to justify using the consumer name as the sole selector for clocks. Eliminate this excuse by changing the Realview implementation, so it provides a better example of how it should be done. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Add support for ARM RealView boardCatalin Marinas2005-10-31
Support for RealView EB. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>