Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-03-02 Thread Drew Fustini
On Tue, Mar 02, 2021 at 05:22:37PM +0100, Linus Walleij wrote: > On Tue, Mar 2, 2021 at 11:23 AM Andy Shevchenko > wrote: > > On Tue, Mar 2, 2021 at 10:36 AM Linus Walleij > > wrote: > > > > Patch applied, thanks for fixing this! > > > > I guess we are at v9 of this. > > Yeah I took it out aga

Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-03-02 Thread Linus Walleij
On Tue, Mar 2, 2021 at 11:23 AM Andy Shevchenko wrote: > On Tue, Mar 2, 2021 at 10:36 AM Linus Walleij > wrote: > > Patch applied, thanks for fixing this! > > I guess we are at v9 of this. Yeah I took it out again waiting for the waters to settle. Yours, Linus Walleij

Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-03-02 Thread Andy Shevchenko
On Tue, Mar 2, 2021 at 10:36 AM Linus Walleij wrote: > > On Fri, Feb 12, 2021 at 11:30 PM Drew Fustini wrote: > > > Switch over pinctrl debugfs files to use octal permissions as they are > > preferred over symbolic permissions. Refer to commit f90774e1fd27 > > ("checkpatch: look for symbolic perm

Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-03-02 Thread Linus Walleij
On Fri, Feb 12, 2021 at 11:30 PM Drew Fustini wrote: > Switch over pinctrl debugfs files to use octal permissions as they are > preferred over symbolic permissions. Refer to commit f90774e1fd27 > ("checkpatch: look for symbolic permissions and suggest octal instead"). > > Note: S_IFREG flag is ad

Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-02-16 Thread Geert Uytterhoeven
On Fri, Feb 12, 2021 at 11:30 PM Drew Fustini wrote: > Switch over pinctrl debugfs files to use octal permissions as they are > preferred over symbolic permissions. Refer to commit f90774e1fd27 > ("checkpatch: look for symbolic permissions and suggest octal instead"). > > Note: S_IFREG flag is add

Re: [PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-02-13 Thread Andy Shevchenko
On Sat, Feb 13, 2021 at 12:30 AM Drew Fustini wrote: > > Switch over pinctrl debugfs files to use octal permissions as they are > preferred over symbolic permissions. Refer to commit f90774e1fd27 > ("checkpatch: look for symbolic permissions and suggest octal instead"). > > Note: S_IFREG flag is a

[PATCH v5 1/2] pinctrl: use to octal permissions for debugfs files

2021-02-12 Thread Drew Fustini
Switch over pinctrl debugfs files to use octal permissions as they are preferred over symbolic permissions. Refer to commit f90774e1fd27 ("checkpatch: look for symbolic permissions and suggest octal instead"). Note: S_IFREG flag is added to the mode by __debugfs_create_file() in fs/debugfs/inode.c