diff options
| author | Masahiro Yamada <[email protected]> | 2016-05-25 15:37:27 +0900 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2016-05-31 10:29:06 +0200 |
| commit | a672eb5e277d2d7ee9b585d468460f9890d2cebc (patch) | |
| tree | 32447e0be304fc432f23026d809c9ec3d9734ee2 /tools/perf/scripts/python | |
| parent | cd8f61f1e52b33766639e28a042d717d1e069d4f (diff) | |
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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions