linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mika.westerberg@iki.fi (Mika Westerberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] spi: driver for Cirrus EP93xx SPI controller
Date: Tue, 20 Apr 2010 18:11:34 +0300	[thread overview]
Message-ID: <cover.1271774845.git.mika.westerberg@iki.fi> (raw)

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

             reply	other threads:[~2010-04-20 15:11 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20 15:11 Mika Westerberg [this message]
2010-04-20 15:11 ` [PATCH v4 1/2] spi: implemented driver for Cirrus EP93xx SPI controller 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1271774845.git.mika.westerberg@iki.fi \
    --to=mika.westerberg@iki.fi \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).