Re: [PATCH] gpio: add COMPILE_TEST to several drivers

2017-07-06 Thread Linus Walleij
On Tue, Jul 4, 2017 at 5:51 AM, Masahiro Yamada wrote: > These drivers are actually platform-agnostic. Add COMPILE_TEST for > the compilation test coverage. > > Signed-off-by: Masahiro Yamada I had such patches in the past. It breaks everything to the left and right. What I need is someone w

Re: [PATCH] gpio: add COMPILE_TEST to several drivers

2017-07-05 Thread kbuild test robot
Hi Masahiro, [auto build test ERROR on gpio/for-next] [cannot apply to v4.12] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Masahiro-Yamada/gpio-add-COMPILE_TEST-to-several-drivers/20170706-070

[PATCH] gpio: add COMPILE_TEST to several drivers

2017-07-03 Thread Masahiro Yamada
These drivers are actually platform-agnostic. Add COMPILE_TEST for the compilation test coverage. Signed-off-by: Masahiro Yamada --- drivers/gpio/Kconfig | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig ind