-
- Downloads
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:
Linus Walleij <linus.walleij@linaro.org>
Showing
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/arm/mach-ixp4xx/Kconfig 0 additions, 13 deletionsarch/arm/mach-ixp4xx/Kconfig
- arch/arm/mach-ixp4xx/Makefile 0 additions, 2 deletionsarch/arm/mach-ixp4xx/Makefile
- drivers/soc/Kconfig 1 addition, 0 deletionsdrivers/soc/Kconfig
- drivers/soc/Makefile 1 addition, 0 deletionsdrivers/soc/Makefile
- drivers/soc/ixp4xx/Kconfig 16 additions, 0 deletionsdrivers/soc/ixp4xx/Kconfig
- drivers/soc/ixp4xx/Makefile 2 additions, 0 deletionsdrivers/soc/ixp4xx/Makefile
- drivers/soc/ixp4xx/ixp4xx-npe.c 0 additions, 0 deletionsdrivers/soc/ixp4xx/ixp4xx-npe.c
- drivers/soc/ixp4xx/ixp4xx-qmgr.c 4 additions, 1 deletiondrivers/soc/ixp4xx/ixp4xx-qmgr.c
Loading
Please register or sign in to comment