coresight: Rename of_coresight to coresight-platform
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 19 Jun 2019 19:52:51 +0000 (13:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 05:56:10 +0000 (07:56 +0200)
commit22aa495a64770f39b0c29d7bda9b777d487e79bd
treec53d333d8d64fc52bb53c934ce918f53a2d99201
parent538eca25ff8f844c8c8f9c2f2e39f1fdb996f4aa
coresight: Rename of_coresight to coresight-platform

Rename the firmware handling file to a more generic
name, in preparation for adding ACPI support. Right now
we only support DT and we have all the platform handling
code in of_coresight.c. Let us rename the file to
coresight-platform.c in order to keep the platform handling
in a single place for DT and the upcoming ACPI support.

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/Makefile
drivers/hwtracing/coresight/coresight-platform.c [moved from drivers/hwtracing/coresight/of_coresight.c with 99% similarity]