On Tue, 2014-10-07 at 01:05PM +0200, Linus Walleij wrote: > On Wed, Sep 24, 2014 at 11:09 PM, Sören Brinkmann [...] > > +++ b/drivers/pinctrl/Kconfig > > @@ -305,6 +305,14 @@ config PINCTRL_PALMAS > > open drain configuration for the Palmas series devices like > > TPS65913, TPS80036 etc. > > > > +config PINCTRL_ZYNQ > > + bool "Pinctrl driver for Xilinx Zynq" > > + depends on ARCH_ZYNQ > > + select PINMUX > > + select GENERIC_PINCONF > > Thanks for using generic pinconf. But you haven't implemented > it yet?!
Muxing uses the generic pinconf stuff to parse the DT. Even for muxing only I need this, I think. That codes needs to change with your proposed change to introduce the 'groups' property. Sören -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/