public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephan Linz <linz@li-pro.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v4 0/3] SPI patches for 1.3.4
Date: Wed, 28 May 2008 19:11:47 +0200	[thread overview]
Message-ID: <200805281911.49048.linz@li-pro.net> (raw)
In-Reply-To: <1211799312-8315-1-git-send-email-haavard.skinnemoen@atmel.com>

Am Montag 26 Mai 2008 12:55:09 schrieb Haavard Skinnemoen:
> Hi,

Hi Haavard,

first of all, sorry for my late response. I'm busy with other projects. In the 
near future I will not test the patch on NIOS, because I'm lacking of test 
equipment.

Please contact Scott McNutt. I think he can help, or not?


Best regards,
Stephan Linz

>
> The latest incarnation of the SPI API changes didn't get any
> complaints, while it got a couple of ACKs. So I'm resending the parts
> of the series that I consider complete for inclusion in U-Boot 1.3.4.
>
> I'm holding back the SPI flash stuff for now since it currently lacks
> support for most flash chips, and it probably needs more review and
> testing.
>
> These patches still need testing on NIOS. I'd appreciate some help
> with that.
>
> Please let me know if I should merge this via the avr32 tree.
>
> Haavard Skinnemoen (2):
>       Move definition of container_of() to common.h
>       SPI API improvements
>
> Hans-Christian Egtvedt (1):
>       atmel_spi: Driver for the Atmel SPI controller
>
>  board/amcc/taihu/taihu.c                          |   16 +-
>  board/freescale/mpc8349emds/mpc8349emds.c         |   25 ++--
>  board/sacsng/sacsng.c                             |   35 ++--
>  board/ssv/adnpesc1/adnpesc1.c                     |   27 ++--
>  common/cmd_spi.c                                  |   42 +++--
>  common/soft_spi.c                                 |  124 +++++++++---
>  cpu/at32ap/at32ap700x/gpio.c                      |   43 +++++
>  cpu/nios/spi.c                                    |   79 ++++++--
>  drivers/rtc/ds1306.c                              |   67 +++++--
>  drivers/rtc/mc13783-rtc.c                         |   43 ++++-
>  drivers/spi/Makefile                              |    1 +
>  drivers/spi/atmel_spi.c                           |  210
> +++++++++++++++++++++ drivers/spi/atmel_spi.h                           |  
> 95 +++++++++ drivers/spi/mpc8xxx_spi.c                         |   54
> +++++-
>  drivers/spi/mxc_spi.c                             |   88 ++++++---
>  include/asm-arm/arch-at91sam9/hardware.h          |   11 -
>  include/asm-avr32/arch-at32ap700x/chip-features.h |    1 +
>  include/asm-avr32/arch-at32ap700x/clk.h           |    6 +
>  include/asm-avr32/arch-at32ap700x/gpio.h          |    4 +
>  include/asm-avr32/u-boot.h                        |   11 -
>  include/common.h                                  |   11 +
>  include/configs/imx31_litekit.h                   |    3 +-
>  include/configs/mx31ads.h                         |    3 +-
>  include/spi.h                                     |  150 +++++++++++++---
>  24 files changed, 918 insertions(+), 231 deletions(-)
>  create mode 100644 drivers/spi/atmel_spi.c
>  create mode 100644 drivers/spi/atmel_spi.h

      parent reply	other threads:[~2008-05-28 17:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-26 10:55 [U-Boot-Users] [PATCH v4 0/3] SPI patches for 1.3.4 Haavard Skinnemoen
2008-05-26 10:55 ` [U-Boot-Users] [PATCH v4 1/3] Move definition of container_of() to common.h Haavard Skinnemoen
2008-05-26 10:55   ` [U-Boot-Users] [PATCH v4 2/3] SPI API improvements Haavard Skinnemoen
2008-05-26 10:55     ` [U-Boot-Users] [PATCH v4 3/3] atmel_spi: Driver for the Atmel SPI controller Haavard Skinnemoen
2008-05-28 17:11 ` Stephan Linz [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=200805281911.49048.linz@li-pro.net \
    --to=linz@li-pro.net \
    --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