Re: [RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-08-18 Thread Chanwoo Choi
Hi Krzysztof, Looks good to me. Reviewed-by: Chanwoo Choi Dear Myungjoo, you made the 'testing/kozlowski' branch[1] for this patch. I think that this branch should be rebased on v4.8-rc1 because Krzysztof's patch[2] was already merged to v4.8-rc1. [1] https://git.kernel.org/cgit/linux/kernel/gi

[RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-08-18 Thread Krzysztof Kozlowski
The SoC-specific devfreq and devfreq-event drivers can be build tested on all architectures. Signed-off-by: Krzysztof Kozlowski --- drivers/devfreq/Kconfig | 4 ++-- drivers/devfreq/event/Kconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/devfreq/Kconf

Re: [PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-07-12 Thread MyungJoo Ham
On Wed, Jun 29, 2016 at 8:17 PM, Krzysztof Kozlowski wrote: > On 06/27/2016 03:58 PM, Krzysztof Kozlowski wrote: >> The SoC-specific devfreq and event drivers can be build tested on all >> architectures. >> >> Signed-off-by: Krzysztof Kozlowski >> >> --- >> >> Success of compilation tested on ARM

Re: [PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-06-29 Thread Krzysztof Kozlowski
On 06/27/2016 03:58 PM, Krzysztof Kozlowski wrote: > The SoC-specific devfreq and event drivers can be build tested on all > architectures. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Success of compilation tested on ARM, ARM64, i386, x86_64 and powerpc > architectures (allyesconfigs). >

Re: [PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-06-28 Thread Krzysztof Kozlowski
On 06/27/2016 08:37 PM, kbuild test robot wrote: > Hi, > > [auto build test ERROR on v4.7-rc5] > [also build test ERROR on next-20160627] > [cannot apply to devfreq/for-rafael] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > h

Re: [PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-06-27 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc5] [also build test ERROR on next-20160627] [cannot apply to devfreq/for-rafael] [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/Krzysztof-Kozlowski/devfreq-A

[PATCH] devfreq: Add COMPILE_TEST for build coverage

2016-06-27 Thread Krzysztof Kozlowski
The SoC-specific devfreq and event drivers can be build tested on all architectures. Signed-off-by: Krzysztof Kozlowski --- Success of compilation tested on ARM, ARM64, i386, x86_64 and powerpc architectures (allyesconfigs). --- drivers/devfreq/Kconfig | 4 ++-- drivers/devfreq/event/Kco