From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759260Ab2EJL2h (ORCPT ); Thu, 10 May 2012 07:28:37 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:11774 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759186Ab2EJL2f (ORCPT ); Thu, 10 May 2012 07:28:35 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Thu, 10 May 2012 04:28:35 -0700 Message-ID: <4FABA585.7090600@nvidia.com> Date: Thu, 10 May 2012 16:54:53 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Laxman Dewangan CC: "w.sang@pengutronix.de" , "ben-linux@fluff.org" , "swarren@wwwdotorg.org" , "olof@lixom.net" , "linux-i2c@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH V1 2/2] i2c: tegra: support for I2C_M_NOSTART protocol mangling References: <1335251976-31925-1-git-send-email-ldewangan@nvidia.com> <1335251976-31925-3-git-send-email-ldewangan@nvidia.com> In-Reply-To: <1335251976-31925-3-git-send-email-ldewangan@nvidia.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jean, On Tuesday 24 April 2012 12:49 PM, Laxman Dewangan wrote: > Adding support for protocol mangling I2C_M_NOSTART. > When multiple message transfer request made through i2c > and if any message is flagged with I2C_M_NOSTART then > it will not send the start/repeat start/address of that > message i.e. send the data directly. > Now the framework/core changes for making M_NOSTART as a separate flag is already part of your tree. So do I need to re-send the patch for having that change? 1/1 is already part of Wolfram's tree and so not sure that how do I go i.e. from where I take the base i2c-tegra driver. It may create the problem in integration on main if they are not sync. Also I have some couple of changes which will be on top of this. Thanks, Laxman