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 9B161C4332F for ; Wed, 9 Nov 2022 13:23:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229681AbiKINXT (ORCPT ); Wed, 9 Nov 2022 08:23:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229499AbiKINXS (ORCPT ); Wed, 9 Nov 2022 08:23:18 -0500 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D1A1FAE3; Wed, 9 Nov 2022 05:23:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668000197; x=1699536197; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=/8t5I4mGipn7NqdHpZ+N6y1yem02cWRc/fgwL67uLPs=; b=N6dKbWGu9oDZn6ANlwYwaSGKbuiVKWDmDoc47OKX/E+tnq0NZlKStbzh P2+86ZatSpExyg9qcvjeaOSlJcC8k3P4SL+Nr01c4m4cQ4Uqhy1rTvtaD 8bavgqbBinExqGecayRg+A8ocU4CbvEIPcKjzx+nFQcDKc+LUKAq3yKEP 8gtnBLMnYa7QFF4g5GAizLd2z+eu3TpuWlJLAth3z5BgApPIO5WVO/UCE JxiwYgJPcyg4XOzVXZ90N7bgnc395g9n7ezmicu/jFwtEszuOJyvfVHf9 hVupm/0b1S1d+xttw/G0EV+vGE3ga9AkU6OfkxZ45H4K8k00BMtl1/037 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="290690135" X-IronPort-AV: E=Sophos;i="5.96,150,1665471600"; d="scan'208";a="290690135" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 05:23:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="725973925" X-IronPort-AV: E=Sophos;i="5.96,150,1665471600"; d="scan'208";a="725973925" Received: from smile.fi.intel.com ([10.237.72.54]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2022 05:23:03 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1osl2j-009kmf-2R; Wed, 09 Nov 2022 15:23:01 +0200 Date: Wed, 9 Nov 2022 15:23:01 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Dmitry Torokhov , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH v1 1/2] gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnode Message-ID: References: <20221107161027.43384-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Nov 09, 2022 at 02:13:55PM +0100, Bartosz Golaszewski wrote: > On Wed, Nov 9, 2022 at 2:13 PM Bartosz Golaszewski wrote: > > On Mon, Nov 7, 2022 at 5:10 PM Andy Shevchenko > > wrote: ... > > Applied, thanks! > > > I actually applied v2 and both the patches from this series. Thank you! -- With Best Regards, Andy Shevchenko