]> www.infradead.org Git - users/dwmw2/linux.git/commit
eth: fbnic: add basic debugfs structure
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 01:53:42 +0000 (17:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Nov 2024 02:43:41 +0000 (18:43 -0800)
commit08606cb528bed9f265ea8a99b0c310f3eba0ca89
tree8b6ec8492a76d8f782220e466221a574fa331d70
parent2a0d6c1705c42b81efd927f0bad91e68245dba7f
eth: fbnic: add basic debugfs structure

Add the usual debugfs structure:

 fbnic/
   $pci-id/
     device-fileA
     device-fileB

This patch only adds the directories, subsequent changes
will add files.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Link: https://patch.msgid.link/20241115015344.757567-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/meta/fbnic/Makefile
drivers/net/ethernet/meta/fbnic/fbnic.h
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c [new file with mode: 0644]
drivers/net/ethernet/meta/fbnic/fbnic_pci.c