[U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver

Haavard Skinnemoen haavard.skinnemoen at atmel.com
Thu May 8 13:47:35 CEST 2008


Wolfgang Denk <wd at denx.de> wrote:
> In message <Pine.LNX.4.64.0804151412120.5159 at axis700.grange> you wrote:
> > This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
> > only implemented and tested on i.MX31, can with a modified register layout
> > and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
> > controllers too.
> > 
> > Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
> > 
> > ---
> > 
> > Changes since v1: fix a copy-paste error
> > 
> >  README                                |    5 +
> >  drivers/spi/Makefile                  |    1 +
> >  drivers/spi/mxc_spi.c                 |  166 +++++++++++++++++++++++++++++++++
> >  include/asm-arm/arch-mx31/mx31-regs.h |    7 +-
> >  include/spi.h                         |   16 +++-
> >  5 files changed, 193 insertions(+), 2 deletions(-)
> >  create mode 100644 drivers/spi/mxc_spi.c
> 
> Applied, thanks.

Oh great. We can do API changes without even mentioning it in the
change log now?

I'm beginning to get tired of rebasing my SPI patches. Maybe it was a
mistake to be open about the API changes I wanted to make...it would
have been much easier to just slam them in without saying anything or
caring about any breakage :-(

Haavard




More information about the U-Boot mailing list