From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754218AbcGHIzF (ORCPT ); Fri, 8 Jul 2016 04:55:05 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:34651 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754055AbcGHIzA (ORCPT ); Fri, 8 Jul 2016 04:55:00 -0400 Subject: Re: Applied "spi: omap2-mcspi: Select SPI_SPLIT" to the spi tree To: Mark Brown , Franklin S Cooper Jr References: CC: , , , , , , , , From: Sekhar Nori Message-ID: <577F6A40.1030004@ti.com> Date: Fri, 8 Jul 2016 14:24:24 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mark, On Friday 08 July 2016 02:19 PM, Mark Brown wrote: > From 2b32e987c48c65a1a40b3b4294435f761e063b6b Mon Sep 17 00:00:00 2001 > From: Franklin S Cooper Jr > Date: Thu, 7 Jul 2016 12:17:49 -0500 > Subject: [PATCH] spi: omap2-mcspi: Select SPI_SPLIT Looks like you fixed up the description locally but forgot to fix the subject line. It still shows SPI_SPLIT. > > The function sg_split will be used by spi-omap2-mcspi to handle a SoC > workaround in the SPI driver. Therefore, select SG_SPLIT so this function > is available to the driver. > > Signed-off-by: Franklin S Cooper Jr > Signed-off-by: Mark Brown Thanks, Sekhar