All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Thierry Reding <thierry.reding@gmail.com>,
	linux-pwm@vger.kernel.org,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org, Josh Wu <josh.wu@atmel.com>
Subject: Re: [PATCH] ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata
Date: Fri, 31 Jul 2015 19:14:09 +0200	[thread overview]
Message-ID: <20150731171409.GL27985@piout.net> (raw)
In-Reply-To: <1438361480-10898-1-git-send-email-boris.brezillon@free-electrons.com>

Hi,

The subject should probably be simply:
pwm: atmel-hlcdc: add at91sam9n12 entry for the errata


On 31/07/2015 at 18:51:20 +0200, Boris Brezillon wrote :
> From: Josh Wu <josh.wu@atmel.com>
> 
> The errata for pwm hlcdc of at91sam9n12 is same as at91sam9x5.
> 
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

> ---
>  drivers/pwm/pwm-atmel-hlcdc.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c
> index fa5feab..3f76d77 100644
> --- a/drivers/pwm/pwm-atmel-hlcdc.c
> +++ b/drivers/pwm/pwm-atmel-hlcdc.c
> @@ -218,6 +218,11 @@ static const struct atmel_hlcdc_pwm_errata atmel_hlcdc_pwm_sama5d3_errata = {
>  
>  static const struct of_device_id atmel_hlcdc_dt_ids[] = {
>  	{
> +		.compatible = "atmel,at91sam9n12-hlcdc",
> +		/* 9n12 has same errata as 9x5 pwm */
> +		.data = &atmel_hlcdc_pwm_at91sam9x5_errata,
> +	},
> +	{
>  		.compatible = "atmel,at91sam9x5-hlcdc",
>  		.data = &atmel_hlcdc_pwm_at91sam9x5_errata,
>  	},
> -- 
> 1.9.1
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata
Date: Fri, 31 Jul 2015 19:14:09 +0200	[thread overview]
Message-ID: <20150731171409.GL27985@piout.net> (raw)
In-Reply-To: <1438361480-10898-1-git-send-email-boris.brezillon@free-electrons.com>

Hi,

The subject should probably be simply:
pwm: atmel-hlcdc: add at91sam9n12 entry for the errata


On 31/07/2015 at 18:51:20 +0200, Boris Brezillon wrote :
> From: Josh Wu <josh.wu@atmel.com>
> 
> The errata for pwm hlcdc of at91sam9n12 is same as at91sam9x5.
> 
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

> ---
>  drivers/pwm/pwm-atmel-hlcdc.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c
> index fa5feab..3f76d77 100644
> --- a/drivers/pwm/pwm-atmel-hlcdc.c
> +++ b/drivers/pwm/pwm-atmel-hlcdc.c
> @@ -218,6 +218,11 @@ static const struct atmel_hlcdc_pwm_errata atmel_hlcdc_pwm_sama5d3_errata = {
>  
>  static const struct of_device_id atmel_hlcdc_dt_ids[] = {
>  	{
> +		.compatible = "atmel,at91sam9n12-hlcdc",
> +		/* 9n12 has same errata as 9x5 pwm */
> +		.data = &atmel_hlcdc_pwm_at91sam9x5_errata,
> +	},
> +	{
>  		.compatible = "atmel,at91sam9x5-hlcdc",
>  		.data = &atmel_hlcdc_pwm_at91sam9x5_errata,
>  	},
> -- 
> 1.9.1
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-07-31 17:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 16:51 [PATCH] ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata Boris Brezillon
2015-07-31 16:51 ` Boris Brezillon
2015-07-31 17:14 ` Alexandre Belloni [this message]
2015-07-31 17:14   ` Alexandre Belloni

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=20150731171409.GL27985@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=josh.wu@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.