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 86382CE7A89 for ; Mon, 25 Sep 2023 07:37:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232174AbjIYHiD (ORCPT ); Mon, 25 Sep 2023 03:38:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232172AbjIYHh6 (ORCPT ); Mon, 25 Sep 2023 03:37:58 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B64FCFC; Mon, 25 Sep 2023 00:37:51 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="445296691" X-IronPort-AV: E=Sophos;i="6.03,174,1694761200"; d="scan'208";a="445296691" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 00:37:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10843"; a="741836747" X-IronPort-AV: E=Sophos;i="6.03,174,1694761200"; d="scan'208";a="741836747" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2023 00:37:35 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC0) (envelope-from ) id 1qkg9q-00000000HTy-3f0F; Mon, 25 Sep 2023 10:37:30 +0300 Date: Mon, 25 Sep 2023 10:37:30 +0300 From: Andy Shevchenko To: Duje =?utf-8?Q?Mihanovi=C4=87?= Cc: Daniel Mack , Haojian Zhuang , Robert Jarzmik , Russell King , Alan Stern , Greg Kroah-Hartman , Linus Walleij , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH RFC 0/6] ARM: pxa: GPIO descriptor conversions Message-ID: References: <20230924-pxa-gpio-v1-0-2805b87d8894@skole.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230924-pxa-gpio-v1-0-2805b87d8894@skole.hr> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 24, 2023 at 06:42:53PM +0200, Duje Mihanović wrote: > Hello, > > Small series to convert some of the board files in the mach-pxa directory > to use the new GPIO descriptor interface. > > Most notably, the am200epd, am300epd and Spitz matrix keypad among > others are not converted in this series. Log waited clean up, thank you for doing it! My comments are placed per individual patches. -- With Best Regards, Andy Shevchenko