linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Designware SPI driver update
@ 2011-06-15 17:23 dirk.brandewie
  2011-06-15 17:23 ` [PATCH 1/5] spi/makefile: Fix typo from reorganize drivers patch dirk.brandewie
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: dirk.brandewie @ 2011-06-15 17:23 UTC (permalink / raw)
  To: linux-kernel, spi-devel-general; +Cc: Dirk Brandewie

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-06-17  1:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 17:23 [PATCH 0/5] Designware SPI driver update dirk.brandewie
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

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).