]> git.baikalelectronics.ru Git - kernel.git/commit
coresight: Add generic sysfs link creation functions
authorMike Leach <mike.leach@linaro.org>
Mon, 18 May 2020 18:02:22 +0000 (12:02 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 May 2020 14:31:15 +0000 (16:31 +0200)
commit80961525880e58e0efcf536fd357d642c68f4176
treee2184dd895beca8e55e9a8a2f8f1fd57a9e45555
parent68a5d5fccb4a010675a122d9ad0b5089a9896d1f
coresight: Add generic sysfs link creation functions

To allow the connections between coresight components to be represented
in sysfs, generic methods for creating sysfs links between two coresight
devices are added.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200518180242.7916-4-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/Makefile
drivers/hwtracing/coresight/coresight-priv.h
drivers/hwtracing/coresight/coresight-sysfs.c [new file with mode: 0644]
include/linux/coresight.h