Re: [PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
Mathieu Poirier <[email protected]>
| Newsgroups | org.kernel.vger.linux-remoteproc,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANLsYkxmf=QfNUe=BLrrP7kBtZKq2Z1BkQDLnzmcQsW-kYzTPQ@mail.gmail.com> |
On Mon, 6 Jul 2026 at 09:40, Shenwei Wang (OSS) <[email protected]> wrote: > > > > > -----Original Message----- > > From: Shenwei Wang (OSS) > > Sent: Thursday, June 25, 2026 10:55 AM > > To: Linus Walleij <[email protected]>; Bartosz Golaszewski <[email protected]>; > > Jonathan Corbet <[email protected]>; Rob Herring <[email protected]>; Krzysztof > > Kozlowski <[email protected]>; Conor Dooley <[email protected]>; Bjorn > > Andersson <[email protected]>; Mathieu Poirier > > <[email protected]>; Frank Li <[email protected]>; Sascha Hauer > > <[email protected]> > > Cc: Shuah Khan <[email protected]>; [email protected]; linux- > > [email protected]; [email protected]; Pengutronix Kernel Team > > <[email protected]>; Fabio Estevam <[email protected]>; Shenwei > > Wang <[email protected]>; Peng Fan <[email protected]>; > > [email protected]; [email protected]; > > [email protected]; [email protected]; dl-linux-imx <linux- > > [email protected]>; Arnaud POULIQUEN <[email protected]>; b- > > [email protected]; Andrew Lunn <[email protected]> > > Subject: [PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform > > > > From: Shenwei Wang <[email protected]> > > > > Support the remote devices on the remote processor via the RPMSG bus on i.MX > > platform. > > > > Changes in v14: > > - Update gpio-rpmsg.rst per Mathieu’s feedback. > > Hi Mathieu, > > Could you please let me know if you have any further comments on this version? I intend to review your patches but other people's work is ahead of yours. > > Thanks, > Shenwei > > > - Align the rpmsg-gpio driver with the revised gpio-rpmsg.rst. > > - Modify rpmsg-core to enable prefix-based matching of RPMSG device IDs. > > > > Changes in v13: > > - drop the support for legacy NXP firmware. > > - remove the fixed_up hooks from the rpmsg gpio driver. > > - code cleanup. > > >