Re: [PATCH v4 00/12] Add support for pinmux status command on beaglebone

2021-04-11 Thread Lokesh Vutla
On 11/04/21 1:09 pm, Dario Binacchi wrote: > > The series was born from the need to check the pinmux setting of a > peripheral on a beaglebone board. I then ran the 'pinmux status -a' > command but it failed because some operations (get_pin_muxing, > get_pin_name and get_pins_count) were missin

[PATCH v4 00/12] Add support for pinmux status command on beaglebone

2021-04-11 Thread Dario Binacchi
The series was born from the need to check the pinmux setting of a peripheral on a beaglebone board. I then ran the 'pinmux status -a' command but it failed because some operations (get_pin_muxing, get_pin_name and get_pins_count) were missing in the 'pinctrl-single' driver. The patch series can