Re: [PATCH v6 2/3] pinctrl: pinmux: Add pinmux-select debugfs file

2021-02-17 Thread Andy Shevchenko
On Wed, Feb 17, 2021 at 12:45 AM Drew Fustini wrote: > > Add "pinmux-select" to debugfs which will activate a function and group: > > echo "" > pinmux-select > > The write operation pinmux_select() handles this by checking that the > names map to valid selectors and then calling ops->set_mux().

[PATCH v6 2/3] pinctrl: pinmux: Add pinmux-select debugfs file

2021-02-16 Thread Drew Fustini
Add "pinmux-select" to debugfs which will activate a function and group: echo "" > pinmux-select The write operation pinmux_select() handles this by checking that the names map to valid selectors and then calling ops->set_mux(). The existing "pinmux-functions" debugfs file lists the pin functi