Re: [PATCH v4 5/6] can: mcp251xfd: add gpio functionality
From: Bartosz Golaszewski
Date: Mon Sep 22 2025 - 10:49:20 EST
On Mon, Sep 22, 2025 at 4:43 PM Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> wrote:
>
> On 22.09.2025 16:28:53, Bartosz Golaszewski wrote:
> > > > You must be rebased on pre v6.17 code, this will not compile with current
> > > > mainline.
> > >
> > > You mean "post" v6.17? Best rebase to latest net-next/main, which
> > > already contains the new signatures for the GPIO callbacks.
> >
> > No, you read that right. The signature of the set() and set_multiple()
> > callbacks changed in v6.17-rc1 so Viken must have rebased his changes
> > on v6.16 or earlier.
>
> I'm not sure if I understand you correctly. This series must apply on
> current net-next/main, which is v6.17-rc6.
>
The GPIO driver interface changed between v6.16 and v6.17-rc1. This
series uses the old interface. It will not apply on top of v6.17-rc6.
Bartosz