Re: [PATCH 3/7] i2c: gpio: use i2c_adapter_set_node()
From: Bartosz Golaszewski
Date: Fri Jan 16 2026 - 06:31:57 EST
On Thu, 15 Jan 2026 19:28:51 +0100, Wolfram Sang
<wsa+renesas@xxxxxxxxxxxxxxxxxxxx> said:
> On Tue, Dec 23, 2025 at 11:06:50AM +0100, Bartosz Golaszewski wrote:
>> Use the dedicated wrapper for setting the fwnode of the i2c_adapter.
>> This allows us to hide the dereferencing of the embedded struct device.
>>
>> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
>
> Applying this patch fails for me. What is your base? I don't have the
> commit referenced in the first patch series. I tried current top-of-tree
> and current -next.
>
It's v6.19-rc2:
$ git show 9448598b22c50c8a5bb77a9103e2d49f134c9578
commit 9448598b22c50c8a5bb77a9103e2d49f134c9578 (tag: v6.19-rc2)
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Sun Dec 21 15:52:04 2025 -0800
Linux 6.19-rc2
Bart