From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from av6-1-sn3.vrr.skanova.net (av6-1-sn3.vrr.skanova.net [81.228.9.179]) by ozlabs.org (Postfix) with ESMTP id 25230B7067 for ; Thu, 12 Nov 2009 01:37:14 +1100 (EST) Message-ID: <4AFACC16.8030808@mocean-labs.com> Date: Wed, 11 Nov 2009 15:37:10 +0100 From: =?ISO-8859-1?Q?Richard_R=F6jfors?= MIME-Version: 1.0 To: spi-devel-general@lists.sourceforge.net Subject: [PATCH 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. --Richard