On Mon, Sep 22, 2025 at 4:43 PM Marc Kleine-Budde [off-list ref] wrote:
On 22.09.2025 16:28:53, Bartosz Golaszewski wrote:
quoted
quoted
quoted
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