Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp170pxu; Mon, 5 Oct 2020 21:50:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz4/TREhkFANCC1NzxEKU3WFg1zjdlxYTQEkvoZdPs0EoMhRr1REoDV1evgZ4KaQ5NRApDS X-Received: by 2002:a17:906:14db:: with SMTP id y27mr3433792ejc.148.1601959825544; Mon, 05 Oct 2020 21:50:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601959825; cv=none; d=google.com; s=arc-20160816; b=zkIkfbSIe9wF5Se/5yjDwbSwCe6rlgSQVDm5vrRg/OehAq4f5e1pqu8KDtM3jloIGy HFyXhcCNMryUpXvV8UnuVqJ5G8hMmGLV5BAgSwKMUAcaghzn892z7h7VWdcHWYrPTAnX OuDDg3bm1hRqTXqTHBvnhn5UFfm6EpEsJjtoeN2KB/Qje5zkYfDYL3Z36zfbgXiKUZxO QTCSL1Zy8kT4QH0QbORPxtSnrH4CWfmTDoPiOGq1dmHgetV6IWXQTfSy1mq1ivgMh21m AsRTQoxLolkBTpbwZoMoDDZA5R/ivWCtNLSF7VnTs0hJGLCBYmc+UJNYESWz7/1BlkQy Cs1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:mail-followup-to:message-id:subject:cc:to:from:date; bh=rd9QtybEGaQkmR3107bGmumX5IRt9pWwS6pOfD0Mfng=; b=e5cdhZJaXWQvSAWCjrrE+r767TvJ9rHlsl7Ap9vE5+ZiaGIrc6olMZdtvhnyzafJJh yQsnH35ihllpOBYWz3/PHaN2YhdnVar7RTQkmu7Ac+cLZa2/RAlA8fW4G/Wj5KWN/Vrb qwOSKhw959j5lmB6VXyhHBNMUyCZSEiUhqOvGVJAKTVEBbIvGfeJ4G3OXET5hN4bfPc0 WtrB94DHcjcU98l+39bXSMwWSwVTM1mhn+cka2ueyswQh4lQUsmG+QR79aYttgOgrM8U dRAwJ0dR0GN7FfWRv1riNenfagKgLpm1VlDh3oBZew5Ls3vhtjHq3Qqi9u1rGwnbEzUW zUFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y11si1501232edp.213.2020.10.05.21.50.03; Mon, 05 Oct 2020 21:50:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726732AbgJFEtC (ORCPT + 99 others); Tue, 6 Oct 2020 00:49:02 -0400 Received: from sauhun.de ([88.99.104.3]:56130 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbgJFEtC (ORCPT ); Tue, 6 Oct 2020 00:49:02 -0400 Received: from localhost (p54b33262.dip0.t-ipconnect.de [84.179.50.98]) by pokefinder.org (Postfix) with ESMTPSA id A63AD2C0251; Tue, 6 Oct 2020 06:48:59 +0200 (CEST) Date: Tue, 6 Oct 2020 06:48:51 +0200 From: Wolfram Sang To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Laxman Dewangan , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Andy Shevchenko , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 00/32] Improvements for Tegra I2C driver Message-ID: <20201006044851.GA883@kunai> Mail-Followup-To: Wolfram Sang , Dmitry Osipenko , Thierry Reding , Jonathan Hunter , Laxman Dewangan , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Andy Shevchenko , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200929221915.10979-1-digetx@gmail.com> <20201005205258.GB1397@kunai> <60ff95a4-2466-a41f-5496-2474f5a256a8@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <60ff95a4-2466-a41f-5496-2474f5a256a8@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Dmitry, > Hello, Wolfram! Thank you! This series started with 10 small patches and > then was growing with every new review round because more ideas were > suggested and I needed to rebase/redo majority of the patches, hence it > was a bit difficult to split it up into a smaller parts that could be > applied incrementally. But I'll try to improve this in the future, thanks! Ah, you got me wrong. What I meant was: If these patches still need changes or updates, don't send a new version of all the patches, but rather send incremental fixes on top of these patches. Sometimes it happens that you end up with 30+ patches, no worries. > > http://patchwork.ozlabs.org/project/linux-i2c/list/?series=3D191802 > >=20 > > Is it obsolete by now? > >=20 >=20 > To be honest, I don't know. The author never answered, guess he may > reappear sometime in the future with a v2. Those patches need to be > corrected and rebased. Then, I will mark them as "Changes requested". Thanks for the heads up! Regards, Wolfram --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl979y4ACgkQFA3kzBSg KbbaexAAm6W0vaVWhdxMRJtMg8O9z15RZAY/rc3yyO59rwcGaYK0ZMu6xLoluTiS RdzNLga+WOJA5VoXoehc82yc1wK36I4jxqnwKsijWPt6C6dWgd/0rJUZHB/+7SNG vG0ZZC0mrttxCDD8Gn0kRIrtIRzPoEchFtutmEYjmUGHzz8/kY6yEDRe6R3I77mL dtSKZED3oD5UuFeCH8L5f13pIqISndXvxjA+VYjfHv2ZYqSggv7eYkr1sc8Ncd3B 2BoWUCdcC8VqguCzLGkd8Wa+RHQoOZCOgSEgAz1BplIOzrU2SGkCIjCQX/pXXu5p 5yMg/Ec+2IDeG4SEpo3pGbVRNQFnNoEODCrYZxUF0nt2LOdWDdJut7MPTgNUxmW8 r7nnnRMGEfIqrWo+7ah+mZXZC6nPnuDmEp4ygbo7COq2CsmV65brgTsmpFWYD9wF YtpCzXuYvxjYJRN0RfnjpYFlR/AoFYW6jLc7mDKAxnoW6C7Dk8hIa7AlWFwlYik1 TYgF6G+5zExtNt69E0NhsgAQbTXO9B/Y9ejjqU6M23ThDJrSU27ERd9ITelP/996 n4ZDN18boLuOqJ4rIyDstLVh/FCRjAlvXxsFfmBsiorY0KJU4bU5uVav7qQku4n6 yqDX8/9nIFyeAsY9O7MOFpDJ0TgYZdPuCMT5etcPTp4DXGKfY8M= =QISv -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--