linux-pinenote/drivers/net/ethernet/stmicro/stmmac
Mathieu Olivari 466c5ac8bd net: stmmac: create one debugfs dir per net-device
stmmac DebugFS entries are currently global to the driver. As a result,
having more than one stmmac device in the system creates the following
error:
* ERROR stmmaceth, debugfs create directory failed
* stmmac_hw_setup: failed debugFS registration

This also results in being able to access the debugfs information for
the first registered device only.

This patch changes the debugfs structure to have one sub-directory per
net-device. Files under "/sys/kernel/debug/stmmaceth" will now show-up
under /sys/kernel/debug/stmmaceth/ethN/.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-25 17:38:23 -04:00
..
chain_mode.c
common.h stmmac: Configure Flow Control to work correctly based on rxfifo size 2015-04-16 13:58:42 -04:00
descs.h
descs_com.h
dwmac-meson.c
dwmac-rk.c net: stmmac: dwmac-rk: Use standard devicetree property for phy regulator 2015-01-24 17:17:07 -08:00
dwmac-socfpga.c net: stmmac: make reset control an optional requirement 2015-03-08 22:52:45 -04:00
dwmac-sti.c
dwmac-sunxi.c
dwmac100.h
dwmac100_core.c
dwmac100_dma.c stmmac: Configure Flow Control to work correctly based on rxfifo size 2015-04-16 13:58:42 -04:00
dwmac1000.h stmmac: Add defines and documentation for enabling flow control 2015-04-16 13:58:42 -04:00
dwmac1000_core.c stmmac: Enable unicast pause frame detect in GMAC Register 6 2015-04-16 13:58:42 -04:00
dwmac1000_dma.c stmmac: Configure Flow Control to work correctly based on rxfifo size 2015-04-16 13:58:42 -04:00
dwmac_dma.h
dwmac_lib.c
enh_desc.c
Kconfig
Makefile
mmc.h
mmc_core.c
norm_desc.c
ring_mode.c
stmmac.h net: stmmac: create one debugfs dir per net-device 2015-05-25 17:38:23 -04:00
stmmac_ethtool.c
stmmac_hwtstamp.c
stmmac_main.c net: stmmac: create one debugfs dir per net-device 2015-05-25 17:38:23 -04:00
stmmac_mdio.c
stmmac_pci.c stmmac: pci: add MSI support for Intel Quark X1000 2015-01-27 21:08:08 -08:00
stmmac_platform.c drivers/net: include <module.h> for modular stmmac_platform code 2015-05-03 23:40:09 -04:00
stmmac_platform.h
stmmac_ptp.c ptp: stmmac: use helpers for converting ns to timespec. 2015-03-31 17:19:19 -04:00
stmmac_ptp.h