public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5] TI DaVinci: Driver for the davinci SPI controller
@ 2010-01-07  9:52 Sudhakar Rajashekhara
  2010-01-08 13:50 ` Tom
  0 siblings, 1 reply; 2+ messages in thread
From: Sudhakar Rajashekhara @ 2010-01-07  9:52 UTC (permalink / raw)
  To: u-boot

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>
---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v5] TI DaVinci: Driver for the davinci SPI controller
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Tom @ 2010-01-08 13:50 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-08 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox