Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-21 Thread Greg Kroah-Hartman
On Wed, Dec 20, 2017 at 11:16:30AM -0800, Jaegeuk Kim wrote: > From: Jaegeuk Kim > > This patch introduces attribute group to show existing sysfs entries. > > Cc: Greg Kroah-Hartman > Signed-off-by: Jaegeuk Kim > --- > > Change log from v1: > - use ATTRIBUTE_GROUPS and sysfs_create_groups()

Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-21 Thread gre...@linuxfoundation.org
On Wed, Dec 20, 2017 at 09:37:39PM -0500, Martin K. Petersen wrote: > > >> For future patch series submissions, please include a cover letter > >> that explains the purpose of the patch series and please also > >> document the changes between the different versions of the patch > >> series in the

Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-20 Thread Martin K. Petersen
>> For future patch series submissions, please include a cover letter >> that explains the purpose of the patch series and please also >> document the changes between the different versions of the patch >> series in the cover letter. > > Yup, I'll be aware of it. Thank you for the advice. These l

Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-20 Thread Jaegeuk Kim
Hi Bart, On 12/20, Bart Van Assche wrote: > On Wed, 2017-12-20 at 11:16 -0800, Jaegeuk Kim wrote: > > From: Jaegeuk Kim > > Hello Jaegeuk, > > For future patch series submissions, please include a cover letter that > explains > the purpose of the patch series and please also document the chang

Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-20 Thread Bart Van Assche
On Wed, 2017-12-20 at 11:16 -0800, Jaegeuk Kim wrote: > From: Jaegeuk Kim Hello Jaegeuk, For future patch series submissions, please include a cover letter that explains the purpose of the patch series and please also document the changes between the different versions of the patch series in the

[PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-20 Thread Jaegeuk Kim
From: Jaegeuk Kim This patch introduces attribute group to show existing sysfs entries. Cc: Greg Kroah-Hartman Signed-off-by: Jaegeuk Kim --- Change log from v1: - use ATTRIBUTE_GROUPS and sysfs_create_groups() drivers/scsi/ufs/ufshcd.c | 46 +-