scsi: ufs: renaming "debugfs" files with correct prefix
The old names doesn't include the driver name (as prefix or at all). This change adds the "ufs" and the "ufs-qcom" prefix to file names and by that creates uniform naming convention in the driver. Change-Id: I221b489cc4237882d7e62a9d80bc1ee3f2bcf4a6 Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
This commit is contained in:
parent
3a18ae55d2
commit
0fe711f7ea
8 changed files with 8 additions and 8 deletions
|
@ -5,4 +5,4 @@ obj-$(CONFIG_SCSI_UFSHCD) += ufshcd.o ufs_quirks.o
|
|||
obj-$(CONFIG_SCSI_UFSHCD_PCI) += ufshcd-pci.o
|
||||
obj-$(CONFIG_SCSI_UFSHCD_PLATFORM) += ufshcd-pltfrm.o
|
||||
obj-$(CONFIG_SCSI_UFS_TEST) += ufs_test.o
|
||||
obj-$(CONFIG_DEBUG_FS) += debugfs.o qcom-debugfs.o
|
||||
obj-$(CONFIG_DEBUG_FS) += ufs-debugfs.o ufs-qcom-debugfs.o
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/random.h>
|
||||
#include "debugfs.h"
|
||||
#include "ufs-debugfs.h"
|
||||
#include <linux/scsi/ufs/unipro.h>
|
||||
#include "ufshci.h"
|
||||
|
||||
|
@ -854,7 +854,7 @@ static int ufsdbg_dme_read(void *data, u64 *attr_val, bool peer)
|
|||
int ret;
|
||||
struct ufs_hba *hba = data;
|
||||
u32 attr_id, read_val = 0;
|
||||
int (*read_func) (struct ufs_hba *, u32, u32 *);
|
||||
int (*read_func)(struct ufs_hba *, u32, u32 *);
|
||||
|
||||
if (!hba)
|
||||
return -EINVAL;
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/scsi/ufs/ufs-qcom.h>
|
||||
#include "qcom-debugfs.h"
|
||||
#include "debugfs.h"
|
||||
#include "ufs-qcom-debugfs.h"
|
||||
#include "ufs-debugfs.h"
|
||||
|
||||
#define TESTBUS_CFG_BUFF_LINE_SIZE sizeof("0xXY, 0xXY")
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
#include <crypto/ice.h>
|
||||
|
||||
#include "ufs-qcom-ice.h"
|
||||
#include "qcom-debugfs.h"
|
||||
#include "ufs-qcom-debugfs.h"
|
||||
|
||||
#define UFS_QCOM_CRYPTO_LABEL "ufs-qcom-crypto"
|
||||
/* Timeout waiting for ICE initialization, that requires TZ access */
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "ufs-qcom.h"
|
||||
#include "ufshci.h"
|
||||
#include "ufs-qcom-ice.h"
|
||||
#include "qcom-debugfs.h"
|
||||
#include "ufs-qcom-debugfs.h"
|
||||
|
||||
#define UFS_QCOM_DEFAULT_DBG_PRINT_EN \
|
||||
(UFS_QCOM_DBG_PRINT_REGS_EN | UFS_QCOM_DBG_PRINT_TEST_BUS_EN)
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <linux/scsi/ufs/ufshcd.h>
|
||||
#include "ufshci.h"
|
||||
#include "ufs_quirks.h"
|
||||
#include "debugfs.h"
|
||||
#include "ufs-debugfs.h"
|
||||
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include <trace/events/ufs.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue