From: Dirk Brandewie <dirk.brande...@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 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general