]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fsl-mc: Move core bus out of staging
authorBogdan Purcareata <bogdan.purcareata@nxp.com>
Mon, 5 Feb 2018 14:07:42 +0000 (08:07 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 14:10:50 +0000 (15:10 +0100)
commit6bd067c48efed50ac0200c4a83a415bd524254e0
tree5c89f752c11aff0a51fccbd36098e939800c3f2b
parent281377cc66137febf3051bf70c506aca99bbc508
staging: fsl-mc: Move core bus out of staging

Move the source files out of staging into their final locations:
  -mc.h include file in drivers/staging/fsl-mc/include go to include/linux/fsl
  -source files in drivers/staging/fsl-mc/bus go to drivers/bus/fsl-mc
  -overview.rst, providing an overview of DPAA2, goes to
   Documentation/networking/dpaa2/overview.rst

Update or delete other remaining staging files -- Makefile, Kconfig, TODO.
Update dpaa2_eth and dpio staging drivers.
Add integration bits for the documentation build system.

Signed-off-by: Stuart Yoder <stuyoder@gmail.com>
[rebased, add dpaa2_eth and dpio #include updates]
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
[rebased, split irqchip to separate patch]
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
30 files changed:
Documentation/networking/dpaa2/index.rst [new file with mode: 0644]
Documentation/networking/dpaa2/overview.rst [moved from drivers/staging/fsl-mc/overview.rst with 100% similarity]
Documentation/networking/index.rst
MAINTAINERS
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/fsl-mc/Kconfig [new file with mode: 0644]
drivers/bus/fsl-mc/Makefile [new file with mode: 0644]
drivers/bus/fsl-mc/dpmcp.c [moved from drivers/staging/fsl-mc/bus/dpmcp.c with 98% similarity]
drivers/bus/fsl-mc/dprc-driver.c [moved from drivers/staging/fsl-mc/bus/dprc-driver.c with 99% similarity]
drivers/bus/fsl-mc/dprc.c [moved from drivers/staging/fsl-mc/bus/dprc.c with 99% similarity]
drivers/bus/fsl-mc/fsl-mc-allocator.c [moved from drivers/staging/fsl-mc/bus/fsl-mc-allocator.c with 99% similarity]
drivers/bus/fsl-mc/fsl-mc-bus.c [moved from drivers/staging/fsl-mc/bus/fsl-mc-bus.c with 100% similarity]
drivers/bus/fsl-mc/fsl-mc-msi.c [moved from drivers/staging/fsl-mc/bus/fsl-mc-msi.c with 99% similarity]
drivers/bus/fsl-mc/fsl-mc-private.h [moved from drivers/staging/fsl-mc/bus/fsl-mc-private.h with 99% similarity]
drivers/bus/fsl-mc/mc-io.c [moved from drivers/staging/fsl-mc/bus/mc-io.c with 99% similarity]
drivers/bus/fsl-mc/mc-sys.c [moved from drivers/staging/fsl-mc/bus/mc-sys.c with 99% similarity]
drivers/staging/fsl-dpaa2/ethernet/README
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c
drivers/staging/fsl-dpaa2/ethernet/dpni.c
drivers/staging/fsl-mc/TODO [deleted file]
drivers/staging/fsl-mc/bus/Kconfig
drivers/staging/fsl-mc/bus/Makefile
drivers/staging/fsl-mc/bus/dpbp.c
drivers/staging/fsl-mc/bus/dpcon.c
drivers/staging/fsl-mc/bus/dpio/dpio-driver.c
drivers/staging/fsl-mc/bus/dpio/dpio-service.c
drivers/staging/fsl-mc/bus/dpio/dpio.c
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c
include/linux/fsl/mc.h [moved from drivers/staging/fsl-mc/include/mc.h with 100% similarity]