Re: [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA

2016-01-28 Thread Linus Walleij
On Sat, Jan 23, 2016 at 4:31 PM, Masahiro Yamada wrote: > CONFIG_PINCTRL_PXA is more suitable than CONFIG_ARCH_PXA > to guard the drivers/pinctrl/pxa/ directory. > > Signed-off-by: Masahiro Yamada Patch applied. Yours, Linus Walleij

Re: [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA

2016-01-23 Thread Robert Jarzmik
Masahiro Yamada writes: > 2016-01-24 2:56 GMT+09:00 kbuild test robot : >> Hi Masahiro, >> >> [auto build test ERROR on next-20160122] >> [cannot apply to v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4] >> [if your patch is applied to the wrong git tree, please drop us a note to >> help improving the system] >

Re: [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA

2016-01-23 Thread Masahiro Yamada
2016-01-24 2:56 GMT+09:00 kbuild test robot : > Hi Masahiro, > > [auto build test ERROR on next-20160122] > [cannot apply to v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: > https://github.com/0

Re: [PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA

2016-01-23 Thread kbuild test robot
Hi Masahiro, [auto build test ERROR on next-20160122] [cannot apply to v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Masahiro-Yamada/pinctrl-pxa-guard-sub-dir

[PATCH] pinctrl: pxa: guard sub-directory with CONFIG_PINCTRL_PXA

2016-01-23 Thread Masahiro Yamada
CONFIG_PINCTRL_PXA is more suitable than CONFIG_ARCH_PXA to guard the drivers/pinctrl/pxa/ directory. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index b7b456a