All of lore.kernel.org
 help / color / mirror / Atom feed
From: Barry Song <Barry.Song-kQvG35nSl+M@public.gmane.org>
To: <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	<linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	<workgroup.linux-kQvG35nSl+M@public.gmane.org>,
	Barry Song <Baohua.Song-kQvG35nSl+M@public.gmane.org>
Subject: [PATCH 0/8] spi: sirf: a bundle of fixes and cleanups
Date: Tue, 2 Sep 2014 17:01:00 +0800	[thread overview]
Message-ID: <1409648468-5436-1-git-send-email-Barry.Song@csr.com> (raw)

From: Barry Song <Baohua.Song-kQvG35nSl+M@public.gmane.org>

this patchset fixes the cs_gpio, cmd_mode, make DMA optional etc.

Qipan Li (8):
  spi: sirf: correct spi gpio and hardware chipselect behaviour
  spi: sirf: request and free cs gpio in setup and cleanup callbacks
  spi: sirf: enable RX_IO_DMA_INT interrupt
  spi: sirf: fix 'cmd_transfer' function typos
  spi: sirf: add fifo reset/start for cmd transfer
  spi: sirf: set default spi frequency if it is not set
  spi: sirf: cleanup the indentation of marcos
  spi: sirf: make DMA transfer mode optional

 drivers/spi/Kconfig    |  10 ++++
 drivers/spi/spi-sirf.c | 148 ++++++++++++++++++++++++++-----------------------
 2 files changed, 89 insertions(+), 69 deletions(-)

-- 
2.1.0



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Keep up to date with CSR on our technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, www.youtube.com/user/CSRplc, Facebook, www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at www.twitter.com/CSR_plc.
New for 2014, you can now access the wide range of products powered by aptX at www.aptx.com.
--
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: Barry.Song@csr.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] spi: sirf: a bundle of fixes and cleanups
Date: Tue, 2 Sep 2014 17:01:00 +0800	[thread overview]
Message-ID: <1409648468-5436-1-git-send-email-Barry.Song@csr.com> (raw)

From: Barry Song <Baohua.Song@csr.com>

this patchset fixes the cs_gpio, cmd_mode, make DMA optional etc.

Qipan Li (8):
  spi: sirf: correct spi gpio and hardware chipselect behaviour
  spi: sirf: request and free cs gpio in setup and cleanup callbacks
  spi: sirf: enable RX_IO_DMA_INT interrupt
  spi: sirf: fix 'cmd_transfer' function typos
  spi: sirf: add fifo reset/start for cmd transfer
  spi: sirf: set default spi frequency if it is not set
  spi: sirf: cleanup the indentation of marcos
  spi: sirf: make DMA transfer mode optional

 drivers/spi/Kconfig    |  10 ++++
 drivers/spi/spi-sirf.c | 148 ++++++++++++++++++++++++++-----------------------
 2 files changed, 89 insertions(+), 69 deletions(-)

-- 
2.1.0



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Keep up to date with CSR on our technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, www.youtube.com/user/CSRplc, Facebook, www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at www.twitter.com/CSR_plc.
New for 2014, you can now access the wide range of products powered by aptX at www.aptx.com.

             reply	other threads:[~2014-09-02  9:01 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02  9:01 Barry Song [this message]
2014-09-02  9:01 ` [PATCH 0/8] spi: sirf: a bundle of fixes and cleanups Barry Song
     [not found] ` <1409648468-5436-1-git-send-email-Barry.Song-kQvG35nSl+M@public.gmane.org>
2014-09-02  9:01   ` [PATCH 1/8] spi: sirf: correct spi gpio and hardware chipselect behaviour Barry Song
2014-09-02  9:01     ` Barry Song
     [not found]     ` <1409648468-5436-2-git-send-email-Barry.Song-kQvG35nSl+M@public.gmane.org>
2014-09-04 19:20       ` Mark Brown
2014-09-04 19:20         ` Mark Brown
2014-09-02  9:01   ` [PATCH 2/8] spi: sirf: request and free cs gpio in setup and cleanup callbacks Barry Song
2014-09-02  9:01     ` Barry Song
     [not found]     ` <1409648468-5436-3-git-send-email-Barry.Song-kQvG35nSl+M@public.gmane.org>
2014-09-04 19:19       ` Mark Brown
2014-09-04 19:19         ` Mark Brown
     [not found]         ` <20140904191954.GO29327-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-09-05  3:34           ` swingboard
2014-09-05  3:34             ` swingboard
     [not found]             ` <CA+qxAP06x5uHzObuWzmcAjFz4YKHRxxH5FE5cGZYzKQNUsJdyg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-06 13:57               ` Mark Brown
2014-09-06 13:57                 ` Mark Brown
     [not found]                 ` <20140906135735.GE2601-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-09-07  0:50                   ` Barry Song
2014-09-07  0:50                     ` Barry Song
     [not found]                     ` <D031CA8D.21605%21cnbao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-28  3:36                       ` Barry Song
2015-04-28  3:36                         ` Barry Song
     [not found]                         ` <CAGsJ_4yhSFnzyZV6B3j90LyJbstsyBJHCnk=LZqVDsL_u8foPQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-30 10:16                           ` Mark Brown
2015-04-30 10:16                             ` Mark Brown
2014-09-02  9:01   ` [PATCH 3/8] spi: sirf: enable RX_IO_DMA_INT interrupt Barry Song
2014-09-02  9:01     ` Barry Song
     [not found]     ` <1409648468-5436-4-git-send-email-Barry.Song-kQvG35nSl+M@public.gmane.org>
2014-09-04 19:27       ` Mark Brown
2014-09-04 19:27         ` Mark Brown
2014-09-02  9:01   ` [PATCH 4/8] spi: sirf: fix 'cmd_transfer' function typos Barry Song
2014-09-02  9:01     ` Barry Song
     [not found]     ` <1409648468-5436-5-git-send-email-Barry.Song-kQvG35nSl+M@public.gmane.org>
2014-09-04 22:36       ` Mark Brown
2014-09-04 22:36         ` 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=1409648468-5436-1-git-send-email-Barry.Song@csr.com \
    --to=barry.song-kqvg35nsl+m@public.gmane.org \
    --cc=Baohua.Song-kQvG35nSl+M@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=workgroup.linux-kQvG35nSl+M@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.