linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] spi: driver for Cirrus EP93xx SPI controller
@ 2010-05-06  4:47 Mika Westerberg
  2010-05-06  4:47 ` [PATCH v7 1/2] spi: implemented " Mika Westerberg
  2010-05-06  4:47 ` [PATCH v7 2/2] ep93xx: SPI driver platform support code Mika Westerberg
  0 siblings, 2 replies; 12+ messages in thread
From: Mika Westerberg @ 2010-05-06  4:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series implements SPI master driver for Cirrus Logic EP93xx SPI
controllers.

Changes to previous (v6) version:
	- only cosmetic non-functional changes (removed unnecessary comments and
	  few inlines) based on review comments by H Hartley Sweeten

Tested on TS-7260 (ep9302) and Sim.One (ep9307) boards with mmc_spi and at25
drivers.

Note that patch 2/2 depends on patch that is already in Russell's patch
tracking system (and in linux-next)
	http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5998/1
So 2/2 should probably go in via Russell's tree.

Regards,
MW

Mika Westerberg (2):
  spi: implemented driver for Cirrus EP93xx SPI controller
  ep93xx: SPI driver platform support code

 Documentation/spi/ep93xx_spi                    |   95 +++
 arch/arm/mach-ep93xx/clock.c                    |   13 +
 arch/arm/mach-ep93xx/core.c                     |   52 ++
 arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h |    1 +
 arch/arm/mach-ep93xx/include/mach/ep93xx_spi.h  |   27 +
 arch/arm/mach-ep93xx/include/mach/platform.h    |    4 +
 drivers/spi/Kconfig                             |   10 +
 drivers/spi/Makefile                            |    1 +
 drivers/spi/ep93xx_spi.c                        |  938 +++++++++++++++++++++++
 9 files changed, 1141 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/spi/ep93xx_spi
 create mode 100644 arch/arm/mach-ep93xx/include/mach/ep93xx_spi.h
 create mode 100644 drivers/spi/ep93xx_spi.c

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

end of thread, other threads:[~2010-05-22  7:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06  4:47 [PATCH v7 0/2] spi: driver for Cirrus EP93xx SPI controller Mika Westerberg
2010-05-06  4:47 ` [PATCH v7 1/2] spi: implemented " Mika Westerberg
2010-05-08 17:32   ` Martin Guy
2010-05-08 17:33     ` Martin Guy
2010-05-09  9:29     ` Mika Westerberg
2010-05-09 16:47       ` Martin Guy
2010-05-09 17:17         ` Mika Westerberg
2010-05-09 16:56   ` Martin Guy
2010-05-22  7:27   ` Mika Westerberg
2010-05-22  7:49     ` Grant Likely
2010-05-06  4:47 ` [PATCH v7 2/2] ep93xx: SPI driver platform support code Mika Westerberg
2010-05-09 16:57   ` Martin Guy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).