From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bitan Biswas Subject: Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check Date: Thu, 13 Jun 2019 04:43:35 -0700 Message-ID: <2157c7f9-fe83-2fd6-745e-4a4283a2293f@nvidia.com> References: <1560250274-18499-1-git-send-email-bbiswas@nvidia.com> <1560250274-18499-6-git-send-email-bbiswas@nvidia.com> <20190612102458.liieiohnprfyyvs6@ninjato> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190612102458.liieiohnprfyyvs6@ninjato> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Wolfram Sang Cc: Laxman Dewangan , Thierry Reding , Jonathan Hunter , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Dmitry Osipenko , Shardar Mohammed , Sowjanya Komatineni , Mantravadi Karthik List-Id: linux-tegra@vger.kernel.org On 6/12/19 3:24 AM, Wolfram Sang wrote: > On Tue, Jun 11, 2019 at 03:51:13AM -0700, Bitan Biswas wrote: >> Fix expression for residual bytes(less than word) transfer >> in I2C PIO mode RX/TX. >> >> Signed-off-by: Bitan Biswas > > I applied patches 1-5 to my for-next tree now. No need to resend them > anymore, you can focus on the remaining patches now. > > Question: The nominal maintainer for this driver is > > Laxman Dewangan (supporter:TEGRA I2C DRIVER) > > I wonder if he is still around and interested? > > That aside, thanks a lot Dmitry for the review of this series! > Thanks Wolfram. I shall work on remaining patches. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AE48C31E45 for ; Thu, 13 Jun 2019 15:26:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2F194206BB for ; Thu, 13 Jun 2019 15:26:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="UOJA6IDR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728997AbfFMP0c (ORCPT ); Thu, 13 Jun 2019 11:26:32 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:8638 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729165AbfFMLnm (ORCPT ); Thu, 13 Jun 2019 07:43:42 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 13 Jun 2019 04:43:41 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 13 Jun 2019 04:43:41 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 13 Jun 2019 04:43:41 -0700 Received: from [10.19.65.14] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 13 Jun 2019 11:43:37 +0000 Subject: Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check To: Wolfram Sang CC: Laxman Dewangan , Thierry Reding , Jonathan Hunter , , , , Peter Rosin , "Dmitry Osipenko" , Shardar Mohammed , Sowjanya Komatineni , Mantravadi Karthik References: <1560250274-18499-1-git-send-email-bbiswas@nvidia.com> <1560250274-18499-6-git-send-email-bbiswas@nvidia.com> <20190612102458.liieiohnprfyyvs6@ninjato> From: Bitan Biswas Message-ID: <2157c7f9-fe83-2fd6-745e-4a4283a2293f@nvidia.com> Date: Thu, 13 Jun 2019 04:43:35 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190612102458.liieiohnprfyyvs6@ninjato> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1560426221; bh=OTRRal3/SqNWKvrRP4mxKVhuOpOkfAWN1luMPgJFCbs=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=UOJA6IDRtWFI9H69sNPaAuTN/acWQ0Njt5onyc0RtodwSJxDqqxHde2JIhCU0bxx/ R6KdysrodVxr1qSNnttlsUgv+kOdsoSIuq9ZtG3gwQPlrW6bsahI5jgY7PFGPWXrV1 UTZBFQMa5FvlDDpwEJQ0ryf9QYQCvam6EyiKdR8YLHvB5TJGbAGuhQEwa8Cf4VXIgs pcvkZHSU3gYKy2xfXpqddYOxKPpDmTpan9gJZPt1hrcgXKmuzU8rC901FE8fUtsRwu o5efMpAJn+wM44xF5m/fNEuFuSNl6EkeWk4VAyLBB2p49C4rx7AT5dww0RTcxsEqBL 57yk4Lpwb46Mw== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/12/19 3:24 AM, Wolfram Sang wrote: > On Tue, Jun 11, 2019 at 03:51:13AM -0700, Bitan Biswas wrote: >> Fix expression for residual bytes(less than word) transfer >> in I2C PIO mode RX/TX. >> >> Signed-off-by: Bitan Biswas > > I applied patches 1-5 to my for-next tree now. No need to resend them > anymore, you can focus on the remaining patches now. > > Question: The nominal maintainer for this driver is > > Laxman Dewangan (supporter:TEGRA I2C DRIVER) > > I wonder if he is still around and interested? > > That aside, thanks a lot Dmitry for the review of this series! > Thanks Wolfram. I shall work on remaining patches.