Re: [U-Boot] [PATCH 3/4] pinctrl: meson-gx: add support for getting pinmux status

2019-06-05 Thread Maxime Jourdan
On 04/06/2019 11:04, Neil Armstrong wrote: In order to support the "pinmux status" command, use the common functions to get the pins count and names, and add the GX specific function to get the current function from registers. Signed-off-by: Neil Armstrong --- drivers/pinctrl/meson/pinctrl-me

[U-Boot] [PATCH 3/4] pinctrl: meson-gx: add support for getting pinmux status

2019-06-04 Thread Neil Armstrong
In order to support the "pinmux status" command, use the common functions to get the pins count and names, and add the GX specific function to get the current function from registers. Signed-off-by: Neil Armstrong --- drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c | 44 1 file