Message ID | 20220216032124.28067-1-guodong.liu@mediatek.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 59B92C433EF for <linux-arm-kernel@archiver.kernel.org>; Wed, 16 Feb 2022 03:31:08 +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=AOxG7Vse/MFMB/2FPHSi1p3h50s+ctfmGIyG7GXHKBk=; b=ah2Spz1xyZG/0U cSNEeoEy0rzbxYea77g/wKwF3/g0H9wj8oQhjDikb/gHVf72heHuf1Up4KOGdcx3mpX1bR8D34nVv uq6TQl3pxxqgAqtxri29402B42cFFqywjze95eLMirTdOGCd+00h303GrkuhdbY6NT3Gg/SdTlMeP 1x7+KgKY9NH5xpVv+2E7xB8abUQwDiD6se6YdbuIvhIZxU2us853Z70DibeXm+1jrmAUBCWXvyD3m 3QhWXR/4NdnZgGU+jSRHSMgcFnyyopS4ESt6gAyjCtnikZ/hSaCqFlFLNvQIYeIu/hDQvI6d9JMJ7 UCSeb4WeA3idvtP91aYA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKB0w-005Q9W-AN; Wed, 16 Feb 2022 03:29:58 +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 1nKB0s-005Q8R-IZ; Wed, 16 Feb 2022 03:29:55 +0000 X-UUID: 6eb8b73eb7264b8191c42ef2eb205509-20220215 X-UUID: 6eb8b73eb7264b8191c42ef2eb205509-20220215 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from <guodong.liu@mediatek.com>) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 814326238; Tue, 15 Feb 2022 20:29:52 -0700 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 15 Feb 2022 19:21:43 -0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 16 Feb 2022 11:21:30 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 16 Feb 2022 11:21:29 +0800 From: Guodong Liu <guodong.liu@mediatek.com> To: Linus Walleij <linus.walleij@linaro.org>, Rob Herring <robh+dt@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>, Sean Wang <sean.wang@kernel.org> CC: Sean Wang <sean.wang@mediatek.com>, <linux-gpio@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <Project_Global_Chrome_Upstream_Group@mediatek.com>, Guodong Liu <guodong.liu@mediatek.com> Subject: [PATCH v5 0/3] pinctrl: mediatek: Support pinctrl driver on mt8186 Date: Wed, 16 Feb 2022 11:21:21 +0800 Message-ID: <20220216032124.28067-1-guodong.liu@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220215_192954_647938_7C9BCBB8 X-CRM114-Status: GOOD ( 11.87 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
pinctrl: mediatek: Support pinctrl driver on mt8186
|
expand
|
On Wed, Feb 16, 2022 at 4:21 AM Guodong Liu <guodong.liu@mediatek.com> wrote: > changes since v4: > - update mt8186 pull up RSEL type define value > - update mt8186 pull up RSEL type si unit value(ohm) > - update macro definition name > - update mt8186 bias resistance selectio register description Patches applied for v5.18! If people have more comments they can be fixed with further patches. Yours, Linus Walleij