linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: Thomas Chou <thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	nios2-dev-1eJk0qcHJCcaeqlQEoCUNoJY59XmG8rH@public.gmane.org,
	David Brownell
	<dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v7] spi: add OpenCores tiny SPI driver
Date: Sat, 12 Feb 2011 02:34:56 -0700	[thread overview]
Message-ID: <AANLkTik6UcF0v43wRowV6+0xtKC6Kkwh30xvArefW23N@mail.gmail.com> (raw)
In-Reply-To: <20110212093120.GF17755-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>

On Sat, Feb 12, 2011 at 2:31 AM, Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> wrote:
> On Tue, Feb 08, 2011 at 01:43:23PM +0800, Thomas Chou wrote:
>> This patch adds support of OpenCores tiny SPI driver.
>>
>> http://opencores.org/project,tiny_spi
>>
>> Signed-off-by: Thomas Chou <thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
>> ---
>> v2 minor cleanup, same as Grant suggest for spi_altera.
>> v3 rename driver to spi_oc_tiny as Grant suggested.
>>    set version to tiny-spi-rtlsvn2 as Jonas suggested.
>> v4 add dts binding doc.
>> v5 use devm_* to help cleanup.
>>    add of gpio support.
>> v6 check len from of_get_property.
>>    fix kerneldoc in header.
>> v7 remove default n from Kconfig.
>>
>>  .../devicetree/bindings/spi/spi_oc_tiny.txt        |   12 +
>>  drivers/spi/Kconfig                                |    7 +
>>  drivers/spi/Makefile                               |    1 +
>>  drivers/spi/spi_oc_tiny.c                          |  421 ++++++++++++++++++++
>>  include/linux/spi/spi_oc_tiny.h                    |   20 +
>>  5 files changed, 461 insertions(+), 0 deletions(-)
>>  create mode 100644 Documentation/devicetree/bindings/spi/spi_oc_tiny.txt
>>  create mode 100644 drivers/spi/spi_oc_tiny.c
>>  create mode 100644 include/linux/spi/spi_oc_tiny.h
>
> Hi Thomas
>
> Still need documentation on the binding in
> Documentation/devicetree/bindings before I pick up this driver.  This
> goes for all the new drivers with dt bindings.

Oops, nevermind.  I see it.  Sorry for the noise.

g.

  parent reply	other threads:[~2011-02-12  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06  2:56 [PATCH v5] spi: add OpenCores tiny SPI driver Thomas Chou
     [not found] ` <1296960998-19116-1-git-send-email-thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
2011-02-06  3:48   ` [PATCH v6] " Thomas Chou
     [not found]     ` <1296964096-30760-1-git-send-email-thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
2011-02-08  5:43       ` [PATCH v7] " Thomas Chou
     [not found]         ` <1297143803-2771-1-git-send-email-thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
2011-02-12  9:31           ` Grant Likely
     [not found]             ` <20110212093120.GF17755-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>
2011-02-12  9:34               ` Grant Likely [this message]
     [not found]                 ` <AANLkTik6UcF0v43wRowV6+0xtKC6Kkwh30xvArefW23N-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-02-14  2:15                   ` [PATCH v8] " Thomas Chou
     [not found]                     ` <1297649758-11828-1-git-send-email-thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
2011-02-14  2:20                       ` [PATCH v8 resend] " Thomas Chou
     [not found]                         ` <1297650039-12013-1-git-send-email-thomas-SDxUXYEhEBiCuPEqFHbRBg@public.gmane.org>
2011-02-16  2:47                           ` Grant Likely

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=AANLkTik6UcF0v43wRowV6+0xtKC6Kkwh30xvArefW23N@mail.gmail.com \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nios2-dev-1eJk0qcHJCcaeqlQEoCUNoJY59XmG8rH@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=thomas-SDxUXYEhEBiCuPEqFHbRBg@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 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).