[PATCH 0/3] Add MCI over SPI support
Sascha Hauer
s.hauer at pengutronix.de
Fri Nov 25 06:40:16 EST 2011
On Thu, Nov 24, 2011 at 09:46:31PM +0100, franck.jullien at gmail.com wrote:
> From: Franck Jullien <franck.jullien at 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 at 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 |
More information about the barebox
mailing list