accel/habanalabs: add parent_device sysfs attribute
authorTomer Tayar <ttayar@habana.ai>
Wed, 3 May 2023 10:19:17 +0000 (13:19 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Tue, 19 Dec 2023 09:09:44 +0000 (11:09 +0200)
commitaa5cea38ce687021bf97f9f4cdb18b26db290964
treebd6b3f93d6b747716a910c50e0c2bdca71d624e9
parentcf0719a8a3e72cb82d83f79aa57ae11d86324915
accel/habanalabs: add parent_device sysfs attribute

The device debugfs directory was modified to be named as the
device-name.
This name is the parent device name, i.e. either the PCI address in case
of an ASIC, or the simulator device name in case of a simulator.

This change makes it more difficult for a user to access the debugfs
directory for a specific accel device, because he can't just use the
accel minor id, but he needs to do more device-dependent operations to
get the device name.

To make it easier to get this name, add a 'parent_device' sysfs
attribute that the user can read using the minor id before accessing
debugfs.

Signed-off-by: Tomer Tayar <ttayar@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Documentation/ABI/testing/sysfs-driver-habanalabs
drivers/accel/habanalabs/common/habanalabs.h
drivers/accel/habanalabs/common/sysfs.c