Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs entries.

2018-02-04 Thread Greg KH
; > > Cc: linux-scsi@vger.kernel.org; linux-ker...@vger.kernel.org; > > jaeg...@kernel.org; Alex Lemberg <alex.lemb...@wdc.com> > > Subject: Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs > > entries. > > > > On Sun, Feb 04, 2018 at 12:29:0

RE: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs entries.

2018-02-04 Thread Stanislav Nijnikov
rg <alex.lemb...@wdc.com> > Subject: Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs > entries. > > On Sun, Feb 04, 2018 at 12:29:06PM +, Stanislav Nijnikov wrote: > > > > + curr_len += snprintf((buf + curr_len), (PAGE_SIZE - curr_len),

Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs entries.

2018-02-04 Thread Greg KH
On Sun, Feb 04, 2018 at 12:29:06PM +, Stanislav Nijnikov wrote: > > > + curr_len += snprintf((buf + curr_len), (PAGE_SIZE - curr_len), > > > + "\nAll available Runtime PM levels info:\n"); > > > + for (lvl = UFS_PM_LVL_0; lvl < UFS_PM_LVL_MAX; lvl++) > > > +

RE: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs entries.

2018-02-04 Thread Stanislav Nijnikov
Alex Lemberg <alex.lemb...@wdc.com> > Subject: Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs > entries. > > On Thu, Feb 01, 2018 at 06:15:37PM +0200, Stanislav Nijnikov wrote: > > This patch introduces attribute group to show existing sysfs entries. > >

Re: [PATCH v4 01/10] ufs: sysfs: attribute group for existing sysfs entries.

2018-02-01 Thread Greg KH
On Thu, Feb 01, 2018 at 06:15:37PM +0200, Stanislav Nijnikov wrote: > This patch introduces attribute group to show existing sysfs entries. > > Signed-off-by: Stanislav Nijnikov > --- > drivers/scsi/ufs/Makefile| 3 +- > drivers/scsi/ufs/ufs-sysfs.c | 164 >