[PATCH 0/5] Designware SPI driver update

From: dirk . brandewie
Date: Wed Jun 15 2011 - 13:24:31 EST


From: Dirk Brandewie <dirk.brandewie@xxxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/