Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409981
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] pinctrl: pinconf: separate config parameters with commas for debugfs |
| Date | 2016-05-31 10:30 +0200 |
| Message-ID | <rENdL-eU-3@gated-at.bofh.it> (permalink) |
| References | <rCAE2-646-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, May 25, 2016 at 8:37 AM, Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > To improve debugfs readability, use commas instead of whitespaces > for separating configuration parameters. > > For example, the "pinconf-pins" dump on my board will change as follows: > > Without this commit: > > # head -5 pinconf-pins > Pin config settings per pin > Format: pin (name): configs > pin 0 (ED0): input bias pull down output drive strength (8 mA) input enabled > pin 1 (ED1): input bias pull down output drive strength (8 mA) input enabled > pin 2 (ED2): input bias pull down output drive strength (8 mA) input enabled > > With this commit: > > # head -5 pinconf-pins > Pin config settings per pin > Format: pin (name): configs > pin 0 (ED0): input bias pull down, output drive strength (8 mA), input enabled > pin 1 (ED1): input bias pull down, output drive strength (8 mA), input enabled > pin 2 (ED2): input bias pull down, output drive strength (8 mA), input enabled > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Much better like this, thanks! Patch applied. Yours, Linus Walleij
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] pinctrl: pinconf: separate config parameters with commas for debugfs Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-05-25 08:40 +0200 Re: [PATCH] pinctrl: pinconf: separate config parameters with commas for debugfs Linus Walleij <linus.walleij@linaro.org> - 2016-05-31 10:30 +0200
csiph-web