[PATCH 0/2] Fix pinmux status display with long pin's name
Patrice Chotard
patrice.chotard at foss.st.com
Mon Jan 11 15:03:45 CET 2021
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
More information about the U-Boot
mailing list