]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit01081f5ab9916603555f236b11f76bb00e4e01e9
treebb5c2b8b39eebcdb564099a3e7a5fa143c680036
parenta2d6e1849329b7735f2872af4221727c7b9502dd
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>
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]