From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v3 0/7] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc Date: Sat, 02 Mar 2013 21:57:22 +0000 Message-ID: <20130302215723.05FE93E2261@localhost> References: <1360943547-2186-1-git-send-email-andreas@gaisler.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Joakim Tjernlund , software-FkzTOoA/JUlBDgjK7y7TUQ@public.gmane.org, Mark Brown , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Anton Vorontsov , Peter Korsgaard , spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, Mingkai Hu To: Andreas Larsson Return-path: In-Reply-To: <1360943547-2186-1-git-send-email-andreas-FkzTOoA/JUlBDgjK7y7TUQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-spi.vger.kernel.org On Fri, 15 Feb 2013 16:52:20 +0100, Andreas Larsson wrote: > Changes since v3: > - Patches 1-7: Added Acked-by: Anton Vorontsov > - Patch 1: Small style tweak lining up function arguments properly > - Patch 7: Changed a style issue with two variables declared on same line > - Patch 7: Removed usage of cs_gpio_flags variable to apply cleanly to spi/next > - Patch 7: Changed get_named_gpio "hole value" to -ENOENT => Requries > the "spi: Initialize cs_gpio and cs_gpios with ENOENT" patch for > TYPE_GRLIB support Merged entire series for v3.10, thanks. g. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753308Ab3CCJZh (ORCPT ); Sun, 3 Mar 2013 04:25:37 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:39399 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752668Ab3CCJW5 (ORCPT ); Sun, 3 Mar 2013 04:22:57 -0500 From: Grant Likely Subject: Re: [PATCH v3 0/7] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc To: Andreas Larsson Cc: Mark Brown , spi-devel-general@lists.sourceforge.net, Mingkai Hu , Anton Vorontsov , Joakim Tjernlund , Kumar Gala , Peter Korsgaard , linux-kernel@vger.kernel.org, software@gaisler.com In-Reply-To: <1360943547-2186-1-git-send-email-andreas@gaisler.com> References: <1360943547-2186-1-git-send-email-andreas@gaisler.com> Date: Sat, 02 Mar 2013 21:57:22 +0000 Message-Id: <20130302215723.05FE93E2261@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Feb 2013 16:52:20 +0100, Andreas Larsson wrote: > Changes since v3: > - Patches 1-7: Added Acked-by: Anton Vorontsov > - Patch 1: Small style tweak lining up function arguments properly > - Patch 7: Changed a style issue with two variables declared on same line > - Patch 7: Removed usage of cs_gpio_flags variable to apply cleanly to spi/next > - Patch 7: Changed get_named_gpio "hole value" to -ENOENT => Requries > the "spi: Initialize cs_gpio and cs_gpios with ENOENT" patch for > TYPE_GRLIB support Merged entire series for v3.10, thanks. g.