All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch v2 3/4] SPI: atmel_spi: support sama5d3x devices
Date: Sun, 12 May 2013 13:30:40 +0200	[thread overview]
Message-ID: <518F7D60.7040407@googlemail.com> (raw)
In-Reply-To: <1363068932-2485-4-git-send-email-voice.shen@atmel.com>

Dear Bo Shen,

On 12.03.2013 07:15, Bo Shen wrote:
> Add WDRBT bit support for sama5d3x devices
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> ---
> Change in v2:
>    no change
> ---
>   drivers/spi/atmel_spi.c |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c
> index ce7d460..5e97225 100644
> --- a/drivers/spi/atmel_spi.c
> +++ b/drivers/spi/atmel_spi.c
> @@ -92,7 +92,8 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
>   	as->slave.cs = cs;
>   	as->regs = regs;
>   	as->mr = ATMEL_SPI_MR_MSTR | ATMEL_SPI_MR_MODFDIS
> -#if defined(CONFIG_AT91SAM9X5) || defined(CONFIG_AT91SAM9M10G45)
> +#if defined(CONFIG_AT91SAM9X5) || defined(CONFIG_AT91SAM9M10G45) || \
> +	defined(CONFIG_SAMA5D3)
>   			| ATMEL_SPI_MR_WDRBT

I will apply http://patchwork.ozlabs.org/patch/237182/ today, please 
remove this patch from series.

Best regards

Andreas Bie?mann

  reply	other threads:[~2013-05-12 11:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  6:15 [U-Boot] [Patch v2 0/4] ARM: atmel: add sama5d3xek board support Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 1/4] USB: ohci-at91: support sama5d3x devices Bo Shen
2013-05-12 11:28   ` Andreas Bießmann
2013-05-13  6:30     ` Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 2/4] NET: macb: " Bo Shen
2013-05-12 11:33   ` Andreas Bießmann
2013-05-13 21:31     ` Joe Hershberger
2013-05-22  8:45       ` Bo Shen
2013-05-23  6:51         ` Andreas Bießmann
2013-05-23 21:58           ` Joe Hershberger
2013-06-17  1:11             ` Bo Shen
2013-06-17  2:27               ` Joe Hershberger
2013-05-24  1:11           ` Bo Shen
2013-03-12  6:15 ` [U-Boot] [Patch v2 3/4] SPI: atmel_spi: " Bo Shen
2013-05-12 11:30   ` Andreas Bießmann [this message]
2013-03-12  6:15 ` [U-Boot] [Patch v2 4/4] ARM: atmel: add sama5d3xek support Bo Shen
2013-05-12 11:35   ` Andreas Bießmann
2013-05-13  6:28     ` Bo Shen

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=518F7D60.7040407@googlemail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /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.