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 3EF44C10F1E for ; Tue, 20 Dec 2022 17:09:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233478AbiLTRI7 (ORCPT ); Tue, 20 Dec 2022 12:08:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230418AbiLTRI6 (ORCPT ); Tue, 20 Dec 2022 12:08:58 -0500 Received: from smtp-fw-80007.amazon.com (smtp-fw-80007.amazon.com [99.78.197.218]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9491E1DD; Tue, 20 Dec 2022 09:08:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1671556138; x=1703092138; h=message-id:date:mime-version:to:cc:references:from: in-reply-to:content-transfer-encoding:subject; bh=mxa6zITlxF9dq39hVAGeMGvCQ/PI4M/wWx/w3lZBh8M=; b=UH4kOU/tQGWn0ERQBIjm93PfI4ZWGsmBGU70k5viIRLhKNiHzvGdutTw Oe6hcKsoOQeyMYtBO6uT2YJn6/953T62gh17tlHT0ckzVnc7w7+fwcM7o Zs6sWfgHrHyr3oSUIMkbgx27YzOOeaXbA3lXF7UZSv8j1RC4z3J5X4oGP A=; X-IronPort-AV: E=Sophos;i="5.96,259,1665446400"; d="scan'208";a="163462441" Subject: Re: [PATCH v3 1/1] i2c: Set pinctrl recovery info to device pinctrl Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-pdx-2b-m6i4x-32fb4f1a.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2022 17:08:55 +0000 Received: from EX13MTAUWA002.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan2.pdx.amazon.com [10.236.137.194]) by email-inbound-relay-pdx-2b-m6i4x-32fb4f1a.us-west-2.amazon.com (Postfix) with ESMTPS id F006EC36D2; Tue, 20 Dec 2022 17:08:52 +0000 (UTC) Received: from EX19D021UWA001.ant.amazon.com (10.13.139.24) by EX13MTAUWA002.ant.amazon.com (10.43.160.12) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 20 Dec 2022 17:08:52 +0000 Received: from EX13MTAUWA001.ant.amazon.com (10.43.160.58) by EX19D021UWA001.ant.amazon.com (10.13.139.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.1118.20; Tue, 20 Dec 2022 17:08:51 +0000 Received: from [192.168.1.158] (10.1.213.27) by mail-relay.amazon.com (10.43.160.118) with Microsoft SMTP Server id 15.0.1497.42 via Frontend Transport; Tue, 20 Dec 2022 17:08:45 +0000 Message-ID: <8c352449-9f99-b712-ba7e-c63edb7bf2d5@amazon.com> Date: Tue, 20 Dec 2022 19:08:45 +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: , , , , , , , , , , , , References: <20221219193228.35078-1-hhhawa@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/20/2022 12:57 PM, Andy Shevchenko wrote: > As I said, you may use Elvis here as well. > > bri->pinctrl = bri->pinctrl ?: dev_pinctrl(...); > p = bri->pinctrl; Will handle in the next patchset. thanks. Thanks, Hanna