aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/clock.c
Commit message (Collapse)AuthorAge
* Clocklib: Fix SA1111 clock name mess.Ian Molton2008-07-10
| | | | | | | | This patch uses the ability of PXA's clocklib to alias clock to resolve the problem caused by sharing the SA1111 IO controller between PXA and SA1100 architectures, which have differing GPIO numbering. Signed-off-by: Ian Molton <spyro@f2s.com>
* [ARM] sa1100: use mutexes rather than semaphoresRussell King2007-04-22
| | | | | | | Use a mutex in the sa1100 clock support rather than a semaphore. Remove the unused "module" field. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Convert SA1111 to use clock architectureRussell King2006-03-21
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>