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 11141C31E45 for ; Thu, 13 Jun 2019 15:25:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC48820B7C for ; Thu, 13 Jun 2019 15:25:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="Ogs+PHz8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388881AbfFMPZo (ORCPT ); Thu, 13 Jun 2019 11:25:44 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:10339 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731447AbfFMLwm (ORCPT ); Thu, 13 Jun 2019 07:52:42 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 13 Jun 2019 04:52:42 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 13 Jun 2019 04:52:41 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 13 Jun 2019 04:52:41 -0700 Received: from [10.19.64.157] (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:52:38 +0000 Subject: Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check To: Wolfram Sang , Bitan Biswas References: <1560250274-18499-1-git-send-email-bbiswas@nvidia.com> <1560250274-18499-6-git-send-email-bbiswas@nvidia.com> <20190612102458.liieiohnprfyyvs6@ninjato> CC: Thierry Reding , Jonathan Hunter , , , , Peter Rosin , Dmitry Osipenko , Shardar Mohammed , Sowjanya Komatineni , Mantravadi Karthik From: Laxman Dewangan Message-ID: <5841fe57-fe68-aab3-670c-26b40a5d46ae@nvidia.com> Date: Thu, 13 Jun 2019 17:22:31 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20190612102458.liieiohnprfyyvs6@ninjato> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL108.nvidia.com (172.18.146.13) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1560426762; bh=4GNpl2C5MkJ7qm6iQsmPTjK0AsO1VZMKhAHhpEoyZFc=; h=X-PGP-Universal:Subject:To:References:CC:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Transfer-Encoding; b=Ogs+PHz8UmxItlj3UHUjXm1IcxQEub1X6F4rDj7AoE284OiR19hDtl/yU4ndiZpSN RrapEMbC8y2TP39K9oxZ+kgiHZIMNSxH4zLSV6k4JnZM1iZ/Ld1jyUYkDhE0cQhmLk tgFSUclCq2G7rxEG+9Cr4PbLsx8oZV3tu/3D+LCzGUSnAY7hM8r0a1Jk3kfnb4dhbG uC3uCP2IbEysHvFWHB10QpiYXN+Q3IcwDBmCgJcOpoNa+1sxNyzHXacZTqkQV9S6Pg Ny0Nx98ZmrDxNddJ2syngoTigcZ0348R6IgRdDNMRJDQmfITYP4EcHFgD/6hoddAoL thvy0McLJhlyw== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 12 June 2019 03:54 PM, 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! > Most of patches are coming from the downstream as part of upstream effort. Hence not reviewing explicitly.