From: Alexander Stein Date: Tue, 21 Jul 2015 13:54:30 +0000 (+0200) Subject: gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlock X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505936131ea71ec998344355f7e5e8af8d6b15dc;p=pandora-kernel.git gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlock mpc8xxx_gpio_chip.lock needs to be a real spinlock in preempt-rt. Especially the interrupt related functions can not be converted to a sleeping lock. Signed-off-by: Alexander Stein Acked-by: Uwe Kleine-König Signed-off-by: Linus Walleij --- Reading git-diff-tree failed