]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
coresight: moving to new "hwtracing" directory
authorMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 30 Mar 2015 20:13:41 +0000 (14:13 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 14:17:04 +0000 (16:17 +0200)
Keeping drivers related to HW tracing on ARM, i.e coresight,
under "drivers/coresight" doesn't make sense when other
architectures start rolling out technologies of the same
nature.

As such creating a new "drivers/hwtracing" directory where all
drivers of the same kind can reside, reducing namespace
pollution under "drivers/".

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 files changed:
MAINTAINERS
arch/arm/Kconfig.debug
arch/arm64/Kconfig.debug
drivers/Makefile
drivers/hwtracing/coresight/Kconfig [moved from drivers/coresight/Kconfig with 100% similarity]
drivers/hwtracing/coresight/Makefile [moved from drivers/coresight/Makefile with 100% similarity]
drivers/hwtracing/coresight/coresight-etb10.c [moved from drivers/coresight/coresight-etb10.c with 100% similarity]
drivers/hwtracing/coresight/coresight-etm-cp14.c [moved from drivers/coresight/coresight-etm-cp14.c with 100% similarity]
drivers/hwtracing/coresight/coresight-etm.h [moved from drivers/coresight/coresight-etm.h with 100% similarity]
drivers/hwtracing/coresight/coresight-etm3x.c [moved from drivers/coresight/coresight-etm3x.c with 100% similarity]
drivers/hwtracing/coresight/coresight-funnel.c [moved from drivers/coresight/coresight-funnel.c with 100% similarity]
drivers/hwtracing/coresight/coresight-priv.h [moved from drivers/coresight/coresight-priv.h with 100% similarity]
drivers/hwtracing/coresight/coresight-replicator.c [moved from drivers/coresight/coresight-replicator.c with 100% similarity]
drivers/hwtracing/coresight/coresight-tmc.c [moved from drivers/coresight/coresight-tmc.c with 100% similarity]
drivers/hwtracing/coresight/coresight-tpiu.c [moved from drivers/coresight/coresight-tpiu.c with 100% similarity]
drivers/hwtracing/coresight/coresight.c [moved from drivers/coresight/coresight.c with 100% similarity]
drivers/hwtracing/coresight/of_coresight.c [moved from drivers/coresight/of_coresight.c with 100% similarity]

index d7490020c0f3ee63fca442d469661f3a4c7e4531..e9e12d75546a3f0b9be0f950738e3fea6fe02e10 100644 (file)
@@ -953,7 +953,7 @@ ARM/CORESIGHT FRAMEWORK AND DRIVERS
 M:     Mathieu Poirier <mathieu.poirier@linaro.org>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
-F:     drivers/coresight/*
+F:     drivers/hwtracing/coresight/*
 F:     Documentation/trace/coresight.txt
 F:     Documentation/devicetree/bindings/arm/coresight.txt
 F:     Documentation/ABI/testing/sysfs-bus-coresight-devices-*
index 8d14ad4e1db0b775a6c5faa747a0c0b5056eef94..8b0183a9a300a17b1e11157596b3195282146a0d 100644 (file)
@@ -1610,6 +1610,6 @@ config DEBUG_SET_MODULE_RONX
          against certain classes of kernel exploits.
          If in doubt, say "N".
 
-source "drivers/coresight/Kconfig"
+source "drivers/hwtracing/coresight/Kconfig"
 
 endmenu
index 5b2ffd8e6cdb2fa521733a9d42d9765fbca47e2f..d6285ef9b5f976639630606b04d7244a05ac6130 100644 (file)
@@ -89,6 +89,6 @@ config DEBUG_ALIGN_RODATA
 
          If in doubt, say N
 
-source "drivers/coresight/Kconfig"
+source "drivers/hwtracing/coresight/Kconfig"
 
 endmenu
index 527a6da8d539ad2abb84c5397e0087c1914501af..46d2554be40459060ae8ab3e7bba1b21a453c7d0 100644 (file)
@@ -163,5 +163,5 @@ obj-$(CONFIG_POWERCAP)              += powercap/
 obj-$(CONFIG_MCB)              += mcb/
 obj-$(CONFIG_RAS)              += ras/
 obj-$(CONFIG_THUNDERBOLT)      += thunderbolt/
-obj-$(CONFIG_CORESIGHT)                += coresight/
+obj-$(CONFIG_CORESIGHT)                += hwtracing/coresight/
 obj-$(CONFIG_ANDROID)          += android/