All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Genoud <richard.genoud-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Cc: broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org,
	linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue
Date: Wed, 08 Jan 2014 11:25:31 +0100	[thread overview]
Message-ID: <52CD279B.6020203@gmail.com> (raw)
In-Reply-To: <1389160188-4030-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>

On 08/01/2014 06:49, Wenyou Yang wrote:
> Replace the deprecated master->transfer with transfer_one_message()
> and allow the SPI subsystem handle all the queuing of messages.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> ---
> Hi Mark,
> 
> The patch is based on for-next branch of
> 	git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
> 
> It is tested on sama5d3xek and at91sam9m10g45ek board.

And the bug I was seeing with SPI_IOC_MESSAGE (cf https://lkml.org/lkml/2013/10/8/269 )
is now gone !

Tested on at91sam9g35-ek

Tested-by: Richard Genoud <richard.genoud-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>


--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: richard.genoud@gmail.com (Richard Genoud)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue
Date: Wed, 08 Jan 2014 11:25:31 +0100	[thread overview]
Message-ID: <52CD279B.6020203@gmail.com> (raw)
In-Reply-To: <1389160188-4030-1-git-send-email-wenyou.yang@atmel.com>

On 08/01/2014 06:49, Wenyou Yang wrote:
> Replace the deprecated master->transfer with transfer_one_message()
> and allow the SPI subsystem handle all the queuing of messages.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
> Hi Mark,
> 
> The patch is based on for-next branch of
> 	git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
> 
> It is tested on sama5d3xek and at91sam9m10g45ek board.

And the bug I was seeing with SPI_IOC_MESSAGE (cf https://lkml.org/lkml/2013/10/8/269 )
is now gone !

Tested on at91sam9g35-ek

Tested-by: Richard Genoud <richard.genoud@gmail.com>

WARNING: multiple messages have this Message-ID (diff)
From: Richard Genoud <richard.genoud@gmail.com>
To: Wenyou Yang <wenyou.yang@atmel.com>
Cc: broonie@kernel.org, nicolas.ferre@atmel.com,
	linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue
Date: Wed, 08 Jan 2014 11:25:31 +0100	[thread overview]
Message-ID: <52CD279B.6020203@gmail.com> (raw)
In-Reply-To: <1389160188-4030-1-git-send-email-wenyou.yang@atmel.com>

On 08/01/2014 06:49, Wenyou Yang wrote:
> Replace the deprecated master->transfer with transfer_one_message()
> and allow the SPI subsystem handle all the queuing of messages.
> 
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
> Hi Mark,
> 
> The patch is based on for-next branch of
> 	git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
> 
> It is tested on sama5d3xek and at91sam9m10g45ek board.

And the bug I was seeing with SPI_IOC_MESSAGE (cf https://lkml.org/lkml/2013/10/8/269 )
is now gone !

Tested on at91sam9g35-ek

Tested-by: Richard Genoud <richard.genoud@gmail.com>



  parent reply	other threads:[~2014-01-08 10:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-08  5:49 [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue Wenyou Yang
2014-01-08  5:49 ` Wenyou Yang
2014-01-08  5:49 ` Wenyou Yang
     [not found] ` <1389160188-4030-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2014-01-08 10:25   ` Richard Genoud [this message]
2014-01-08 10:25     ` Richard Genoud
2014-01-08 10:25     ` Richard Genoud
     [not found]     ` <52CD279B.6020203-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-01-09  3:53       ` Yang, Wenyou
2014-01-09  3:53         ` Yang, Wenyou
2014-01-09  3:53         ` Yang, Wenyou
2014-01-08 13:21   ` Mark Brown
2014-01-08 13:21     ` Mark Brown
2014-01-08 13:21     ` Mark Brown

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=52CD279B.6020203@gmail.com \
    --to=richard.genoud-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
    --cc=wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
    /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.