From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755549Ab3BEOIE (ORCPT ); Tue, 5 Feb 2013 09:08:04 -0500 Received: from mail-we0-f171.google.com ([74.125.82.171]:53163 "EHLO mail-we0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754330Ab3BEOIA (ORCPT ); Tue, 5 Feb 2013 09:08:00 -0500 From: Grant Likely Subject: Re: [PATCH 1/3] spi: Add helper functions for setting up transfers To: Mark Brown , Lars-Peter Clausen Cc: Julia Lawall , spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org, Jonathan Cameron , linux-iio@vger.kernel.org In-Reply-To: <20130127033358.GA20672@sirena.org.uk> References: <1357752671-30222-1-git-send-email-lars@metafoo.de> <20130127033358.GA20672@sirena.org.uk> Date: Tue, 05 Feb 2013 14:07:55 +0000 Message-Id: <20130205140755.33FCD3E1265@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 27 Jan 2013 03:33:59 +0000, Mark Brown wrote: > On Wed, Jan 09, 2013 at 06:31:09PM +0100, Lars-Peter Clausen wrote: > > > The second function spi_sync_transfer() takes a SPI device and an array of > > spi_transfers. It will allocate a new spi_message (on the stack) and add all > > transfers in the array to the message. Finally it will call spi_sync() on the > > message. > > Reviewed-by: Mark Brown Looks good to me also. Go ahead and merge this series through the iio tree since it is the first user. g.