From: Grant Likely <grant.likely@secretlab.ca>
To: spi-devel-general@lists.sourceforge.net,
richard.rojfors@mocean-labs.com, john.linn@xilinx.com,
monstr@monstr.eu
Cc: linux-kernel@vger.kernel.org
Subject: [RFC PATCH 0/3] spi/xilinx: Merge OF and non-OF drivers
Date: Thu, 14 Oct 2010 10:19:54 -0600 [thread overview]
Message-ID: <20101014161724.18966.42340.stgit@localhost6.localdomain6> (raw)
Since of_platform_bus_type has been merged with the platform_bus_type,
a single platform driver can now support both use cases. This patch
series merges the two halves of the xilinx_spi device driver.
Compile tested only. I haven't booted this yet.
---
Grant Likely (3):
spi/xilinx: Eliminate pdata references from common code.
spi/xilinx: fold platform_driver support into main body
spi/xilinx: merge OF support code into main driver
drivers/spi/Kconfig | 14 ----
drivers/spi/Makefile | 2 -
drivers/spi/xilinx_spi.c | 133 ++++++++++++++++++++++++++++++++++------
drivers/spi/xilinx_spi.h | 32 ----------
drivers/spi/xilinx_spi_of.c | 133 ----------------------------------------
drivers/spi/xilinx_spi_pltfm.c | 102 -------------------------------
6 files changed, 114 insertions(+), 302 deletions(-)
delete mode 100644 drivers/spi/xilinx_spi.h
delete mode 100644 drivers/spi/xilinx_spi_of.c
delete mode 100644 drivers/spi/xilinx_spi_pltfm.c
next reply other threads:[~2010-10-14 16:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 16:19 Grant Likely [this message]
2010-10-14 16:19 ` [RFC PATCH 1/3] spi/xilinx: Eliminate pdata references from common code Grant Likely
[not found] ` <20101014161724.18966.42340.stgit-bi+AKbBUZKagILUCTcTcHdKyNwTtLsGr@public.gmane.org>
2010-10-14 16:20 ` [RFC PATCH 2/3] spi/xilinx: fold platform_driver support into main body Grant Likely
2010-10-14 16:20 ` [RFC PATCH 3/3] spi/xilinx: merge OF support code into main driver Grant Likely
2010-11-08 13:29 ` [RFC PATCH 0/3] spi/xilinx: Merge OF and non-OF drivers Michal Simek
2010-11-08 14:34 ` John Linn
2010-11-08 18:01 ` Grant Likely
2010-11-09 7:30 ` Michal Simek
2010-11-09 21:16 ` Grant Likely
2010-11-10 13:18 ` Michal Simek
2010-11-10 15:59 ` Grant Likely
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=20101014161724.18966.42340.stgit@localhost6.localdomain6 \
--to=grant.likely@secretlab.ca \
--cc=john.linn@xilinx.com \
--cc=linux-kernel@vger.kernel.org \
--cc=monstr@monstr.eu \
--cc=richard.rojfors@mocean-labs.com \
--cc=spi-devel-general@lists.sourceforge.net \
/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).