gpio: omap: protect regs access in omap_gpio_irq_handler
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 18 Aug 2015 11:10:55 +0000 (14:10 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Aug 2015 07:52:53 +0000 (09:52 +0200)
commit235f1eb1ab93a8e30a66c38949e6d2aeda136aec
treeeb77e88339e3b672f684fa91df3bdb2c8a8332b1
parente85ec6c3047be0646e7c572e24869c212b685c7c
gpio: omap: protect regs access in omap_gpio_irq_handler

The access to HW registers has to be be protected in
omap_gpio_irq_handler(), as it may race with code executed on
another CPUs.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c
This page took 0.024435 seconds and 5 git commands to generate.