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 D2CA9C433F5 for ; Mon, 7 Mar 2022 03:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235041AbiCGDhx (ORCPT ); Sun, 6 Mar 2022 22:37:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231285AbiCGDhw (ORCPT ); Sun, 6 Mar 2022 22:37:52 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75A165E15E; Sun, 6 Mar 2022 19:36:58 -0800 (PST) X-UUID: ec0f2abeb85d4dd7a096100e26395ef4-20220307 X-UUID: ec0f2abeb85d4dd7a096100e26395ef4-20220307 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 735197950; Mon, 07 Mar 2022 11:36:53 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Mon, 7 Mar 2022 11:36:52 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 7 Mar 2022 11:36:52 +0800 From: Kewei Xu To: CC: , , , , , , , , , , , , , , Subject: [PATCH v1 0/2] add i2c support for mt8168 Date: Mon, 7 Mar 2022 11:36:47 +0800 Message-ID: <20220307033649.11564-1-kewei.xu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Kewei Xu (2): dt-bindings: i2c: update bindings for MT8168 SoC i2c: mediatek: Add i2c compatible for Mediatek MT8168 .../devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + drivers/i2c/busses/i2c-mt65xx.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+) -- 2.18.0 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 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 CE362C433FE for ; Mon, 7 Mar 2022 03:38:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=hEb5CGQZ/G/jBLVVjmHVA2McsTPCBkkr5xKE15M4R7Y=; b=3Rz9h0zihtIT0H ws1C5zSUx0T/XrjOxaB0zAYaO4yRx171QeSBMTxjpB+7AxFFgti3qdT2oVffYQ+0kOVlf1IdtYwWe Ga0BeIoehXidrg//MuYBoTlG0TMeihjFyMjH9KuE0/cjn91Ns+j2R6HXiJWKXqC3oGiYW7bfjUd3R ksYcSGOfmLoiZvEGWR9fIdU4Gzdvs0brm3vEjLjKKyJ8mFfqQtI2QU25kmgjF8KsHKs+AL7Q5Pe/x 4cmzL9U3lN8DKWFNrYedNjUkwMzUhl33ICCs+HL2yL4lADZAJnyDExLxpztkrGBt8yHXg6FBi/+Nb Tib9LL/fABkO2QmgQknw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR4CW-00Flwk-MV; Mon, 07 Mar 2022 03:38:24 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR4BC-00FlIS-Qz; Mon, 07 Mar 2022 03:37:04 +0000 X-UUID: 31c785bb1b994b399ff2b0212861ace7-20220306 X-UUID: 31c785bb1b994b399ff2b0212861ace7-20220306 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1875662288; Sun, 06 Mar 2022 20:36:56 -0700 Received: from mtkmbs10n2.mediatek.inc (172.21.101.183) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 6 Mar 2022 19:36:54 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Mon, 7 Mar 2022 11:36:52 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 7 Mar 2022 11:36:52 +0800 From: Kewei Xu To: CC: , , , , , , , , , , , , , , Subject: [PATCH v1 0/2] add i2c support for mt8168 Date: Mon, 7 Mar 2022 11:36:47 +0800 Message-ID: <20220307033649.11564-1-kewei.xu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220306_193702_906197_8CD47759 X-CRM114-Status: UNSURE ( 6.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Kewei Xu (2): dt-bindings: i2c: update bindings for MT8168 SoC i2c: mediatek: Add i2c compatible for Mediatek MT8168 .../devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + drivers/i2c/busses/i2c-mt65xx.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+) -- 2.18.0 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 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 1696CC433F5 for ; Mon, 7 Mar 2022 03:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=spG7FLJgu7m1E1XmnXlAEvaILmBytFgGpAPaHfr7WyM=; b=3KetZbrHOyLzuN 0vljZcLPL53kgfpGwnsEPZB3k/ebHk/l9EMOsingfYc0as5NSLMJwrz7wEcyh4QZPWfcztQ10aHzZ oM2ct5q766FCzzNr+nbrMmEQLxHc2Z/tWs58OT5xCG78WH5kmIu9B6x5/l4lGFrvgzo8fr7fcp8eH THFZTUtFa1BJSlQ2Zdd0Q2OHHpSCuQ/anQnKmWtorkP18+mwkghtiKbjKQMXL2HLnNpB9iwVkRBj4 5D5hKSjgzzfPJZ7ljM8S5aygbeicRcDYJqMhgttw52Dw6PnRmgX9+gEYEiqOKDP3BtExnVOJ+3wW/ 0RB1Uq9lsFPUC4dw3W7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR4Bu-00Flbi-WF; Mon, 07 Mar 2022 03:37:47 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nR4BC-00FlIS-Qz; Mon, 07 Mar 2022 03:37:04 +0000 X-UUID: 31c785bb1b994b399ff2b0212861ace7-20220306 X-UUID: 31c785bb1b994b399ff2b0212861ace7-20220306 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1875662288; Sun, 06 Mar 2022 20:36:56 -0700 Received: from mtkmbs10n2.mediatek.inc (172.21.101.183) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 6 Mar 2022 19:36:54 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Mon, 7 Mar 2022 11:36:52 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 7 Mar 2022 11:36:52 +0800 From: Kewei Xu To: CC: , , , , , , , , , , , , , , Subject: [PATCH v1 0/2] add i2c support for mt8168 Date: Mon, 7 Mar 2022 11:36:47 +0800 Message-ID: <20220307033649.11564-1-kewei.xu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220306_193702_906197_8CD47759 X-CRM114-Status: UNSURE ( 6.68 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Kewei Xu (2): dt-bindings: i2c: update bindings for MT8168 SoC i2c: mediatek: Add i2c compatible for Mediatek MT8168 .../devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + drivers/i2c/busses/i2c-mt65xx.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+) -- 2.18.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel