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 3907DC38142 for ; Fri, 27 Jan 2023 11:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233568AbjA0Lb3 (ORCPT ); Fri, 27 Jan 2023 06:31:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233356AbjA0LbJ (ORCPT ); Fri, 27 Jan 2023 06:31:09 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11B097C700; Fri, 27 Jan 2023 03:29:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674818983; x=1706354983; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=rmwYl6qmr6ZgUlWhIMYLF75xQQfhdp7GeiJDmf9FXZg=; b=OlwmEjbAP+qhXTY+vopoaYgyyCvQJAA3qH6KInIqyyuqoLXX4AwTlfMH z4oJ575i5OoJv8IE66iuluegyNQGounA3a/tu93UErlsEWYqR68ld4ReP 2jYIKGRQobTmKco+mFe8sykUkftgjnanvmWX+JFIHla1KuuG0UKRmkzlG 4D38gSUTlhaKukxFYpJW0sL9Z8HJccNPKEVitiwxAupw0wR/agLT9HS7e f08wqyLNJCmxgPHb/gt3W/6//jSSozF/b9MbT7JprgFzEUg0SsHzirE6i Ogwg2LkQo8ZwqlxKGEZCaAwGdfrK2Qu9LGXltc7x982UU7unjC8hLw92f A==; X-IronPort-AV: E=McAfee;i="6500,9779,10602"; a="315020703" X-IronPort-AV: E=Sophos;i="5.97,250,1669104000"; d="scan'208";a="315020703" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2023 03:29:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10602"; a="665216343" X-IronPort-AV: E=Sophos;i="5.97,250,1669104000"; d="scan'208";a="665216343" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga007.fm.intel.com with ESMTP; 27 Jan 2023 03:29:38 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pLMvI-00Fw7Z-16; Fri, 27 Jan 2023 13:29:36 +0200 Date: Fri, 27 Jan 2023 13:29:36 +0200 From: Andy Shevchenko To: Arnd Bergmann Cc: linux-gpio@vger.kernel.org, Arnd Bergmann , Bartosz Golaszewski , Christophe Leroy , Dmitry Torokhov , Linus Walleij , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/7] gpiolib cleanups Message-ID: References: <20230127101149.3475929-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230127101149.3475929-1-arnd@kernel.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 27, 2023 at 11:11:42AM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > These are some older patches I did last year, rebased to linux-next-20230127. > > The main goal is to remove some of the legacy bits of the gpiolib > interfaces, where the corner cases are easily avoided or replaced > with gpio descriptor based interfaces. Thank you! I guess we may go with this via GPIO tree. -- With Best Regards, Andy Shevchenko