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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 DB717C83013 for ; Wed, 2 Dec 2020 14:35:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A1A4221EB for ; Wed, 2 Dec 2020 14:35:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730254AbgLBOfy (ORCPT ); Wed, 2 Dec 2020 09:35:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:43364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730230AbgLBOfx (ORCPT ); Wed, 2 Dec 2020 09:35:53 -0500 Date: Wed, 2 Dec 2020 15:35:05 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606919712; bh=BM5X6trzy2cnI16+Ftn+8bmS4XkFo/RJumCk8Icr5c8=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=Q7aR1MI11nzjjJfXH+lgF0YvwSJLOdSvfIktiHlZJg5rCxH2v/jqFi9I4xf0xr/8W MwtpP5r0Nq/AIHdG69FYqLpmzvl219+n6dfW2jcHpbUDv/qZFuHtqWVXbePtkNPoqR 8OAXYDqYowiBP5nyOjdmXAGLwUb3NmT0+9bpKzwQ= From: Wolfram Sang To: Rayagonda Kokatanur Cc: Dhananjay Phadke , Ray Jui , Andy Shevchenko , BCM Kernel Feedback , Brendan Higgins , Florian Fainelli , linux-arm Mailing List , linux-i2c , Linux Kernel Mailing List , Lori Hikichi , Ray Jui , Scott Branden Subject: Re: [PATCH v3 5/6] i2c: iproc: handle master read request Message-ID: <20201202143505.GA874@kunai> Mail-Followup-To: Wolfram Sang , Rayagonda Kokatanur , Dhananjay Phadke , Ray Jui , Andy Shevchenko , BCM Kernel Feedback , Brendan Higgins , Florian Fainelli , linux-arm Mailing List , linux-i2c , Linux Kernel Mailing List , Lori Hikichi , Ray Jui , Scott Branden References: <38a23afc-57da-a01f-286c-15f8b3d61705@broadcom.com> <1605316659-3422-1-git-send-email-dphadke@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > All review comments are scattered now, please let me know what has to be > done further, > Are we going to change the tasklet to irq thread ? > Are we going to remove batching 64 packets if transaction > 64B and use rx > fifo threshold ? >=20 > I don't see any issue with current code but if it has to change we need a > valid reason for the same. > If nothing to be done, please acknowledge the patch. Valid request. Has there been any news?