]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mvebu: move Armada 375 external abort logic as a quirk
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 12 Jun 2014 15:09:31 +0000 (17:09 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 21 Jun 2014 00:53:37 +0000 (00:53 +0000)
commite2b0a8420fce2369ca8e0f14da2de76b0de6abe7
tree9ef8ef578ceea79815db15612a747921d96d794b
parent9d6373485c0c3b38de666d8e0af95ee7c692ecbe
ARM: mvebu: move Armada 375 external abort logic as a quirk

In preparation to a small re-organization of the initialization
sequence in board-v7.c, this commit moves the registration of the
custom external abort handler on Armada 375 later in the boot
sequence, and makes it more similar to the other quirks that we
already have. There is indeed no need to register this abort handler
particularly early, it simply needs to be registered before switching
to userspace.

In addition to this, this commit makes the registration of the custom
abort handler conditional on Armada 375 Z1, because Armada 375 A0 and
later iterations are not affected by the issue.

This commit was tested on both Armada 375 Z1 and Armada 375 A0
platforms.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1402585772-10405-3-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/board-v7.c