linux/drivers/net/ethernet/pensando/ionic
Geert Uytterhoeven 0735ccc9d9 ionic: Use debugfs_create_bool() to export bool
Currently bool ionic_cq.done_color is exported using
debugfs_create_u8(), which requires a cast, preventing further compiler
checks.

Fix this by switching to debugfs_create_bool(), and dropping the cast.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-06 17:46:33 -07:00
..
ionic_bus_pci.c ionic: add support for device id 0x1004 2020-03-09 19:34:04 -07:00
ionic_bus.h ionic: Add basic adminq support 2019-09-05 09:24:43 +02:00
ionic_debugfs.c ionic: Use debugfs_create_bool() to export bool 2020-05-06 17:46:33 -07:00
ionic_debugfs.h ionic: Add basic adminq support 2019-09-05 09:24:43 +02:00
ionic_dev.c ionic: remove lifs on fw reset 2020-03-30 11:40:50 -07:00
ionic_dev.h ionic: remove lifs on fw reset 2020-03-30 11:40:50 -07:00
ionic_devlink.c ionic: stop devlink warn on mgmt device 2020-03-17 21:18:25 -07:00
ionic_devlink.h
ionic_ethtool.c ionic: print data for unknown xcvr type 2020-03-17 21:18:25 -07:00
ionic_ethtool.h ionic: Add initial ethtool support 2019-09-05 09:24:44 +02:00
ionic_if.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-25 18:58:11 -07:00
ionic_lif.c ionic: add device reset to fw upgrade down 2020-04-30 18:02:46 -07:00
ionic_lif.h ionic: remove lifs on fw reset 2020-03-30 11:40:50 -07:00
ionic_main.c ionic: remove lifs on fw reset 2020-03-30 11:40:50 -07:00
ionic_regs.h ionic: make spdxcheck.py happy 2020-03-21 19:53:57 -07:00
ionic_rx_filter.c ionic: fix unused assignment 2020-04-14 16:30:14 -07:00
ionic_rx_filter.h ionic: replay filters after fw upgrade 2020-04-08 13:02:32 -07:00
ionic_stats.c ionic: clean up bitflag usage 2020-03-09 19:34:04 -07:00
ionic_stats.h ionic: Add driver stats 2019-09-05 09:24:44 +02:00
ionic_txrx.c ionic: clean tx queue of unfinished requests 2020-03-30 11:40:50 -07:00
ionic_txrx.h ionic: clean tx queue of unfinished requests 2020-03-30 11:40:50 -07:00
ionic.h ionic: drop ethtool driver version 2020-03-09 19:34:04 -07:00
Makefile ionic: Add driver stats 2019-09-05 09:24:44 +02:00