public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver
Date: Sat, 27 Jun 2009 07:39:08 +0200	[thread overview]
Message-ID: <20090627053908.GH8587@game.jcrosoft.org> (raw)
In-Reply-To: <73173D32E9439E4ABB5151606C3E19E201D90656A7@SC-VEXCH1.marvell.com>

On 20:52 Fri 26 Jun     , Prafulla Wadaskar wrote:
>  
> 
> > -----Original Message-----
> > From: u-boot-bounces at lists.denx.de 
> > [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Prafulla Wadaskar
> > Sent: Friday, June 26, 2009 11:28 AM
> > To: Jean-Christophe PLAGNIOL-VILLARD
> > Cc: Manas Saksena; Ronen Shitrit; Nicolas Pitre; 
> > u-boot at lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; 
> > Lennert Buijtenhek
> > Subject: Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver
> > 
> > Thanks Jean...
> > 
> > Regards..
> > Prafulla . .
> > 
> > > -----Original Message-----
> > > From: Jean-Christophe PLAGNIOL-VILLARD 
> > [mailto:plagnioj at jcrosoft.com]
> > > Sent: Friday, June 26, 2009 4:30 AM
> > > To: Prafulla Wadaskar
> > > Cc: u-boot at lists.denx.de; Manas Saksena; Ronen Shitrit; 
> > Nicolas Pitre; 
> > > Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek
> > > Subject: Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver
> > > 
> > > On 01:13 Sat 30 May     , Prafulla Wadaskar wrote:
> > > > This patch adds a SPI driver for the Marvell Kirkwood SoC's.
> > > > 
> > > > Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
> > > > ---
> > > >  drivers/spi/Makefile                |    1 +
> > > >  drivers/spi/kirkwood_spi.c          |  185 
> > > +++++++++++++++++++++++++++++++++++
> > > >  include/asm-arm/arch-kirkwood/spi.h |   56 +++++++++++
> > > >  3 files changed, 242 insertions(+), 0 deletions(-)  create mode
> > > > 100644 drivers/spi/kirkwood_spi.c  create mode 100644 
> > > > include/asm-arm/arch-kirkwood/spi.h
> > > applied to u-boot-arm
> Hi Jean,
> 
> On which branch it is applied?, I could not find it on arm/next...
master

next or testing is still for dev as the master will not build for mtd stuff

Best Regards,
J.

  reply	other threads:[~2009-06-27  5:39 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-29 19:43 [U-Boot] [PATCH] cpu_misc_init support for ARM architectures Prafulla Wadaskar
2009-05-29 16:28 ` Mike Frysinger
2009-05-30  5:40   ` Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: generic cache.h " Prafulla Wadaskar
2009-05-29 19:43   ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-29 19:43     ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar
2009-05-29 19:43       ` [U-Boot] [PATCH] nand: Add Marvell Kirkwood NAND driver Prafulla Wadaskar
2009-05-29 19:40         ` Scott Wood
2009-06-08  4:57           ` Prafulla Wadaskar
2009-05-29 19:43         ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Prafulla Wadaskar
2009-05-29 19:43           ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-05-29 19:43             ` [U-Boot] [PATCH] Marvell Sheevaplug " Prafulla Wadaskar
2009-05-30  6:25               ` Prafulla Wadaskar
2009-05-31 21:37               ` Wolfgang Denk
2009-05-31 21:34             ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE " Wolfgang Denk
2009-05-29 22:29           ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 23:21             ` Ben Warren
2009-05-30  6:41               ` Prafulla Wadaskar
2009-06-01  3:55                 ` Ben Warren
2009-05-31 21:28           ` Wolfgang Denk
2009-05-29 22:24       ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 22:45         ` Andy Fleming
2009-05-31 21:21       ` Wolfgang Denk
2009-06-25 22:59       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-26  5:57         ` Prafulla Wadaskar
2009-06-27  3:52           ` Prafulla Wadaskar
2009-06-27  5:39             ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-06-28 11:31               ` Prafulla Wadaskar
2009-05-29 22:22     ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Jean-Christophe PLAGNIOL-VILLARD
2009-05-30  7:16       ` Prafulla Wadaskar
2009-05-31 11:52         ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-04  9:21   ` [U-Boot] [PATCH] arm: generic cache.h for ARM architectures Prafulla Wadaskar
2009-06-07 11:56   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-31 21:29 ` [U-Boot] [PATCH] cpu_misc_init support " Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-06-08  5:18 [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar

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=20090627053908.GH8587@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox