staging: fsl-mc: improve naming of source files
authorStuart Yoder <stuart.yoder@nxp.com>
Tue, 23 Aug 2016 22:13:12 +0000 (17:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:57:25 +0000 (17:57 +0200)
commit46d669daa36b85fbe0ca3d5c11fbf5a97b784c84
treebbc39263a5d14bd5386fce584e8827eb928527b2
parentc37ebf8c3da2b0ae6a2b7942c0d61d04f541ab2d
staging: fsl-mc: improve naming of source files

The mc- prefix on the source files names of some internal components
of the fsl-mc bus driver makes things less clear that they could be.
The string "mc" generally refers to hardware-- the physical DPAA
'management complex'.  Names like "mc-allocator.c" have nothing to
with the "MC" hardware per se.  Improve clarity by using the prefix
string "fsl-mc" instead which is what we are calling this bus.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/Makefile
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c [moved from drivers/staging/fsl-mc/bus/mc-allocator.c with 100% similarity]
drivers/staging/fsl-mc/bus/fsl-mc-bus.c [moved from drivers/staging/fsl-mc/bus/mc-bus.c with 100% similarity]
drivers/staging/fsl-mc/bus/fsl-mc-msi.c [moved from drivers/staging/fsl-mc/bus/mc-msi.c with 100% similarity]