mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
b845186251
This patch fixes the mutex issue in clock.c, as done in Kevin Wells' original driver update: In some cases, the clock drivers could grab a mutex twice in an improper context. This patch changes the mutex mechanism to a simple irq lock/unlock mechanism and removes un-needed locks from some functions. (See also git.lpclinux.com) Signed-off-by: Roland Stigge <stigge@antcom.de> Tested-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Kevin Wells <kevin.wells@nxp.com> Signed-off-by: Olof Johansson <olof@lixom.net> |
||
---|---|---|
.. | ||
include/mach | ||
clock.c | ||
clock.h | ||
common.c | ||
common.h | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
phy3250.c | ||
pm.c | ||
serial.c | ||
suspend.S | ||
timer.c |