From: dirk.brandewie@gmail.com
To: linux-kernel@vger.kernel.org, spi-devel-general@lists.sourceforge.net
Cc: Dirk Brandewie <dirk.brandewie@gmail.com>
Subject: [PATCH 0/5] Designware SPI driver update
Date: Wed, 15 Jun 2011 10:23:03 -0700 [thread overview]
Message-ID: <1308158588-17249-1-git-send-email-dirk.brandewie@gmail.com> (raw)
From: Dirk Brandewie <dirk.brandewie@gmail.com>
This patch set reworks the Designware SPI driver. This patch set is
based on commit f8f82d4 on spi/next
Patch 1:
Fixes trivial typo from commit f8f82d4 in spi/next
Patch 2:
exports the platform data structure for client driver use.
Patch 3:
Reworks the core message and transfer handling.
Patch 4:
Changes internal function naming convention to match new file
names.
Patch 5:
Adds runtime power management to the PCI driver.
Dirk Brandewie (5):
spi/makefile: Fix typo from reorganize drivers patch.
spi/dw_spi: expose dw_spi platform data stucture.
dw_spi: rework message processing
spi/spi-dw: update function naming convention
spi_dw_pci: Add runtime power management
drivers/spi/Makefile | 2 +-
drivers/spi/spi-dw-mid.c | 47 +-
drivers/spi/spi-dw-mmio.c | 34 +-
drivers/spi/spi-dw-pci.c | 69 ++-
drivers/spi/spi-dw.c | 1674 +++++++++++++++++++-------------------------
drivers/spi/spi-dw.h | 138 ++--
include/linux/spi/spi-dw.h | 20 +
7 files changed, 930 insertions(+), 1054 deletions(-)
rewrite drivers/spi/spi-dw.c (62%)
create mode 100644 include/linux/spi/spi-dw.h
--
1.7.3.4
next reply other threads:[~2011-06-15 17:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-15 17:23 dirk.brandewie [this message]
2011-06-15 17:23 ` [PATCH 1/5] spi/makefile: Fix typo from reorganize drivers patch dirk.brandewie
2011-06-16 12:31 ` Grant Likely
2011-06-15 17:23 ` [PATCH 2/5] spi/dw_spi: expose dw_spi platform data stucture dirk.brandewie
[not found] ` <1308158588-17249-1-git-send-email-dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-06-15 17:23 ` [PATCH 3/5] dw_spi: rework message processing dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:14 ` Grant Likely
2011-06-16 16:03 ` Dirk Brandewie
2011-06-16 16:40 ` Grant Likely
2011-06-16 14:00 ` Feng Tang
2011-06-16 17:28 ` Dirk Brandewie
2011-06-16 17:38 ` Grant Likely
2011-06-16 19:52 ` Dirk Brandewie
2011-06-17 1:22 ` Feng Tang
2011-06-17 1:34 ` Du, Alek
2011-06-15 17:23 ` [PATCH 4/5] spi/spi-dw: update function naming convention dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:15 ` Grant Likely
2011-06-15 17:23 ` [PATCH 5/5] spi_dw_pci: Add runtime power management dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:16 ` 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=1308158588-17249-1-git-send-email-dirk.brandewie@gmail.com \
--to=dirk.brandewie@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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).