From patchwork Mon Jul 8 22:42:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 13727091 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CA472C3DA42 for ; Mon, 8 Jul 2024 22:43:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=Dte/+I0iJg8Rgq6elcPd5Nz201+FLgfrdI/Z+nuDX7Q=; b=QExT+Fh38LinnluXb64iyHhAub sgrqsb7bhf1jIe8m3CKGGcrRg5p5Eo9xGEtSvz3q/8Xz2cG+ZDn4qe7RGpKqq+qQPGX5auyAMdMNd EfTEVuTN2XX3R7cwm5OephvkLDHpWlKwYkvwEdN9iuuESLQrAW736RrHcdQm2kWrC1rm088cXBdgy FvnyamDvBhP09LFxNgygXBOme2U7rz9aO3XOIyltwpIHYRPqR4jw0t+uyxHu2lcXpXAdXdUz2Q1Uh BJJL+S9S+hsjblKoYdsT/f/XdgRUBiMjtn1aJhpXjZI7Eby/mWA+6FEtLSqm2327PfRNIQ+Spjggd 5qWKz6uA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sQx4u-00000005FK3-0Wfv; Mon, 08 Jul 2024 22:43:24 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sQx4f-00000005FJA-3LsX; Mon, 08 Jul 2024 22:43:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 781BF61177; Mon, 8 Jul 2024 22:43:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA330C116B1; Mon, 8 Jul 2024 22:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720478588; bh=YI/FDJFtajnd8slwfQMrD0EUdlfQnPu/VVa0dm7bxeI=; h=From:To:Cc:Subject:Date:From; b=PRv1DdvnJe34BM8D9uEt1Msl7NEerAVg12ECI1JI4fw1XAu4qoEvUdexxgrsMp85C KHIR07QD7fgIT8pzoyv+qg4H7KLk6Me9kcLrKJvOBONZtrNpq449MdKMjmHSN8+okz GjxgdXclF9l3nDMorac2QdWz6gBFhHOsxfA+vaGruUU/i0kTvQAayU+dpIfBC652SM +ZU8zw+AJtQmC+nJFRTnZS7Gsokx8BVXXENXYQbLWHqIVE44cGVpGExd9mnhAawEJn UK5hiyz0xRtKMOQOVsqsFQUZqLRKLuvxL847EXem0Vy/Gws9suxCnBGq6i2bjbZZBK FyIn227TgvSrQ== From: Lorenzo Bianconi To: linux-i2c@vger.kernel.org Cc: sr@denx.de, andi.shyti@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, lorenzo.bianconi83@gmail.com, upstream@airoha.com, benjamin.larsson@genexis.eu Subject: [PATCH v2] i2c: mt7621: Add Airoha EN7581 i2c support Date: Tue, 9 Jul 2024 00:42:38 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240708_154309_926265_3491762A X-CRM114-Status: UNSURE ( 9.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Introduce i2c support to Airoha EN7581 SoC through the i2c-mt7621 driver. Reviewed-by: AngeloGioacchino Del Regno Tested-by: Ray Liu Signed-off-by: Lorenzo Bianconi --- Changes since v1: - drop patch 2/2 --- drivers/i2c/busses/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index fe6e8a1bb607..4d93c00264fc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -857,7 +857,7 @@ config I2C_MT65XX config I2C_MT7621 tristate "MT7621/MT7628 I2C Controller" - depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || COMPILE_TEST + depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || ARCH_AIROHA || COMPILE_TEST help Say Y here to include support for I2C controller in the MediaTek MT7621/MT7628 SoCs.