From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte Date: Fri, 09 Mar 2012 20:56:20 -0700 Message-ID: <20120310035620.8A8DC3E06B6@localhost> References: <1323404009-3476-1-git-send-email-tomoya.rohm@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: qi.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, Tomoya MORINAGA , yong.y.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, kok.howg.ewe-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, joel.clark-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org To: Tomoya MORINAGA , spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1323404009-3476-1-git-send-email-tomoya.rohm-Re5JQEeQqe8AvxtiuMwx3w@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, 9 Dec 2011 13:13:27 +0900, Tomoya MORINAGA wrote: > Currently, when spi-topcliff-pch receives transmit request over 4KByte, > this driver can't process correctly. This driver needs to divide the data > into 4Kbyte unit. > This patch fixes the issue. > > Signed-off-by: Tomoya MORINAGA Applied, thanks. g. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756158Ab2CJD4Z (ORCPT ); Fri, 9 Mar 2012 22:56:25 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:41570 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755458Ab2CJD4X (ORCPT ); Fri, 9 Mar 2012 22:56:23 -0500 From: Grant Likely Subject: Re: [PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte To: Tomoya MORINAGA , spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org Cc: qi.wang@intel.com, yong.y.wang@intel.com, joel.clark@intel.com, kok.howg.ewe@intel.com, Wolfram Sang , Tomoya MORINAGA In-Reply-To: <1323404009-3476-1-git-send-email-tomoya.rohm@gmail.com> References: <1323404009-3476-1-git-send-email-tomoya.rohm@gmail.com> Date: Fri, 09 Mar 2012 20:56:20 -0700 Message-Id: <20120310035620.8A8DC3E06B6@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Dec 2011 13:13:27 +0900, Tomoya MORINAGA wrote: > Currently, when spi-topcliff-pch receives transmit request over 4KByte, > this driver can't process correctly. This driver needs to divide the data > into 4Kbyte unit. > This patch fixes the issue. > > Signed-off-by: Tomoya MORINAGA Applied, thanks. g.