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

Hello,

This is fourth iteration of the driver. I tried to address most of the review
comments I received.

Changes to previous version:
	- dropped polling mode, there is no real use for that
	- changes according review comments by Grant Likely, Martin Guy,
	  and H. Hartley Sweeten

Previous version can be found here (with review comments):
	http://lists.infradead.org/pipermail/linux-arm-kernel/2010-April/012941.html

Let's hope I didn't forget anything.

Tested with my TS-7260 board with mmc_spi and at25 drivers.

Note that patch 2/2 depends on patch that is already in Russell's patch
tracking system:
	http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5998/1

Thanks,
MW

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

 arch/arm/mach-ep93xx/clock.c                    |   14 +
 arch/arm/mach-ep93xx/core.c                     |   48 ++
 arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h |    1 +
 arch/arm/mach-ep93xx/include/mach/ep93xx_spi.h  |   32 +
 arch/arm/mach-ep93xx/include/mach/platform.h    |    2 +
 drivers/spi/Kconfig                             |   11 +
 drivers/spi/Makefile                            |    1 +
 drivers/spi/ep93xx_spi.c                        |  992 +++++++++++++++++++++++
 8 files changed, 1101 insertions(+), 0 deletions(-)
 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] 45+ messages in thread

end of thread, other threads:[~2010-04-29 18:30 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-20 15:11 [PATCH v4 0/2] spi: driver for Cirrus EP93xx SPI controller Mika Westerberg
2010-04-20 15:11 ` [PATCH v4 1/2] spi: implemented " Mika Westerberg
2010-04-20 17:24   ` H Hartley Sweeten
2010-04-21  7:16     ` Mika Westerberg
2010-04-21 16:47       ` H Hartley Sweeten
2010-04-21 16:54         ` Mika Westerberg
2010-04-22  2:47           ` H Hartley Sweeten
2010-04-22  5:53             ` Mika Westerberg
2010-04-22 14:11             ` Martin Guy
2010-04-22 14:28             ` Martin Guy
2010-04-22 17:39               ` H Hartley Sweeten
2010-04-22 20:19                 ` Martin Guy
2010-04-20 22:16   ` H Hartley Sweeten
2010-04-20 23:54     ` Martin Guy
2010-04-21  0:11       ` H Hartley Sweeten
2010-04-21  0:43         ` [spi-devel-general] " H Hartley Sweeten
2010-04-21  1:10         ` Martin Guy
2010-04-21  1:52           ` H Hartley Sweeten
2010-04-21  7:00             ` Mika Westerberg
2010-04-21 10:46             ` Mika Westerberg
2010-04-21 18:00               ` H Hartley Sweeten
2010-04-22  5:45                 ` Mika Westerberg
2010-04-22 21:29                   ` Ryan Mallon
2010-04-22 17:55                 ` Mika Westerberg
2010-04-22 20:43                   ` H Hartley Sweeten
2010-04-23  5:20                     ` Mika Westerberg
2010-04-23 17:24                       ` H Hartley Sweeten
2010-04-23 23:01                         ` [spi-devel-general] " H Hartley Sweeten
2010-04-25  9:29                           ` Martin Guy
2010-04-25  9:38                             ` Martin Guy
2010-04-25 20:25                               ` H Hartley Sweeten
2010-04-26 10:02                                 ` Mika Westerberg
2010-04-26 16:54                                   ` H Hartley Sweeten
2010-04-26 10:09                                 ` Mika Westerberg
2010-04-26 14:35                                 ` Martin Guy
2010-04-26 17:05                                   ` H Hartley Sweeten
2010-04-29 18:30           ` Mika Westerberg
2010-04-21  6:37     ` Mika Westerberg
2010-04-21 17:08       ` H Hartley Sweeten
2010-04-24 18:14   ` Martin Guy
2010-04-25 19:55     ` H Hartley Sweeten
2010-04-26 10:34       ` Mika Westerberg
2010-04-26 12:58       ` Martin Guy
2010-04-20 15:11 ` [PATCH v4 2/2] ep93xx: SPI driver platform support code Mika Westerberg
2010-04-20 16:35   ` H Hartley Sweeten

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).