linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] spi: driver for Cirrus EP93xx SPI controller
@ 2010-03-18 16:59 Mika Westerberg
  2010-03-18 17:00 ` [PATCH v2 1/3] spi: implemented " Mika Westerberg
  0 siblings, 1 reply; 30+ messages in thread
From: Mika Westerberg @ 2010-03-18 16:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This is second, updated revision of the series. I tried to address all the
review comments given by H Hartley Sweeten, Ryan Mallon and Martin Guy.

I also tested these again with my TS-7260 board (it has EP9302 chip) using at25
and mmc_spi drivers.

Please review.

Thanks,
MW

Mika Westerberg (3):
  spi: implemented driver for Cirrus EP93xx SPI controller
  ep93xx: added chip revision reading function
  ep93xx: SPI driver platform support code

 arch/arm/mach-ep93xx/clock.c                    |   14 +
 arch/arm/mach-ep93xx/core.c                     |   56 ++
 arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h |    1 +
 arch/arm/mach-ep93xx/include/mach/ep93xx_spi.h  |   34 +
 arch/arm/mach-ep93xx/include/mach/platform.h    |   10 +
 drivers/spi/Kconfig                             |   11 +
 drivers/spi/Makefile                            |    1 +
 drivers/spi/ep93xx_spi.c                        | 1063 +++++++++++++++++++++++
 8 files changed, 1190 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] 30+ messages in thread

end of thread, other threads:[~2010-04-12 10:03 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 16:59 [PATCH v2 0/3] spi: driver for Cirrus EP93xx SPI controller Mika Westerberg
2010-03-18 17:00 ` [PATCH v2 1/3] spi: implemented " Mika Westerberg
2010-03-18 17:00   ` [PATCH v2 2/3] ep93xx: added chip revision reading function Mika Westerberg
2010-03-18 17:00     ` [PATCH v2 3/3] ep93xx: SPI driver platform support code Mika Westerberg
2010-03-18 17:27     ` [spi-devel-general] [PATCH v2 2/3] ep93xx: added chip revision reading function H Hartley Sweeten
2010-03-25  9:06       ` Mika Westerberg
2010-03-25 17:20         ` H Hartley Sweeten
2010-03-26 15:40           ` Martin Guy
2010-03-20 18:07     ` Martin Guy
2010-03-20 18:25       ` Daniel Mack
2010-03-20 18:40         ` Martin Guy
2010-03-20 19:31           ` H Hartley Sweeten
2010-03-20 19:48             ` Martin Guy
2010-03-20 18:31       ` Mika Westerberg
2010-03-20 19:42         ` H Hartley Sweeten
2010-03-21 18:45           ` Mika Westerberg
2010-03-25 13:49   ` [PATCH v2 1/3] spi: implemented driver for Cirrus EP93xx SPI controller Martin Guy
2010-03-25 18:43     ` Mika Westerberg
2010-04-01  0:15       ` Martin Guy
2010-04-01  3:00         ` Ryan Mallon
2010-04-01  6:26         ` Mika Westerberg
2010-04-06  5:44         ` Mika Westerberg
2010-04-06 12:50           ` Martin Guy
2010-04-06 18:18             ` Mika Westerberg
2010-04-06 21:28               ` Martin Guy
2010-04-09 17:56                 ` Martin Guy
2010-04-09 18:08                   ` Martin Guy
2010-04-10 15:54                   ` Mika Westerberg
2010-04-11 14:24                     ` Martin Guy
2010-04-12 10:03                     ` 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).