summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-digicolor.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-05-25 15:37:27 +0900
committerLinus Walleij <linus.walleij@linaro.org>2016-05-31 10:29:06 +0200
commita672eb5e277d2d7ee9b585d468460f9890d2cebc (patch)
tree32447e0be304fc432f23026d809c9ec3d9734ee2 /drivers/pinctrl/pinctrl-digicolor.c
parentcd8f61f1e52b33766639e28a042d717d1e069d4f (diff)
downloadop-kernel-dev-a672eb5e277d2d7ee9b585d468460f9890d2cebc.zip
op-kernel-dev-a672eb5e277d2d7ee9b585d468460f9890d2cebc.tar.gz
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
OpenPOWER on IntegriCloud