On Tue, Dec 10, 2013 at 1:54 PM, Vasily Khoruzhick <anars...@gmail.com> wrote: > On Tue, Dec 10, 2013 at 3:43 PM, Linus Walleij <linus.wall...@linaro.org> > wrote:
>> Argh! Now you're adding another user for a legacy custom pin control >> implementation. But if noone is going to modernize PXA2xx what >> can we do :-/ > > I tried a ~year ago, but it's not so trivial. PXA2xx has no separate > pin control module, it's > highly integrated into GPIO controller. I've asked the maillist what > should I do for that case, but AFAIR no one answered. It is very common for pin controllers and GPIO blocks to be integrated. The usual solution is to make a combined driver that registers both pinctrl and GPIO interfaces and put that into drivers/pinctrl. Here is a recent example that can be used as inspiration: http://marc.info/?l=linux-doc&m=138629591206248&w=2 Yours, Linus Walleij -- 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/