diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-05-25 15:37:27 +0900 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-05-31 10:29:06 +0200 |
commit | a672eb5e277d2d7ee9b585d468460f9890d2cebc (patch) | |
tree | 32447e0be304fc432f23026d809c9ec3d9734ee2 /drivers/pinctrl/pinctrl-digicolor.c | |
parent | cd8f61f1e52b33766639e28a042d717d1e069d4f (diff) | |
download | linux-a672eb5e277d2d7ee9b585d468460f9890d2cebc.tar.bz2 |
pinctrl: pinconf: separate config parameters with commas for debugfs
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-digicolor.c')
0 files changed, 0 insertions, 0 deletions