Skip to content
Commit fcf2d897 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: ixp4xx: Move NPE and QMGR to drivers/soc



The Network Processing Engine and Queue Manager are
versatile firmware components used by several IXP4xx
drivers.

Drivers are relying on getting access to these components
using <mach/*> headers which does not work with
multiplatform. We need to find a better place for the
drivers to live.

Let's first move them to drivers/soc and the start to
refactor a bit by passing resources and moving headers.

This patch introduce static IRQ assignments but that
will be fixed by later patches in this series.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b9a35d70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment