mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: franck.jullien@gmail.com
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 0/3] Add MCI over SPI support
Date: Fri, 25 Nov 2011 12:40:16 +0100	[thread overview]
Message-ID: <20111125114016.GG27267@pengutronix.de> (raw)
In-Reply-To: <1322167594-22499-1-git-send-email-franck.jullien@gmail.com>

On Thu, Nov 24, 2011 at 09:46:31PM +0100, franck.jullien@gmail.com wrote:
> From: Franck Jullien <franck.jullien@gmail.com>
> 
> This series adds MCI over SPI support to barebox.
> 
> It also makes small changes to nios2 in order to get
> this thing to works. As a matter of fact, SPI master
> drivers needs to support cs_change is you want to use
> MCI over SPI.
> 
> *** BLURB HERE ***

<blurb> applied to next </blurb>

Sascha

> 
> Franck Jullien (3):
>   crypto: Add crc7 function
>   mci: Add MCI over SPI support
>   spi/altera_spi: Add cs_change support
> 
>  arch/nios2/include/asm/spi.h |    1 +
>  crypto/Kconfig               |    3 +
>  crypto/Makefile              |    1 +
>  crypto/crc7.c                |   63 ++++++
>  drivers/mci/Kconfig          |   17 ++
>  drivers/mci/Makefile         |    1 +
>  drivers/mci/mci-core.c       |   69 +++++--
>  drivers/mci/mci_spi.c        |  435 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/spi/altera_spi.c     |   27 +++-
>  include/crc7.h               |   14 ++
>  include/mci.h                |   18 ++
>  11 files changed, 632 insertions(+), 17 deletions(-)
>  create mode 100644 crypto/crc7.c
>  create mode 100644 drivers/mci/mci_spi.c
>  create mode 100644 include/crc7.h
> 
> -- 
> 1.7.7
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2011-11-25 11:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-24 20:46 franck.jullien
2011-11-24 20:46 ` [PATCH 1/3] crypto: Add crc7 function franck.jullien
2011-11-24 20:46 ` [PATCH 2/3 v2] mci: Add MCI over SPI support franck.jullien
2011-11-24 20:46 ` [PATCH 3/3] spi/altera_spi: Add cs_change support franck.jullien
2011-11-25 11:40 ` Sascha Hauer [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=20111125114016.GG27267@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=franck.jullien@gmail.com \
    /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