]> Git Repo - linux.git/commit - drivers/bus/fsl-mc/Makefile
staging: fsl-mc: Move core bus out of staging
authorBogdan Purcareata <[email protected]>
Mon, 5 Feb 2018 14:07:42 +0000 (08:07 -0600)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
[rebased, add dpaa2_eth and dpio #include updates]
Signed-off-by: Laurentiu Tudor <[email protected]>
[rebased, split irqchip to separate patch]
Signed-off-by: Bogdan Purcareata <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Marc Zyngier <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
41 files changed:
Documentation/networking/dpaa2/index.rst [new file with mode: 0644]
Documentation/networking/dpaa2/overview.rst [new file with mode: 0644]
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 [new file with mode: 0644]
drivers/bus/fsl-mc/dprc-driver.c [new file with mode: 0644]
drivers/bus/fsl-mc/dprc.c [new file with mode: 0644]
drivers/bus/fsl-mc/fsl-mc-allocator.c [new file with mode: 0644]
drivers/bus/fsl-mc/fsl-mc-bus.c [new file with mode: 0644]
drivers/bus/fsl-mc/fsl-mc-msi.c [new file with mode: 0644]
drivers/bus/fsl-mc/fsl-mc-private.h [new file with mode: 0644]
drivers/bus/fsl-mc/mc-io.c [new file with mode: 0644]
drivers/bus/fsl-mc/mc-sys.c [new file with mode: 0644]
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/dpmcp.c [deleted file]
drivers/staging/fsl-mc/bus/dprc-driver.c [deleted file]
drivers/staging/fsl-mc/bus/dprc.c [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-bus.c [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-msi.c [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-private.h [deleted file]
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c
drivers/staging/fsl-mc/bus/mc-io.c [deleted file]
drivers/staging/fsl-mc/bus/mc-sys.c [deleted file]
drivers/staging/fsl-mc/include/mc.h [deleted file]
drivers/staging/fsl-mc/overview.rst [deleted file]
include/linux/fsl/mc.h [new file with mode: 0644]
This page took 0.069421 seconds and 4 git commands to generate.