Re: [PATCH 2/3] rust: gpio: Add basic consumer abstractions
From: Bartosz Golaszewski
Date: Thu Sep 10 2026 - 03:46:36 EST
On Sun, 6 Sep 2026 10:45:50 +0200, Kohei Ito <koheiito.dev@xxxxxxxxx> said:
> Add basic abstractions for GPIO consumer APIs.
>
> Due to a bindgen issue that may generate the wrong type for enum types,
> `gpio/consumer.h` is included at the top of `bindings_helper.h` as a
> temporary workaround. Once the issue is resolved, it can be moved back
> to its proper alphabetical position.
>
> Signed-off-by: Kohei Ito <koheiito.dev@xxxxxxxxx>
> ---
My rust skills are still quite limited. This doesn't look bad but I'd also
prefer someone more well versed have a look at tell me if these make sense.
Bartosz