LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
To: marc.pignat@hevs.ch
Cc: hskinnemoen@atmel.com, david-b@pacbell.net,
spi-devel-general@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] atmel_spi: support zero length transfer
Date: Thu, 21 Feb 2008 10:52:33 +0900 (JST) [thread overview]
Message-ID: <20080221.105233.41199605.nemoto@toshiba-tops.co.jp> (raw)
In-Reply-To: <200802201855.02605.marc.pignat@hevs.ch>
On Wed, 20 Feb 2008 18:55:01 +0100, Marc Pignat <marc.pignat@hevs.ch> wrote:
> > A spi transfer with zero length is not invalid. Such transfer can be
> > used to achieve delay before first CLK edge after chipselect assertion.
> How long will be that delay?
My funny custom device requires 100us or so. Unfortunately atmel_spi
can not use such a slow bitrate.
> If they are really users of that kind of thing, this should be fixed by adding
> a "delay_us_before_xfer" field in the struct spi_transfer.
Yes, it would be an another way to achieve it. But as long as zero
length transfer is legal on this API, I don't want to add other
fields.
> Have you tested it? I think if you start a transfer with 0 len, the ENDRX bit
> will never rise, however, I'm not sure about this.
Yes. I tested it on AT91SAM9260 and it seems ENDRX rises soon.
Though it can be possible to avoid starting DMA for zero length
transfer, I think it is not worth to optimize for such a rare case.
---
Atsushi Nemoto
next prev parent reply other threads:[~2008-02-21 1:52 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 15:54 Atsushi Nemoto
2008-02-20 17:55 ` Marc Pignat
2008-02-21 1:52 ` Atsushi Nemoto [this message]
2008-02-21 9:26 ` Marc Pignat
2008-02-21 19:23 ` David Brownell
2008-02-22 9:30 ` Marc Pignat
2008-02-22 14:15 ` Atsushi Nemoto
2008-02-22 14:28 ` [spi-devel-general] " Ned Forrester
2008-02-22 19:06 ` David Brownell
2008-02-22 19:52 ` Ned Forrester
2008-02-22 18:58 ` David Brownell
2008-02-23 2:55 ` David Brownell
2008-02-25 8:15 ` Marc Pignat
2008-02-22 14:07 ` [spi-devel-general] " Ned Forrester
2008-02-22 19:02 ` David Brownell
2008-02-22 19:36 ` Ned Forrester
2008-02-23 2:37 ` David Brownell
2008-02-25 0:25 ` Atsushi Nemoto
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=20080221.105233.41199605.nemoto@toshiba-tops.co.jp \
--to=anemo@mba.ocn.ne.jp \
--cc=david-b@pacbell.net \
--cc=hskinnemoen@atmel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.pignat@hevs.ch \
--cc=spi-devel-general@lists.sourceforge.net \
--subject='Re: [PATCH] atmel_spi: support zero length transfer' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).