Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp776677ybz; Wed, 15 Apr 2020 18:48:24 -0700 (PDT) X-Google-Smtp-Source: APiQypLWbX5W5ZSKu3aHbTGnsUW7kY6jxMbwBqN+RIUU19Sk8uXz3L7PNemDv8HoGK2u/k7Gl5aK X-Received: by 2002:a17:906:2443:: with SMTP id a3mr7186039ejb.291.1587001704472; Wed, 15 Apr 2020 18:48:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587001704; cv=none; d=google.com; s=arc-20160816; b=h0IWa7oGwtSNt85OOK+QpkwSmpiUMiCcZlQj+CQ1Vek37jgxahsMDj7s7B81fsD/Gf LvzwxJiud+m99Tu/8YdIu1IxkJHtq6sCre23wBv5FahlLyFOyEFkWMQtRk1hf+c/apDu CtK67xXItskgdXdaP8Nn3oU7RGXURAMZWS6CKD/OJjD/gyXNKvyx4c7ijBzAoQGOlDq0 7TH2uJ+rbjlLXDygi5FXvYZbEsbYd3kBlboGopLF7sFqCEdbtUByGls4d8zysgJm+GOf q1WtK1hfzJHW5ef/xI/Vx+sfgDUyf+tmylXT1cyaYKr+hAdUwtLs9BXkv/HE5uYiu/tO boJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=EwvgqS2tP1YKvfa4NZR/CEYC2mpwJjvQez3yy+xay8A=; b=N31irYbeXangEI5r3zHfxVJlwqsfJuDW6Zem2siWbHlKaLAIcKU+YoaWPkijSJFDSD MJcO2p1NEjKqsbciQigR0yQmDzSkfz7zuKOCq/XNDUD2JMmJ+GC4ODk+X8RNjdEUqj/q fvHMl76aXdpDJuNeLC+7l7PxzzOskY+LU40bxyLNMQy8jclY2tcbX4sstixG3NdYT9+/ rKuinMG6ttaFSfHIuwJnAGxiP7fqyjvbJQEcJiZh/lsfuJDMqb86pRbzXRzo5oT+HaX+ ZYwCtf5v+JjfipXJGc85JjCWp3zJJCD0Z2fMPf5b82lMMZsBVwNEsiisC3iON04VRS1q +9BA== 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 a41si11002442edf.489.2020.04.15.18.48.01; Wed, 15 Apr 2020 18:48:24 -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 S1415745AbgDOQXv (ORCPT + 99 others); Wed, 15 Apr 2020 12:23:51 -0400 Received: from sauhun.de ([88.99.104.3]:56404 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1415722AbgDOQXr (ORCPT ); Wed, 15 Apr 2020 12:23:47 -0400 Received: from localhost (p54B33507.dip0.t-ipconnect.de [84.179.53.7]) by pokefinder.org (Postfix) with ESMTPSA id 5D6B82C1FF1; Wed, 15 Apr 2020 18:23:45 +0200 (CEST) Date: Wed, 15 Apr 2020 18:23:45 +0200 From: Wolfram Sang To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Laxman Dewangan , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction Message-ID: <20200415162344.GB2830@ninjato> References: <20200324191217.1829-1-digetx@gmail.com> <20200415114536.GB910@ninjato> <87f18a67-5aec-b5df-9d8f-341f03ff3a72@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3" Content-Disposition: inline In-Reply-To: <87f18a67-5aec-b5df-9d8f-341f03ff3a72@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Patches look good to me. I tend to apply them to for-current instead of > > for-next because they are fixing issues. Even a stable tag? > >=20 >=20 > Thank you, yes it should be good to apply this series to 5.7 because the > Tegra APBDMA driver dependency-patches are already in 5.7. >=20 > The stable tag shouldn't be needed since this is not a critical bug fix > and the DMA driver patches are not going into stable. This series should > be more actual for the upcoming devices, which should be upstreamed in 5.= 8+. Understood. Thanks for the heads up! --oC1+HKm2/end4ao3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl6XNRAACgkQFA3kzBSg KbYelg/+JJQUn9SPGjOZhZGQySY5aLk5fsftZTGeXoFtq6B8HNTDzMlwhubFTvHR D682nxBo65nuktk5sw3X/rpHYMT9H1mRdkBgurNWHH9ZIEUpq+qSr0/ZMNmVs0i2 t8YXR15fi0gw0Es74oGUpo3zhrHY73gBLXOog8M/EBiLEBrsYCW/gtyu99swD2nG 80MVj5FTGJ0Y+qAHbpo14CX6ofQgDjj8nSbdrYFvzF9QupsyNOZMuTzvoL1AQ2CI Ky22W5M/YK1+MWdlIyEPoPmYL7q/PW2yRPbVmDeatx7uIZBvbQvw68mFdH12BQT5 JdDb3b1UQvf5646S7J8li78hVGyyA86Am5UfDSZLgBopF6xbBUdhEM5nd6mBmjbJ OHTd0sZSHbr3PG9VGvL15qnyJiFhzBmjigMLs8dYFHOCMQwRYvgnBoow14BdsToM Z49HsvXoFiVQTURQSPGAKqwrwbp1LvGcQ5FYhrhBbIJD9lJZU+lIzViW1Thl5WGt 7Ax7KX6BF4fBGzexPfOm8ldnv+kIBTeW8cauWLDs6H+6CMISbnHPcioVySFcJu/L 806eM3+OO4aiiIp1hp0hyFTbvYBJMrvuQkCxpkZz5nF5t/E4w3dYyYuZlou4Gb+F L36qGctOsCHcIo/Ia7wPVscBkshBxVSiC3sWrTh8TBbAoVzPKZ4= =84CU -----END PGP SIGNATURE----- --oC1+HKm2/end4ao3--