Re: [PATCH] coresight: moving to new "hwtracing" directory

From: Greg KH
Date: Fri Mar 20 2015 - 03:18:09 EST


On Thu, Mar 19, 2015 at 06:21:56PM -0600, Mathieu Poirier wrote:
> On 19 March 2015 at 16:27, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > On Thu, Mar 19, 2015 at 04:02:02PM -0600, Mathieu Poirier wrote:
> >> 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@xxxxxxxxxx>
> >> ---
> >> MAINTAINERS | 2 +-
> >> arch/arm/Kconfig.debug | 2 +-
> >> arch/arm64/Kconfig.debug | 2 +-
> >> drivers/Makefile | 2 +-
> >> drivers/coresight/Kconfig | 61 -
> >> drivers/coresight/Makefile | 11 -
> >> drivers/coresight/coresight-etb10.c | 527 ------
> >> drivers/coresight/coresight-etm-cp14.c | 591 ------
> >> drivers/coresight/coresight-etm.h | 251 ---
> >> drivers/coresight/coresight-etm3x.c | 1932 --------------------
> >> drivers/coresight/coresight-funnel.c | 258 ---
> >> drivers/coresight/coresight-priv.h | 63 -
> >> drivers/coresight/coresight-replicator.c | 137 --
> >> drivers/coresight/coresight-tmc.c | 822 ---------
> >> drivers/coresight/coresight-tpiu.c | 207 ---
> >> drivers/coresight/coresight.c | 720 --------
> >> drivers/coresight/of_coresight.c | 200 --
> >> drivers/hwtracing/coresight/Kconfig | 61 +
> >> drivers/hwtracing/coresight/Makefile | 11 +
> >> drivers/hwtracing/coresight/coresight-etb10.c | 527 ++++++
> >> drivers/hwtracing/coresight/coresight-etm-cp14.c | 591 ++++++
> >> drivers/hwtracing/coresight/coresight-etm.h | 251 +++
> >> drivers/hwtracing/coresight/coresight-etm3x.c | 1932 ++++++++++++++++++++
> >> drivers/hwtracing/coresight/coresight-funnel.c | 258 +++
> >> drivers/hwtracing/coresight/coresight-priv.h | 63 +
> >> drivers/hwtracing/coresight/coresight-replicator.c | 137 ++
> >> drivers/hwtracing/coresight/coresight-tmc.c | 822 +++++++++
> >> drivers/hwtracing/coresight/coresight-tpiu.c | 207 +++
> >> drivers/hwtracing/coresight/coresight.c | 720 ++++++++
> >> drivers/hwtracing/coresight/of_coresight.c | 200 ++
> >> 30 files changed, 5784 insertions(+), 5784 deletions(-)
> >> delete mode 100644 drivers/coresight/Kconfig
> >> delete mode 100644 drivers/coresight/Makefile
> >> delete mode 100644 drivers/coresight/coresight-etb10.c
> >> delete mode 100644 drivers/coresight/coresight-etm-cp14.c
> >> delete mode 100644 drivers/coresight/coresight-etm.h
> >> delete mode 100644 drivers/coresight/coresight-etm3x.c
> >> delete mode 100644 drivers/coresight/coresight-funnel.c
> >> delete mode 100644 drivers/coresight/coresight-priv.h
> >> delete mode 100644 drivers/coresight/coresight-replicator.c
> >> delete mode 100644 drivers/coresight/coresight-tmc.c
> >> delete mode 100644 drivers/coresight/coresight-tpiu.c
> >> delete mode 100644 drivers/coresight/coresight.c
> >> delete mode 100644 drivers/coresight/of_coresight.c
> >> create mode 100644 drivers/hwtracing/coresight/Kconfig
> >> create mode 100644 drivers/hwtracing/coresight/Makefile
> >> create mode 100644 drivers/hwtracing/coresight/coresight-etb10.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-etm-cp14.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-etm.h
> >> create mode 100644 drivers/hwtracing/coresight/coresight-etm3x.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-funnel.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-priv.h
> >> create mode 100644 drivers/hwtracing/coresight/coresight-replicator.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-tmc.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight-tpiu.c
> >> create mode 100644 drivers/hwtracing/coresight/coresight.c
> >> create mode 100644 drivers/hwtracing/coresight/of_coresight.c
> >
> > This looks good to me, but please create your patches with -M option to
> > git, so it just moves the code, and we can easily see that it is a move
> > and nothing else changed.
> >
>
> Right, it's nothing more than a move - would you like me to resend this?

Yes please, I can't apply it as-is :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/