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 9C083C04A68 for ; Thu, 28 Jul 2022 10:49:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236405AbiG1KtN (ORCPT ); Thu, 28 Jul 2022 06:49:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236532AbiG1Ks4 (ORCPT ); Thu, 28 Jul 2022 06:48:56 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05DAC291; Thu, 28 Jul 2022 03:48:52 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id AAA976601B41; Thu, 28 Jul 2022 11:48:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1659005331; bh=Rfxcg0iEQFXBWxGeTeIp30bpOBIQldLdjIXrXh76rkw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=h0cQQ3Cg7rssjGPUCBqL5TZ8M89UkaL4FM5h6WwF+d68/KFa2P+OqQ9cu4KRkG1mF ONf5jMjK7LmQk69AalHqV6jw4aNiFA9+fCC/fpkh7jLmtPRBaWDB+ExSVdRzmSATqd bc3y5H4/FjPT+cDUjUq2mOfu0cbYVV5wd6sPasVpKcgvibhSqDoG4qlP821NTb6eKW uRQ/30ExIE2xmOTlGFKPcYHkksZwVWdngzINr5GWgvC1SauO8PBogBTSsOHrUZnH1k wH6so/lk4PQQu/gND4YHMZJSE9cgo16ipk/jb4pVR3W5Wx+HSCg2AzGhztnyfyAnyn w7Sqw5oqN3DNQ== Message-ID: Date: Thu, 28 Jul 2022 12:48:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 2/2] pinctrl: mediatek: add mt8188 driver Content-Language: en-US To: Hui Liu , linus.walleij@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, jianguo.zhang@mediatek.com, zhiyong.tao@mediatek.com, 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 References: <20220728084951.22102-1-hui.liu@mediatek.com> <20220728084951.22102-3-hui.liu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220728084951.22102-3-hui.liu@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 28/07/22 10:49, Hui Liu ha scritto: > From: "Hui.Liu" > > Add pinctrl driver support for MediaTek SoC mt8188. > > Signed-off-by: Hui.Liu Reviewed-by: AngeloGioacchino Del Regno