Re: [PATCH 1/3] rust: gpio: add GPIO module with common definitions
From: Gary Guo
Date: Sun Sep 06 2026 - 09:10:40 EST
On Sun Sep 6, 2026 at 10:56 AM BST, Miguel Ojeda wrote:
> On Sun, Sep 6, 2026 at 10:46 AM Kohei Ito <koheiito.dev@xxxxxxxxx> wrote:
>>
>> Add the top-level GPIO module with minimal common definitions. This
>> module is the basis for future Rust GPIO extensions.
>
> Thanks & welcome!
>
> I see you Cc'd linux-gpio, which is good, but the GPIO maintainers
> should be Cc'd too, since they are the ones that will be deciding on
> this -- doing it for you in this one so that they are in the loop.
>
> By the way, it is nice to see GPIO again :) Now that some years have
> passed, how does it compare to
>
> https://lwn.net/Articles/863459/
>
> ?
This is possibily also a show case for all our I/O projection and register macro
work :)
Best,
Gary