coresight: Rename connection members to make the direction explicit
authorJames Clark <james.clark@arm.com>
Tue, 25 Apr 2023 14:35:32 +0000 (15:35 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Mon, 5 Jun 2023 14:46:46 +0000 (15:46 +0100)
commitd49c9cf15f89cdd77f3ce3f0187fa1cfbdea28f5
treed794e7276795cc9e638623a25a24f3547d5d83b9
parent81d0ea763d8a1089749a9b671a730cef6cc5c5d7
coresight: Rename connection members to make the direction explicit

When input connections are added they will use the same connection
object as the output so parent and child could be misinterpreted. Making
the direction unambiguous in the names should improve readability.

Reviewed-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: James Clark <james.clark@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20230425143542.2305069-6-james.clark@arm.com
drivers/hwtracing/coresight/coresight-core.c
drivers/hwtracing/coresight/coresight-platform.c
drivers/hwtracing/coresight/coresight-sysfs.c
drivers/hwtracing/coresight/coresight-tmc-etr.c
include/linux/coresight.h