On Thu, 8 May 2008, Haavard Skinnemoen wrote: > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > > > > > > --- > > > > > > 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?
Right, sorry, should have mentioned it. Although, the API change is one added function spi_select(), which you do not have to implement. So, I don't think I have broken anything. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
