]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexes
authorJim Cromie <jim.cromie@gmail.com>
Tue, 27 Jun 2006 09:54:25 +0000 (02:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:43 +0000 (17:32 -0700)
commit3984408151cbac5c7a42c8967fcda68e1c887092
tree06658c8beb4a8e0e3808ca962fced3166a0eb22b
parent877873561b916022d11ab645f2005994979b213c
[PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexes

Replace spinlocks guarding gpio config ops with mutexes.  This is a me-too
patch, and is justifiable insofar as mutexes have stricter semantics and
better debugging support, so are preferred where they are applicable.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/scx200.c
drivers/char/pc8736x_gpio.c