All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sourav Poddar <sourav.poddar@ti.com>
To: Mark Brown <broonie@kernel.org>
Cc: spi-devel-general@lists.sourceforge.net, tpiepho@gmail.com,
	linux-mtd@lists.infradead.org,
	wangyuhang <wangyuhang2014@gmail.com>,
	pekon@ti.com
Subject: Re: [PATCH v3 1/2]spi: DUAL and QUAD support
Date: Thu, 22 Aug 2013 19:53:11 +0530	[thread overview]
Message-ID: <52161ECF.2060700@ti.com> (raw)
In-Reply-To: <20130822132122.GK26118@sirena.org.uk>

On Thursday 22 August 2013 06:51 PM, Mark Brown wrote:
> On Thu, Aug 22, 2013 at 06:05:11PM +0530, Sourav Poddar wrote:
>> On Sunday 11 August 2013 03:45 PM, wangyuhang wrote:
>>> +		/* check transfer tx/rx_nbits:
>>> +		 * 1. keep the value is not out of single, dual and quad
>>> +		 * 2. keep tx/rx_nbits is contained by mode in spi_device
>>> +		 * 3. if SPI_3WIRE, tx/rx_nbits should be in single
>>> +		 */
>> Sorry for pitchin in a bit late on this.
>> I was trying to use this for my use case today. I realise this check
>> should be under...
> Can you send a patch for this please?
Yes, I will send it.

WARNING: multiple messages have this Message-ID (diff)
From: Sourav Poddar <sourav.poddar-l0cyMroinI0@public.gmane.org>
To: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	tpiepho-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	wangyuhang
	<wangyuhang2014-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	pekon-l0cyMroinI0@public.gmane.org
Subject: Re: [PATCH v3 1/2]spi: DUAL and QUAD support
Date: Thu, 22 Aug 2013 19:53:11 +0530	[thread overview]
Message-ID: <52161ECF.2060700@ti.com> (raw)
In-Reply-To: <20130822132122.GK26118-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>

On Thursday 22 August 2013 06:51 PM, Mark Brown wrote:
> On Thu, Aug 22, 2013 at 06:05:11PM +0530, Sourav Poddar wrote:
>> On Sunday 11 August 2013 03:45 PM, wangyuhang wrote:
>>> +		/* check transfer tx/rx_nbits:
>>> +		 * 1. keep the value is not out of single, dual and quad
>>> +		 * 2. keep tx/rx_nbits is contained by mode in spi_device
>>> +		 * 3. if SPI_3WIRE, tx/rx_nbits should be in single
>>> +		 */
>> Sorry for pitchin in a bit late on this.
>> I was trying to use this for my use case today. I realise this check
>> should be under...
> Can you send a patch for this please?
Yes, I will send it.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

  reply	other threads:[~2013-08-22 14:23 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11 10:15 [PATCH v3 1/2]spi: DUAL and QUAD support wangyuhang
2013-08-11 10:15 ` wangyuhang
2013-08-22 12:30 ` Mark Brown
2013-08-22 12:30   ` Mark Brown
2013-08-22 12:30   ` Mark Brown
2013-08-22 12:35 ` Sourav Poddar
2013-08-22 12:35   ` Sourav Poddar
2013-08-22 13:21   ` Mark Brown
2013-08-22 13:21     ` Mark Brown
2013-08-22 14:23     ` Sourav Poddar [this message]
2013-08-22 14:23       ` Sourav Poddar
2013-08-22 12:37 ` Mark Brown
2013-08-22 12:37   ` Mark Brown
2013-09-01  9:36 ` [PATCH] spi: quad: fix the name of DT property wangyuhang
2013-09-01  9:36   ` wangyuhang
2013-09-01 12:46   ` Mark Brown
2013-09-01 12:46     ` Mark Brown
2013-09-03 16:53   ` Stephen Warren
2013-09-03 16:53     ` Stephen Warren
2013-09-03 23:01     ` Mark Brown
2013-09-03 23:01       ` Mark Brown
2013-09-04  3:24 ` [PATCH v3 1/2]spi: DUAL and QUAD support Trent Piepho
2013-09-04  3:24   ` Trent Piepho
2013-09-04  7:07   ` yuhang wang
2013-09-04  7:07     ` yuhang wang
2013-09-25 23:33     ` Trent Piepho
2013-09-25 23:33       ` Trent Piepho
     [not found]       ` <CA+7tXigzKW8sydfnktr4F5uY-SKk0JAMjaxFn74XLbw_NTYVXg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-25 23:52         ` [PATCH 1/4] spi: Use of_property_read_u32 Trent Piepho
2013-09-26  6:12           ` Sourav Poddar
2013-09-25 23:52         ` [PATCH 2/4] spi: Order fields in spi_device for better packing Trent Piepho
2013-09-26  6:14           ` Sourav Poddar
2013-09-25 23:52         ` [PATCH 3/4] spi: Encode data width more efficiently Trent Piepho
2013-09-26  6:14           ` Sourav Poddar
2013-09-25 23:52         ` [PATCH 4/4] spi: Simplify bit width checking code Trent Piepho
2013-09-26  6:14           ` Sourav Poddar
2013-09-04  9:45   ` [PATCH v3 1/2]spi: DUAL and QUAD support Mark Brown
2013-09-04  9:45     ` 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=52161ECF.2060700@ti.com \
    --to=sourav.poddar@ti.com \
    --cc=broonie@kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=pekon@ti.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=tpiepho@gmail.com \
    --cc=wangyuhang2014@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.