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 v3 0/2] spi: driver for Cirrus EP93xx SPI controller
Date: Tue, 13 Apr 2010 17:10:12 +0300	[thread overview]
Message-ID: <cover.1271156934.git.mika.westerberg@iki.fi> (raw)

Hello,

This is third revision of the driver. Thanks to Martin Guy who tested and
reviewed the code.

Changes since v2:
	- corrected spi clock rate calculation
	- interrupt handling is now more efficient
	- driver now supports polling mode as well, this can be selected with
	  'transfer_method' module parameter.
	- controller is disabled in probe function
	- some cosmetic changes

I have been testing this on my TS-7260 board (ep9302 based) 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                     |   42 +
 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    |    2 +
 drivers/spi/Kconfig                             |   11 +
 drivers/spi/Makefile                            |    1 +
 drivers/spi/ep93xx_spi.c                        | 1113 +++++++++++++++++++++++
 8 files changed, 1218 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-13 14:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-13 14:10 Mika Westerberg [this message]
2010-04-13 14:10 ` [PATCH v3 1/2] spi: implemented driver for Cirrus EP93xx SPI controller Mika Westerberg
2010-04-13 14:10   ` [PATCH v3 2/2] ep93xx: SPI driver platform support code Mika Westerberg
2010-04-16 18:40     ` [spi-devel-general] " H Hartley Sweeten
2010-04-17  6:30   ` [PATCH v3 1/2] spi: implemented driver for Cirrus EP93xx SPI controller Grant Likely
2010-04-17 11:00     ` Mika Westerberg
2010-04-19 18:02       ` Grant Likely
2010-04-19 18:52         ` Martin Guy
2010-04-19 19:05           ` Grant Likely
2010-04-19 19:26             ` Martin Guy
2010-04-19 19:16         ` Martin Guy
2010-05-20  4:56           ` Grant Likely
2010-04-20  6:16         ` Mika Westerberg
2010-04-16 18:28 ` [spi-devel-general] [PATCH v3 0/2] spi: " H Hartley Sweeten
2010-04-17  4:59   ` Mika Westerberg
2010-04-17 18:43     ` Martin Guy
2010-04-18  5:33       ` Mika Westerberg
2010-04-19 17:04     ` H Hartley Sweeten
2010-04-19 17:44       ` Mika Westerberg
2010-04-19 18:11         ` 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.1271156934.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).