From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from av8-1-sn3.vrr.skanova.net (av8-1-sn3.vrr.skanova.net [81.228.9.183]) by ozlabs.org (Postfix) with ESMTP id 491A6B7088 for ; Fri, 13 Nov 2009 01:26:23 +1100 (EST) Message-ID: <4AFC1B0C.50404@mocean-labs.com> Date: Thu, 12 Nov 2009 15:26:20 +0100 From: =?ISO-8859-1?Q?Richard_R=F6jfors?= MIME-Version: 1.0 To: spi-devel-general@lists.sourceforge.net Subject: [PATCH v2 0/4] xilinx_spi: Split into platform and of driver, support new IP, platform independence. Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, Andrew Morton , dbrownell@users.sourceforge.net, John Linn List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, To follow is a series of patches against the xilinx_spi driver. The patchset is against 2.6.32-rc6 The patchset addresses several problems in the current driver: * It's PPC only (OF and uses PPC specific memory operations) * Only supporting big endian writes * Supports only 8bit SPI, support for DS570 (also 16 or 32 bit) is added. * A platform driver is introduced for non OF capable architectures. These patches were posted as one big patch up to 4 iterations, not splitted into 4. This version, 2, is updated after review from Grant Likely and John Linn --Richard