All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/1] spi: Fix pxa2xx_spi.c transfer delay, cs change, transfer length
@ 2008-08-20  3:31 Ned Forrester
       [not found] ` <48AB900A.3070503-/d+BM93fTQY@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Ned Forrester @ 2008-08-20  3:31 UTC (permalink / raw)
  To: David Brownell
  Cc: spi-devel, vernoninhand-Re5JQEeQqe8AvxtiuMwx3w,
	drwyrm-Re5JQEeQqe8AvxtiuMwx3w, Stephen Street

My next message of this subject contains a patch for many of the issues
raised by the threads:

[PATCH] atmel_spi: support zero length transfer, 2/22/08
[PATCH] pxa2xx_spi: wait_rx_stall before deasserting CS on PIO mode,
8/18/08
pxa2xx_spi with SFRM, 8/7/08

This patch is created to apply to the development kernel: 2.6.27-rc3.

David:

This patch is preliminary.  I have compiled it on 2.6.20, but it
awaits testing by the folks reporting problems; I don't have any
hardware to test it on.  Hopefully it is clean.  Your general comments
will be appreciated, particularly on the revised handling of
transfers over 8191 bytes long (or on my related post to you:

Limitations on transfer length [was: pxa2xx_spi	with SFRM], 8/15/08

-- 
Ned Forrester                                       nforrester-/d+BM93fTQY@public.gmane.org
Oceanographic Systems Lab                                  508-289-2226
Applied Ocean Physics and Engineering Dept.
Woods Hole Oceanographic Institution          Woods Hole, MA 02543, USA
http://www.whoi.edu/sbl/liteSite.do?litesiteid=7212
http://www.whoi.edu/hpb/Site.do?id=1532
http://www.whoi.edu/page.do?pid=10079


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Patch 0/1] spi: Fix pxa2xx_spi.c transfer delay, cs change, transfer length
@ 2008-09-04 14:08 Ned Forrester
       [not found] ` <48BFEBF7.1080902-/d+BM93fTQY@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Ned Forrester @ 2008-09-04 14:08 UTC (permalink / raw)
  To: David Brownell; +Cc: spi-devel

David:

I think enough time has elapsed for any objections to surface.  Is there
still time to push this patch for 2.6.27?  The actual patch is contained
in my email of 8/19/08:

[spi-devel-general] [Patch 1/1] spi: Fix pxa2xx_spi.c transfer delay, cs
change, transfer length

Also, the patch should be directed at the stable maintainers for
addition to any kernel as far back as 2.6.20. I'm not sure how to do
direct that, but I expect that you do.

Thanks.

> My next message of this subject contains a patch for many of the issues
> raised by the threads:
> 
> [PATCH] atmel_spi: support zero length transfer, 2/22/08
> [PATCH] pxa2xx_spi: wait_rx_stall before deasserting CS on PIO mode,
> 8/18/08
> pxa2xx_spi with SFRM, 8/7/08
> 
> This patch is created to apply to the development kernel: 2.6.27-rc3.
> 
> David:
> 
> This patch is preliminary.  I have compiled it on 2.6.20, but it
> awaits testing by the folks reporting problems; I don't have any
> hardware to test it on.  Hopefully it is clean.  Your general comments
> will be appreciated, particularly on the revised handling of
> transfers over 8191 bytes long (or on my related post to you:
> 
> Limitations on transfer length [was: pxa2xx_spi	with SFRM], 8/15/08

-- 
Ned Forrester                                       nforrester-/d+BM93fTQY@public.gmane.org
Oceanographic Systems Lab                                  508-289-2226
Applied Ocean Physics and Engineering Dept.
Woods Hole Oceanographic Institution          Woods Hole, MA 02543, USA
http://www.whoi.edu/sbl/liteSite.do?litesiteid=7212
http://www.whoi.edu/hpb/Site.do?id=1532
http://www.whoi.edu/page.do?pid=10079


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-09-10 21:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20  3:31 [Patch 0/1] spi: Fix pxa2xx_spi.c transfer delay, cs change, transfer length Ned Forrester
     [not found] ` <48AB900A.3070503-/d+BM93fTQY@public.gmane.org>
2008-08-20 23:34   ` Daniel Ribeiro
  -- strict thread matches above, loose matches on Subject: below --
2008-09-04 14:08 Ned Forrester
     [not found] ` <48BFEBF7.1080902-/d+BM93fTQY@public.gmane.org>
2008-09-08 23:44   ` David Brownell
     [not found]     ` <200809081644.26081.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2008-09-09  2:36       ` Eric Miao
     [not found]         ` <f17812d70809081936i588dfad5i9ffa84f69d4e3cd7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-09-09  3:03           ` David Brownell
     [not found]             ` <200809082003.47708.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2008-09-09  3:18               ` Ned Forrester
     [not found]                 ` <48C5EB22.5050900-/d+BM93fTQY@public.gmane.org>
2008-09-09  4:23                   ` Eric Miao
2008-09-09  3:11           ` Ned Forrester
2008-09-10 20:26       ` Ned Forrester
     [not found]         ` <48C82D85.1020101-/d+BM93fTQY@public.gmane.org>
2008-09-10 21:28           ` David Brownell
     [not found]             ` <200809101428.28237.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2008-09-10 21:47               ` Ned Forrester

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.