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

2021-04-11 Thread Dario Binacchi
Hi Lokesh, > Il 09/04/2021 09:21 Lokesh Vutla ha scritto: > > > Hi Dario, > > On 28/02/21 7:42 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

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

2021-04-09 Thread Lokesh Vutla
Hi Dario, On 28/02/21 7:42 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)

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

2021-02-28 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