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 0DF8EC61DA4 for ; Mon, 6 Mar 2023 13:23:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230072AbjCFNXY (ORCPT ); Mon, 6 Mar 2023 08:23:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229771AbjCFNXV (ORCPT ); Mon, 6 Mar 2023 08:23:21 -0500 Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74FCA1EBD4 for ; Mon, 6 Mar 2023 05:23:20 -0800 (PST) Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-53d277c1834so7881687b3.10 for ; Mon, 06 Mar 2023 05:23:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678108999; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=A6UPnvKq09Wou2+IQachtCQ63VCTkOWQC89w6AgtMPM=; b=BxnBHQDCamtmwpqCeExj//dagBQrW6HHltyHkLJJEamdTia5Xi3n1MMpVx3WQN3uTR ++YezTuGdjOjToEuahsL0RuqU5p3n0m5PcyMnLBFdxYJlMv07cHkeflOgYGHj+U1bJzC 5o6Hcyf6d4uLkUYn/ZXjxOlQELveWzV6ouKvFCfMQ4oYWN8rZfsPgdymBeKkzD2KHtAb UeNdBSMi5GkrILM+YioOmOir9B39Uo/4hHJgZI9AX1n2up1lP/HMwHUKOwKJaYdpSKEj 3hBlTqD/qdxoHSyUXuHIYg8OK+VQCWZTcGPgT3w+4bHF16ibOB+o63mSYJG1Jh6raUR9 mMLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678108999; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=A6UPnvKq09Wou2+IQachtCQ63VCTkOWQC89w6AgtMPM=; b=2qwLW0FY4MfHLxrzXZnZKvC74nDfi7LeyD/S2ndTnFM8cgPG66mB6U+5U4NwtfG9va ZFuJWnbqoBpJVxO4BUMuI6ZDX62RyeLaC7EqQxfrItdqbPTiGZEsXudkd8xTD/asm7+W jqUZ+2LSCOCrYZzcIYgMwsy70X1DunSkIhgWHYNkBJbRrDVrn9ozylX0y02HY61vSAwm XALPT8Lh+6tUM7k7MGOUma7W0w5+iwRFFM+jX0wTz4HdrqLl8+pR8zjUi3jvINKcvEpC 23C/hhM9WHqFuCTgy+FuRJ1TifN/Wav9vb9sWIXv31VNercwYpiURsfo+47E0a6b22tH 28Pw== X-Gm-Message-State: AO0yUKW48eJqyIPsJ2Tk8cAfsorKZ5vzz2hOignFJJXCmepAooKwGEHA KA57m+5tfABVZvHV61esOCrzT1934YrwWIaghMLqHQ== X-Google-Smtp-Source: AK7set/s6kdSu1VcFIDUDDAjhyT5WX5VXxR9fDOOK3NMP0aCh1mWegJfszBB8kiuEvAwn0UNiI+jPIKsmpqnhlWyXBE= X-Received: by 2002:a81:b61a:0:b0:52e:cea7:f6e3 with SMTP id u26-20020a81b61a000000b0052ecea7f6e3mr6509470ywh.10.1678108999681; Mon, 06 Mar 2023 05:23:19 -0800 (PST) MIME-Version: 1.0 References: <20230218065108.8958-1-arinc.unal@arinc9.com> In-Reply-To: <20230218065108.8958-1-arinc.unal@arinc9.com> From: Linus Walleij Date: Mon, 6 Mar 2023 14:23:08 +0100 Message-ID: Subject: Re: [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981 To: arinc9.unal@gmail.com Cc: Sean Wang , Matthias Brugger , =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Daniel Golle , erkin.bozoglu@xeront.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 18, 2023 at 7:51 AM wrote: > From: Ar=C4=B1n=C3=A7 =C3=9CNAL > > There are options missing from PINCTRL_MT7981 whilst being on every other > pin controller. Add them. > > Signed-off-by: Ar=C4=B1n=C3=A7 =C3=9CNAL Patch applied for fixes. Yours, Linus Walleij