Re: [PATCH v4 0/4] ARM: dts: vf: Iris carrier board for the Colibri VF50 and VF61
Mehmet Fide <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Mehmet Fide <[email protected]> A correction on the gpiolib warning I mentioned: it is not a gpio-vf610 matter after all, so no driver patch from me. Half of it is already fixed: d761c7e38a00 ("gpiolib: Check gc->get_direction() before calling gpiod_get_direction()") in the GPIO tree covers the debugfs dump path. The remaining backtrace comes through the i2c generic GPIO bus recovery, which calls gpiod_get_direction() on any controller without .get_direction(), and for that I have sent a gpiolib patch: https://lore.kernel.org/all/[email protected]/ With both in place, 7.2-rc7 plus this series boots the Colibri VF50 on the Iris with a clean log. Thanks, Mehmet