All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5] TI DaVinci: Driver for the davinci SPI	controller
Date: Fri, 08 Jan 2010 07:50:08 -0600	[thread overview]
Message-ID: <4B473810.6030200@windriver.com> (raw)
In-Reply-To: <1262857972-24235-1-git-send-email-sudhakar.raj@ti.com>

Sudhakar Rajashekhara wrote:
> From: Sekhar Nori <nsekhar@ti.com>
> 
> This adds a driver for the SPI controller found on davinci
> based SoCs from Texas Instruments.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
> ---
> From the previous version, following are the modifications:
>  1. Argument to sizeof() changed in spi_setup_slave() function.
>  2. Check for NULL before calling free() is removed in
>     spi_free_slave() function.
>  3. Check for NULL before calling container_of() function in
>     SPI header file was removed.
> 
>  drivers/spi/Makefile      |    1 +
>  drivers/spi/davinci_spi.c |  223 +++++++++++++++++++++++++++++++++++++++++++++
>  drivers/spi/davinci_spi.h |  102 +++++++++++++++++++++
>  3 files changed, 326 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/spi/davinci_spi.c
>  create mode 100644 drivers/spi/davinci_spi.h
> 
> diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
> index 824d8e7..f112ed0 100644

I believe you have addressed all the outstanding issues.
Thank you
Ack-ed
Tom

      reply	other threads:[~2010-01-08 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-07  9:52 [U-Boot] [PATCH v5] TI DaVinci: Driver for the davinci SPI controller Sudhakar Rajashekhara
2010-01-08 13:50 ` Tom [this message]

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=4B473810.6030200@windriver.com \
    --to=tom.rix@windriver.com \
    --cc=u-boot@lists.denx.de \
    /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.