linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Scott Branden <scott.branden@broadcom.com>
To: Ray Jui <ray.jui@broadcom.com>,
	Thierry Reding <thierry.reding@gmail.com>
Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org,
	BCM Kernel Feedback <bcm-kernel-feedback-list@broadcom.com>
Subject: Re: [PATCH v2] pwm: add COMPILE_TEST and default y for brcm-iproc-pwm
Date: Sat, 8 Oct 2016 13:49:39 -0700	[thread overview]
Message-ID: <2fbed3ee-0e88-7937-61fd-1c8bbf573532@broadcom.com> (raw)
In-Reply-To: <377829f9-05b3-6407-477c-52c23f623368@broadcom.com>

Hi Ray,

On 16-10-08 01:20 PM, Ray Jui wrote:
> Hi Scott,
>
> On 10/8/2016 10:36 AM, Scott Branden wrote:
>> Enable COMPILE_TEST for broader compile coverage.
>> Default y for IPROC PWM driver for IPROC SoCs.
>> This allows you to turn it on simply by selecting CONFIG_PWM.
>>
>> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
>> ---
>>   drivers/pwm/Kconfig | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
>> index 80a566a..68cd13d 100644
>> --- a/drivers/pwm/Kconfig
>> +++ b/drivers/pwm/Kconfig
>> @@ -76,7 +76,8 @@ config PWM_ATMEL_TCB
>>     config PWM_BCM_IPROC
>>       tristate "iProc PWM support"
>> -    depends on ARCH_BCM_IPROC
>> +    depends on ARCH_BCM_IPROC || COMPILE_TEST
> Would be nice to also add a dependency on COMMON_CLK here.
will add depends on COMMON_CLK
>
>> +    default ARCH_BCM_IPROC
>>       help
>>         Generic PWM framework driver for Broadcom iProc PWM block. This
>>         block is used in Broadcom iProc SoC's.
>
> Thanks,
>
> Ray

Regards,
  Scott

      reply	other threads:[~2016-10-08 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08 17:36 [PATCH v2] pwm: add COMPILE_TEST and default y for brcm-iproc-pwm Scott Branden
2016-10-08 20:20 ` Ray Jui
2016-10-08 20:49   ` Scott Branden [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=2fbed3ee-0e88-7937-61fd-1c8bbf573532@broadcom.com \
    --to=scott.branden@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=ray.jui@broadcom.com \
    --cc=thierry.reding@gmail.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;
as well as URLs for NNTP newsgroup(s).