linux-stable/drivers/hsi/controllers
YueHaibing 1ff85bfa16 HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warnings
Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE
for debugfs files.

Semantic patch information:
Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file()
imposes some significant overhead as compared to
DEFINE_DEBUGFS_ATTRIBUTE + debugfs_create_file_unsafe().

Generated by: scripts/coccinelle/api/debugfs/debugfs_simple_attr.cocci

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2019-02-14 12:36:21 +01:00
..
Kconfig HSI: omap-ssi: add COMMON_CLK dependency 2016-05-09 22:45:18 +02:00
Makefile HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module 2016-05-02 21:56:21 +02:00
omap_ssi.h HSI: omap_ssi: call msg->complete() from process context 2016-06-28 00:40:00 +02:00
omap_ssi_core.c HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macro 2018-12-05 00:16:59 +01:00
omap_ssi_port.c HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warnings 2019-02-14 12:36:21 +01:00
omap_ssi_regs.h