Re: [PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test

2024-10-28 Thread Linus Walleij
On Fri, Oct 25, 2024 at 9:46 PM Nícolas F. R. A. Prado wrote: > Add a new kselftest that sets a configuration to a GPIO line and then > gets it back to verify that it was correctly carried out by the driver. > > Setting a configuration is done through the GPIO uAPI, but retrieving it > is done th

[PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test

2024-10-25 Thread Nícolas F . R . A . Prado
Add a new kselftest that sets a configuration to a GPIO line and then gets it back to verify that it was correctly carried out by the driver. Setting a configuration is done through the GPIO uAPI, but retrieving it is done through the debugfs interface since that is the only place where it can be