All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Shiyan" <shc_work-JGs/UdohzUI@public.gmane.org>
To: "Axel Lin" <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
Cc: "Mark Brown" <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [RFT][PATCH v2] spi: clps711x: refactor to use core message parsing
Date: Tue, 18 Feb 2014 12:56:32 +0400	[thread overview]
Message-ID: <1392713792.597739775@f337.i.mail.ru> (raw)
In-Reply-To: <CAFRkauCQkyDFixt-t1Oe9L8eJBdhCeAFMeEBn7KimfcFRcP_ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1530 bytes --]

Вторник, 18 февраля 2014, 16:52 +08:00 от Axel Lin <axel.lin@ingics.com>:
> 2014-02-18 16:27 GMT+08:00 Alexander Shiyan <shc_work@mail.ru>:
> > Вторник, 18 февраля 2014, 9:31 +08:00 от Axel Lin <axel.lin@ingics.com>:
> >> Convert to use default implementation of transfer_one_message() which provides
> >> standard handling of delays and chip select management.
> >>
> >> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> >> ---
> > ...
> >>  static irqreturn_t spi_clps711x_isr(int irq, void *dev_id)
> >>  {
> >> -     struct spi_clps711x_data *hw = (struct spi_clps711x_data *)dev_id;
> >> +     struct spi_master *master = dev_id;
> >> +     struct spi_clps711x_data *hw = spi_master_get_devdata(master);
> >>       u8 data;
> >>
> >>       /* Handle RX */
> >> @@ -135,7 +113,7 @@ static irqreturn_t spi_clps711x_isr(int irq, void *dev_id)
> >>               clps_writel(data | SYNCIO_FRMLEN(hw->bpw) | SYNCIO_TXFRMEN,
> >>                           SYNCIO);
> >>       } else
> >> -             complete(&hw->done);
> >> +             complete(&master->xfer_completion);
> >
> > spi_finalize_current_transfer(master);
> 
> It's done by spi core. see spi_transfer_one_message() in spi.c

spi_finalize_current_transfer() != spi_finalize_current_message()

I just suggest to replace complete(&master->xfer_completion) to
spi_finalize_current_transfer(master).

---
N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·¥Š{±²˜¢žØ^n‡r¡ö¦zË\x1aëh™¨è­Ú&¢îý»\x05ËÛÔØï¦v¬Îf\x1dp)¹¹br	šê+€Ê+zf£¢·hšˆ§~†­†Ûiÿûàz¹\x1e®w¥¢¸?™¨è­Ú&¢)ߢ^[f

  parent reply	other threads:[~2014-02-18  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18  1:31 [RFT][PATCH v2] spi: clps711x: refactor to use core message parsing Axel Lin
2014-02-18  8:27 ` Alexander Shiyan
     [not found]   ` <1392712030.410354049-ah3gxum9muhsdVUOrk1QfQ@public.gmane.org>
2014-02-18  8:52     ` Axel Lin
     [not found]       ` <CAFRkauCQkyDFixt-t1Oe9L8eJBdhCeAFMeEBn7KimfcFRcP_ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18  8:56         ` Alexander Shiyan [this message]
     [not found]           ` <1392713792.597739775-e68EWkKP98BsdVUOrk1QfQ@public.gmane.org>
2014-02-18  8:59             ` Axel Lin

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=1392713792.597739775@f337.i.mail.ru \
    --to=shc_work-jgs/udohzui@public.gmane.org \
    --cc=axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@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.