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 31D9AC4332F for ; Mon, 19 Dec 2022 19:36:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232875AbiLSTgP (ORCPT ); Mon, 19 Dec 2022 14:36:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232757AbiLSTgA (ORCPT ); Mon, 19 Dec 2022 14:36:00 -0500 Received: from smtp-fw-9103.amazon.com (smtp-fw-9103.amazon.com [207.171.188.200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FA26B33; Mon, 19 Dec 2022 11:35:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1671478555; x=1703014555; h=message-id:date:mime-version:to:cc:references:from: in-reply-to:content-transfer-encoding:subject; bh=iIM+QNtkCiYNEuAmFEEQ7eyvDejEK9bsnMBFMWQMDzU=; b=CmqM8hFteq3HdySkzipcoH5nt8YqTScrRq0V7E1dqyU+/KVWeh8ou+Vu 70LfNwjY50m9agU4ZlAmNV4LCTjs40ezmr69q5NcpuBC6Rb8cukTFBKRs Zt9AVuByGlldWvuFdkDJLC1WnMadbxOWoWUA0CT0GNvfLL8Wdtr9lnYRd 4=; X-IronPort-AV: E=Sophos;i="5.96,257,1665446400"; d="scan'208";a="1085009297" Subject: Re: [PATCH v2 1/1] i2c: designware: set pinctrl recovery information from device pinctrl Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-pdx-2b-m6i4x-a893d89c.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-9103.sea19.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2022 19:35:47 +0000 Received: from EX13MTAUEE002.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan2.pdx.amazon.com [10.236.137.194]) by email-inbound-relay-pdx-2b-m6i4x-a893d89c.us-west-2.amazon.com (Postfix) with ESMTPS id 6F453416D0; Mon, 19 Dec 2022 19:35:42 +0000 (UTC) Received: from EX19D008UEC001.ant.amazon.com (10.252.135.232) by EX13MTAUEE002.ant.amazon.com (10.43.62.24) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 19 Dec 2022 19:35:41 +0000 Received: from EX13MTAUEE002.ant.amazon.com (10.43.62.24) by EX19D008UEC001.ant.amazon.com (10.252.135.232) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1118.20; Mon, 19 Dec 2022 19:35:41 +0000 Received: from [192.168.11.202] (10.1.212.6) by mail-relay.amazon.com (10.43.62.224) with Microsoft SMTP Server id 15.0.1497.42 via Frontend Transport; Mon, 19 Dec 2022 19:35:38 +0000 Message-ID: Date: Mon, 19 Dec 2022 21:35:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Content-Language: en-US To: Andy Shevchenko CC: Wolfram Sang , Linus Walleij , , , , , , , , , , , , , References: <20221214142725.23881-1-hhhawa@amazon.com> <1408bbef-10e3-f76b-b66d-b95e84748e18@amazon.com> From: "Hawa, Hanna" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 12/16/2022 4:46 PM, Andy Shevchenko wrote: > Can be simplified with help of Elvis: > > p = bri->pinctrl ?: dev_pinctrl(dev->parent); Can't use this, as need to set the bri->pinctrl to dev_pinctrl() in case it's not set by the driver. >> I based my CC/TO on get_maintainer.pl script. Will make sure that Wolfram on >> CC next time. > All the same about Linus W., who is pin control subsystem maintainer, and be > sure the respective mailing lists are also included. Sure, thanks Thanks, Hanna