Browse Source

coresight: moving to new "hwtracing" directory

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>
Mathieu Poirier 10 years ago
parent
commit
01081f5ab9

+ 1 - 1
MAINTAINERS

@@ -953,7 +953,7 @@ ARM/CORESIGHT FRAMEWORK AND DRIVERS
 M:	Mathieu Poirier <mathieu.poirier@linaro.org>
 M:	Mathieu Poirier <mathieu.poirier@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 S:	Maintained
-F:	drivers/coresight/*
+F:	drivers/hwtracing/coresight/*
 F:	Documentation/trace/coresight.txt
 F:	Documentation/trace/coresight.txt
 F:	Documentation/devicetree/bindings/arm/coresight.txt
 F:	Documentation/devicetree/bindings/arm/coresight.txt
 F:	Documentation/ABI/testing/sysfs-bus-coresight-devices-*
 F:	Documentation/ABI/testing/sysfs-bus-coresight-devices-*

+ 1 - 1
arch/arm/Kconfig.debug

@@ -1610,6 +1610,6 @@ config DEBUG_SET_MODULE_RONX
 	  against certain classes of kernel exploits.
 	  against certain classes of kernel exploits.
 	  If in doubt, say "N".
 	  If in doubt, say "N".
 
 
-source "drivers/coresight/Kconfig"
+source "drivers/hwtracing/coresight/Kconfig"
 
 
 endmenu
 endmenu

+ 1 - 1
arch/arm64/Kconfig.debug

@@ -89,6 +89,6 @@ config DEBUG_ALIGN_RODATA
 
 
 	  If in doubt, say N
 	  If in doubt, say N
 
 
-source "drivers/coresight/Kconfig"
+source "drivers/hwtracing/coresight/Kconfig"
 
 
 endmenu
 endmenu

+ 1 - 1
drivers/Makefile

@@ -163,5 +163,5 @@ obj-$(CONFIG_POWERCAP)		+= powercap/
 obj-$(CONFIG_MCB)		+= mcb/
 obj-$(CONFIG_MCB)		+= mcb/
 obj-$(CONFIG_RAS)		+= ras/
 obj-$(CONFIG_RAS)		+= ras/
 obj-$(CONFIG_THUNDERBOLT)	+= thunderbolt/
 obj-$(CONFIG_THUNDERBOLT)	+= thunderbolt/
-obj-$(CONFIG_CORESIGHT)		+= coresight/
+obj-$(CONFIG_CORESIGHT)		+= hwtracing/coresight/
 obj-$(CONFIG_ANDROID)		+= android/
 obj-$(CONFIG_ANDROID)		+= android/

+ 0 - 0
drivers/coresight/Kconfig → drivers/hwtracing/coresight/Kconfig


+ 0 - 0
drivers/coresight/Makefile → drivers/hwtracing/coresight/Makefile


+ 0 - 0
drivers/coresight/coresight-etb10.c → drivers/hwtracing/coresight/coresight-etb10.c


+ 0 - 0
drivers/coresight/coresight-etm-cp14.c → drivers/hwtracing/coresight/coresight-etm-cp14.c


+ 0 - 0
drivers/coresight/coresight-etm.h → drivers/hwtracing/coresight/coresight-etm.h


+ 0 - 0
drivers/coresight/coresight-etm3x.c → drivers/hwtracing/coresight/coresight-etm3x.c


+ 0 - 0
drivers/coresight/coresight-funnel.c → drivers/hwtracing/coresight/coresight-funnel.c


+ 0 - 0
drivers/coresight/coresight-priv.h → drivers/hwtracing/coresight/coresight-priv.h


+ 0 - 0
drivers/coresight/coresight-replicator.c → drivers/hwtracing/coresight/coresight-replicator.c


+ 0 - 0
drivers/coresight/coresight-tmc.c → drivers/hwtracing/coresight/coresight-tmc.c


+ 0 - 0
drivers/coresight/coresight-tpiu.c → drivers/hwtracing/coresight/coresight-tpiu.c


+ 0 - 0
drivers/coresight/coresight.c → drivers/hwtracing/coresight/coresight.c


+ 0 - 0
drivers/coresight/of_coresight.c → drivers/hwtracing/coresight/of_coresight.c