Messages in this thread |  | | Date | Tue, 14 Apr 2015 18:06:03 -0700 | Subject | Re: [GIT PULL] pin control bulk changes for v4.1 | From | Linus Torvalds <> |
| |
On Tue, Apr 14, 2015 at 7:57 AM, Linus Walleij <linus.walleij@linaro.org> wrote: > Hi Linus, > > here is the big pull request for v4.1 pin control changes.
It is very clearly broken:
warning: (PINCTRL_AT91 && PINCTRL_MESON && PINCTRL_NOMADIK && PINCTRL_MTK_COMMON && GPIO_TB10X) selects OF_GPIO which has unmet direct dependencies (GPIOLIB && OF)
and you'll need to add the proper "depends on OF && GPIOLIB".
I pulled it because it still ends up working for my normal test-cases, but it's wrong.
Linus
|  |