Re: [PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-03-01 Thread Gilad Broner
+#define UFSHCD_UPDATE_TAG_STATS(hba, tag) +#define UFSHCD_UPDATE_TAG_STATS_COMPLETION(hba, cmd) +#define UFSHCD_UPDATE_ERROR_STATS(hba, type) + +#endif Is there any reason that these are defined as macros instead of static functions? No special reason that I'm aware of. I will convert

Re: [PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-02-24 Thread Akinobu Mita
2015-02-23 17:08 GMT+09:00 Gilad Broner gbro...@codeaurora.org: From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump

[PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-02-23 Thread Gilad Broner
From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump device descriptor info - Track recoverable errors statistics during

Re: [PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-02-23 Thread Dov Levenglick
From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump device descriptor info - Track recoverable errors statistics during