
11 Jan
2021
11 Jan
'21
3:03 p.m.
This series is fixing 2 issue when pin-controller pin's name are long : _ First issue is concerning stmfx pin-controller which pin's name is at least 13 char long but only 10 can be displayed. _ Second issue is about pinmux command which is using PINNAME_SIZE which need to be increased to displayed long pin's name.
Patrice Chotard (2): pinctrl: stmfx: Fix MAX_PIN_NAME_LEN pinctrl: Set PINNAME_SIZE to 16
drivers/pinctrl/pinctrl-stmfx.c | 2 +- include/dm/pinctrl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
--
2.17.1