Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a77de263 authored by Mathieu Poirier's avatar Mathieu Poirier Committed by Greg Kroah-Hartman
Browse files

coresight: etm4x: moving sysFS entries to a dedicated file



As with the etm3x driver, sysFS entries are big enough to justify
their own file. As such moving all sysFS related declarations to
a dedicated location.

No gain/loss of functionality is incurred from this patch.

Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38cbfe4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,5 +11,6 @@ obj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o \
obj-$(CONFIG_CORESIGHT_SOURCE_ETM3X) += coresight-etm3x.o coresight-etm-cp14.o \
					coresight-etm3x-sysfs.o \
					coresight-etm-perf.o
obj-$(CONFIG_CORESIGHT_SOURCE_ETM4X) += coresight-etm4x.o
obj-$(CONFIG_CORESIGHT_SOURCE_ETM4X) += coresight-etm4x.o \
					coresight-etm4x-sysfs.o
obj-$(CONFIG_CORESIGHT_QCOM_REPLICATOR) += coresight-replicator-qcom.o
+2048 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −2029

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -391,4 +391,6 @@ enum etm_addr_type {
	ETM_ADDR_TYPE_START,
	ETM_ADDR_TYPE_STOP,
};

extern const struct attribute_group *coresight_etmv4_groups[];
#endif