All of lore.kernel.org
 help / color / mirror / Atom feed
* i.MX SPI driver
@ 2009-06-17 10:40 Sascha Hauer
       [not found] ` <1245235220-23816-1-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2009-06-18  6:46 ` Andrea Paterniani
  0 siblings, 2 replies; 17+ messages in thread
From: Sascha Hauer @ 2009-06-17 10:40 UTC (permalink / raw)
  To: David Brownell
  Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW

Hi David,

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

Thanks,
  Sascha


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



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

^ permalink raw reply	[flat|nested] 17+ messages in thread
* (no subject)
@ 2009-06-18  6:54 Sascha Hauer
  2009-06-18  6:54 ` [PATCH 1/2] remove i.MX SPI driver Sascha Hauer
  0 siblings, 1 reply; 17+ messages in thread
From: Sascha Hauer @ 2009-06-18  6:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Brownell, Andrew Morton

Hi Andrew et al,

This series contains a SPI master driver for i.MX SoCs, it has been
posted several times on the arm linux kernel list and the spi devel list
without objections. As David Brownell doesn't seem to be available, maybe
you could pick it up?

Thanks
  Sascha


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-09-11 19:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 10:40 i.MX SPI driver Sascha Hauer
     [not found] ` <1245235220-23816-1-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-06-17 10:40   ` [PATCH 1/2] remove " Sascha Hauer
     [not found]     ` <1245235220-23816-2-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-06-17 10:40       ` [PATCH 2/2] SPI: Add SPI driver for most known i.MX SoCs Sascha Hauer
     [not found]         ` <1245235220-23816-3-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-06-17 18:12           ` Guennadi Liakhovetski
     [not found]             ` <Pine.LNX.4.64.0906172010400.4218-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2009-06-18  7:52               ` Julien Boibessot
     [not found]                 ` <4A39F255.2090301-GANU6spQydw@public.gmane.org>
2009-06-18  8:30                   ` Guennadi Liakhovetski
     [not found]                     ` <Pine.LNX.4.64.0906181028120.5779-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2009-06-21 12:59                       ` Julien Boibessot
2009-06-21 13:53                         ` Guennadi Liakhovetski
2009-07-24 10:07               ` Guennadi Liakhovetski
2009-09-10 23:33   ` i.MX SPI driver Daniel Mack
     [not found]     ` <20090910233303.GP9361-ahpEBR4enfnCULTFXS99ULNAH6kLmebB@public.gmane.org>
2009-09-11 19:28       ` Guennadi Liakhovetski
2009-06-18  6:46 ` Andrea Paterniani
     [not found]   ` <4A39E2BF.8060104-03BXCEkGbFHYGGNLXY5/rw@public.gmane.org>
2009-06-18  7:01     ` Sascha Hauer
     [not found]       ` <20090618070124.GU31396-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-06-18  7:39         ` Andrea Paterniani
2009-06-18  6:54 Sascha Hauer
2009-06-18  6:54 ` [PATCH 1/2] remove i.MX SPI driver Sascha Hauer
2009-06-18  6:54   ` [PATCH 2/2] SPI: Add SPI driver for most known i.MX SoCs Sascha Hauer
2009-06-23 23:11     ` Andrew Morton
2009-06-24  9:09       ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.