On Fri, Mar 20, 2020 at 08:37:48PM +0100, Linus Walleij wrote: > On Thu, Mar 19, 2020 at 1:27 PM Thierry Reding wrote: > > > This series of patches establishes the mapping of these two pins to > > their GPIO equivalents and implements the code necessary to switch > > between SFIO and GPIO modes when the kernel requests or releases the > > GPIOs, respectively. > > Is it possible to apply the gpio and pinctrl patches to > each tree separately? Yes, that should be possible. There's a dependency from patches 2 & 3 on patch 1, but since they are all for the same tree that should be fine. The dependency also is only a runtime dependency where the GPIO driver would defer probe indefinitely because no pin range would ever be added. So as long as patches 1-3 are applied in the order given in this series, everything should be okay. Thierry