pinctrl: amd: Use unicode for debugfs output
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 22 Jul 2022 22:08:10 +0000 (17:08 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Jul 2022 07:57:24 +0000 (09:57 +0200)
commite8129a076a509c7e8eae04b78715ac8648c4e63e
treeb782fbd5757b43426b6ae1145d456d05362a4702
parentdc24b7530dff6d2c1f92ba75e10f335eebc48ccc
pinctrl: amd: Use unicode for debugfs output

The output is currently split across two lines making it more
difficult to parse unless the newlines are removed between pins
or it's read in by a parser like Libreoffice Calc or Google docs.

To make it easier to follow to the naked eye in a terminal window:
* drop the newline in the middle of pin definitions
* shorten all output using unicode characters
* align all pipe delimitters
* output the same phrase even for disabled functions
  (but with a ∅ character)

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20220722220810.28894-2-mario.limonciello@amd.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-amd.c