public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage
Date: Fri, 19 Aug 2016 15:46:37 +0900	[thread overview]
Message-ID: <57B6AB4D.1030702@samsung.com> (raw)
In-Reply-To: <1471588615-22630-1-git-send-email-k.kozlowski@samsung.com>

Hi Krzysztof,

Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

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/git/mzx/devfreq.git/commit/?h=testing/kozlowski
[2] https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e81b87d22a8fed6bac24197972c9c394a2b92b5d

Regards,
Chanwoo Choi

'On 2016년 08월 19일 15:36, Krzysztof Kozlowski wrote:
> The SoC-specific devfreq and devfreq-event drivers can be build tested
> on all architectures.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/devfreq/Kconfig       | 4 ++--
>  drivers/devfreq/event/Kconfig | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
> index a5be56ec57f2..8766cbaf20e2 100644
> --- a/drivers/devfreq/Kconfig
> +++ b/drivers/devfreq/Kconfig
> @@ -76,7 +76,7 @@ comment "DEVFREQ Drivers"
>  
>  config ARM_EXYNOS_BUS_DEVFREQ
>  	tristate "ARM EXYNOS Generic Memory Bus DEVFREQ Driver"
> -	depends on ARCH_EXYNOS
> +	depends on ARCH_EXYNOS || COMPILE_TEST
>  	select DEVFREQ_GOV_SIMPLE_ONDEMAND
>  	select DEVFREQ_GOV_PASSIVE
>  	select DEVFREQ_EVENT_EXYNOS_PPMU
> @@ -92,7 +92,7 @@ config ARM_EXYNOS_BUS_DEVFREQ
>  
>  config ARM_TEGRA_DEVFREQ
>         tristate "Tegra DEVFREQ Driver"
> -       depends on ARCH_TEGRA_124_SOC
> +       depends on ARCH_TEGRA_124_SOC || COMPILE_TEST
>         select DEVFREQ_GOV_SIMPLE_ONDEMAND
>         select PM_OPP
>         help
> diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig
> index eb6f74a2b6b9..1d1cd781e386 100644
> --- a/drivers/devfreq/event/Kconfig
> +++ b/drivers/devfreq/event/Kconfig
> @@ -15,7 +15,7 @@ if PM_DEVFREQ_EVENT
>  
>  config DEVFREQ_EVENT_EXYNOS_NOCP
>  	tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
> -	depends on ARCH_EXYNOS
> +	depends on ARCH_EXYNOS || COMPILE_TEST
>  	select PM_OPP
>  	help
>  	  This add the devfreq-event driver for Exynos SoC. It provides NoC
> @@ -23,7 +23,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP
>  
>  config DEVFREQ_EVENT_EXYNOS_PPMU
>  	tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
> -	depends on ARCH_EXYNOS
> +	depends on ARCH_EXYNOS || COMPILE_TEST
>  	select PM_OPP
>  	help
>  	  This add the devfreq-event driver for Exynos SoC. It provides PPMU
> 

      reply	other threads:[~2016-08-19  6:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20160819063707epcas1p23ba811c669f34548a0556354a8363ff1@epcas1p2.samsung.com>
2016-08-19  6:36 ` [RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage Krzysztof Kozlowski
2016-08-19  6:46   ` Chanwoo Choi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57B6AB4D.1030702@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox