On Mon, Jun 26, 2017 at 04:22:45PM +0100, Suzuki K Poulose wrote: > The Linux coresight drivers define the programmable ATB replicator as > Qualcom replicator, while this is designed by ARM. This can cause confusion Qualcomm > to a user selecting the driver. Cleanup all references to make it > explicitly clear. This patch : > > 1) Replace the compatible string for the replicator : > qcom,coresight-replicator1x => arm,coresight-dynamic-replicator > 2) Changes the Kconfig symbol (since this is not part of any defconfigs) > CORESIGHT_QCOM_REPLICATOR => CORESIGHT_DYNAMIC_REPLICATOR > 3) Improves the help message in the Kconfig. > 4) Changes the name of the driver and the file : > coresight-replicator-qcom => coresight-dynamic-replicator > > Cc: Pratik Patel <pratikp@xxxxxxxxxxxxxx> > Cc: Ivan T. Ivanov <ivan.ivanov@xxxxxxxxxx> > Cc: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx> > --- > Changes since V1: > - Since the driver doesn't use the compatible string, change the > recommended compatible string. > - Rename the driver file to coresight-dynamic-replicator.c > --- > Documentation/devicetree/bindings/arm/coresight.txt | 4 ++-- > drivers/hwtracing/coresight/Kconfig | 10 +++++----- > drivers/hwtracing/coresight/Makefile | 2 +- > ...esight-replicator-qcom.c => coresight-dynamic-replicator.c} | 5 ++--- > 4 files changed, 10 insertions(+), 11 deletions(-) > rename drivers/hwtracing/coresight/{coresight-replicator-qcom.c => coresight-dynamic-replicator.c} (97%) Acked-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html