]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: orion: convert the irq_reg_{readl,writel} calls to the new API
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 25 Nov 2014 15:19:12 +0000 (16:19 +0100)
committerSasha Levin <alexander.levin@verizon.com>
Mon, 10 Oct 2016 01:24:19 +0000 (21:24 -0400)
commitfb808fa00a2c784ee1b6b5d38bf557b8a7439f58
tree7db23c32f16c5cd2547ab100b4c4181b6d26f679
parentdb9b2a3891d52770da56a5c6dca85ab007df2473
ARM: orion: convert the irq_reg_{readl,writel} calls to the new API

[ Upstream commit 2f90bce7ff1f760986d55d9cb3a834e8638b1295 ]

The commit "genirq: Generic chip: Change irq_reg_{readl,writel}
arguments" modified the API. In the same tome the
arch/arm/plat-orion/gpio.c file received a fix with the use of the old
API: "ARM: orion: Fix for certain sequence of request_irq can cause
irq storm". This commit fixes the use of the API.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Olof Johansson <olof@lixom.net>
Link: https://lkml.kernel.org/r/1416928752-24529-1-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
arch/arm/plat-orion/gpio.c