Re: [PATCH] raw/cnxk_gpio: allow controlling existing GPIO

2022-06-08 Thread Thomas Monjalon
04/06/2022 16:03, Tomasz Duszynski: > Controlling existing GPIO should be normally frowned upon because > we want to avoid situation where multiple contenders modify GPIO > state simultaneously. > > Still there might be situations where this is actually needed. > Restarting killed application bein

[PATCH] raw/cnxk_gpio: allow controlling existing GPIO

2022-06-04 Thread Tomasz Duszynski
Controlling existing GPIO should be normally frowned upon because we want to avoid situation where multiple contenders modify GPIO state simultaneously. Still there might be situations where this is actually needed. Restarting killed application being an example here. So relax current restriction