Re: [PATCH V4] scsi: ufs-debugfs: Add error counters

2021-01-14 Thread Martin K. Petersen
On Thu, 7 Jan 2021 09:25:38 +0200, Adrian Hunter wrote: > People testing have a need to know how many errors might be occurring > over time. Add error counters and expose them via debugfs. > > A module initcall is used to create a debugfs root directory for > ufshcd-related items. In the case tha

Re: [PATCH V4] scsi: ufs-debugfs: Add error counters

2021-01-07 Thread Martin K. Petersen
Adrian, > People testing have a need to know how many errors might be occurring > over time. Add error counters and expose them via debugfs. > > A module initcall is used to create a debugfs root directory for > ufshcd-related items. In the case that modules are built-in, then > initialization i

Re: [PATCH V4] scsi: ufs-debugfs: Add error counters

2021-01-06 Thread Can Guo
On 2021-01-07 15:25, Adrian Hunter wrote: People testing have a need to know how many errors might be occurring over time. Add error counters and expose them via debugfs. A module initcall is used to create a debugfs root directory for ufshcd-related items. In the case that modules are built-in,