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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49B74C001B0 for ; Tue, 8 Aug 2023 23:37:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229460AbjHHXhF (ORCPT ); Tue, 8 Aug 2023 19:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230043AbjHHXhB (ORCPT ); Tue, 8 Aug 2023 19:37:01 -0400 X-Greylist: delayed 4200 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 08 Aug 2023 16:36:55 PDT Received: from 8.mo575.mail-out.ovh.net (8.mo575.mail-out.ovh.net [46.105.74.219]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 762431BC9 for ; Tue, 8 Aug 2023 16:36:55 -0700 (PDT) Received: from director11.ghost.mail-out.ovh.net (unknown [10.109.143.109]) by mo575.mail-out.ovh.net (Postfix) with ESMTP id C993226B60 for ; Tue, 8 Aug 2023 14:05:51 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-r24nl (unknown [10.110.208.139]) by director11.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 0D0131FEDA; Tue, 8 Aug 2023 14:05:50 +0000 (UTC) Received: from etezian.org ([37.59.142.98]) by ghost-submission-6684bf9d7b-r24nl with ESMTPSA id p6TOOr5L0mRSfwAABv3+PA (envelope-from ); Tue, 08 Aug 2023 14:05:50 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-98R002ea6cfa5e-e7a3-4ddd-a662-71fb8ba569fb, BF609BDBD26D07B0CC1BA23A42D268122251ED8C) smtp.auth=andi@etezian.org X-OVh-ClientIp: 130.25.194.249 From: Andi Shyti To: Laxman Dewangan , Dmitry Osipenko , Thierry Reding , Jonathan Hunter , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Parker Newman Cc: Andi Shyti Subject: Re: [PATCH] i2c: tegra: Fix i2c-tegra DMA config option processing Date: Tue, 8 Aug 2023 16:05:31 +0200 Message-Id: <169150348680.2625585.8234375076796870663.b4-ty@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 5458081274953468487 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedrledvgdejudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvfevufffkffojghfgggtgfesthekredtredtjeenucfhrhhomheptehnughiucfuhhihthhiuceorghnughirdhshhihthhisehkvghrnhgvlhdrohhrgheqnecuggftrfgrthhtvghrnhepveevieffieefgfefuddvteelffeuhfelffejteejuddvveekveehvdejgeefteevnecuffhomhgrihhnpehkvghrnhgvlhdrohhrghenucfkphepuddvjedrtddrtddruddpudeftddrvdehrdduleegrddvgeelpdefjedrheelrddugedvrdelkeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepoegrnhguihesvghtvgiiihgrnhdrohhrgheqpdhnsggprhgtphhtthhopedupdhrtghpthhtoheplhhinhhugidqihdvtgesvhhgvghrrdhkvghrnhgvlhdrohhrghdpoffvtefjohhsthepmhhoheejhedpmhhouggvpehsmhhtphhouhht Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi On Thu, 03 Aug 2023 17:10:02 +0000, Parker Newman wrote: > This patch fixes the Tegra DMA config option processing in the > i2c-tegra driver. > > Tegra processors prior to Tegra186 used APB DMA for I2C requiring > CONFIG_TEGRA20_APB_DMA=y while Tegra186 and later use GPC DMA requiring > CONFIG_TEGRA186_GPC_DMA=y. > > [...] With the Fixes tag added, applied to i2c/andi-for-current on https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git Please note that this patch may still undergo further evaluation and the final decision will be made in collaboration with Wolfram. Thank you, Andi Patches applied =============== [1/1] i2c: tegra: Fix i2c-tegra DMA config option processing commit: fc9a464f3d9a2a361e8bcb960345270a9dc46054