On Fri, 11 Sep 2009, Daniel Mack wrote: > On Wed, Jun 17, 2009 at 12:40:18PM +0200, Sascha Hauer wrote: > > The new i.MX SPI driver has been posted twice on the list, I received no > > objections from anyone, so please consider pulling the following branch > > What happened to these patches, have they been picked up? I just tested > them on a Lilly1131 board and they seem to work fine.
They are in Andrew's -mm patch stack, so, I hope they'll be making it in. Thanks Guennadi > > Thanks, > Daniel > > > The following changes since commit 65795efbd380a832ae508b04dba8f8e53f0b84d9: > > Linus Torvalds (1): > > Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linux > > > > are available in the git repository at: > > > > git://git.pengutronix.de/git/sha/linux-2.6.git for-david > > > > Sascha Hauer (2): > > remove i.MX SPI driver > > SPI: Add SPI driver for most known i.MX SoCs > > > > arch/arm/plat-mxc/include/mach/spi.h | 27 + > > drivers/spi/Kconfig | 7 +- > > drivers/spi/Makefile | 2 +- > > drivers/spi/mxc_spi.c | 685 +++++++++++++ > > drivers/spi/spi_imx.c | 1779 > > ---------------------------------- > > 5 files changed, 717 insertions(+), 1783 deletions(-) > > create mode 100644 arch/arm/plat-mxc/include/mach/spi.h > > create mode 100644 drivers/spi/mxc_spi.c > > delete mode 100644 drivers/spi/spi_imx.c > > ------------------------------------------------------------------- > List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel > FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php > Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php > --- Guennadi Liakhovetski ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
