aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-sh03/rtc.c
Commit message (Collapse)AuthorAge
* sh: mach-sh03: Give the sh03 rtc its own spinlock.Paul Mundt2009-05-08
| | | | | | | | This converts the sh03 rtc code off of using the global rtc_lock and on to its own spinlock. There are no other possible users of the rtc_lock, so serializing with it is not necessary. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Shuffle the board directories in to mach groups.Paul Mundt2008-07-29
This flattens out the board directories in to individual mach groups, we will use this for getting rid of unneeded directories, simplifying the build system, and becoming more coherent with the refactored arch/sh/include topology. Signed-off-by: Paul Mundt <lethal@linux-sh.org>