On Sun, Aug 07, 2022 at 11:05:39PM +0300, Adverg Ebashinskii wrote:
> What is the right things to do if a patch got ignored? Is it appropriate to
> request a feedback by explicitly replying to the thread or ignoring the patch
> automatically means that it was rejected? If it's possible to request a
What is the right things to do if a patch got ignored? Is it appropriate to request a feedback by explicitly replying to the thread or ignoring the patch automatically means that it was rejected? If it's possible to request a feedback how long should I before doing that? I'd like to request a feedb
I am trying to figure out how to use gpiod_get(), or one of its
variants, to get the descriptor (struct gpio_desc *) for a specific
GPIO. Getting a reference to the GPIO chip (struct gpio_chip *) is
straightforward, and it provides a pointer to the device (.parent), but
I absolutely cannot figure