aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/clkdev.c
Commit message (Collapse)AuthorAge
* fix typos concerning "precedence"Uwe Kleine-König2010-06-17
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* sh: Support early clkdev allocations.Paul Mundt2010-03-08
| | | | | | | | | early platform devices and the like may need to set up clock aliases, which require an allocation at a time well before the slab allocators are available. The clock framework comes up after bootmem, so using bootmem as a fallback should be sufficient. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Merge clkdev API updates.Paul Mundt2010-03-08
This rolls in the remainder of the clkdev API bits from the ARM tree. This can more or less be used verbatim, so we just copy it over and nuke our local version. Signed-off-by: Paul Mundt <lethal@linux-sh.org>